Search found 3 matches

by 2Ha
Mon Sep 23, 2019 12:14 am
Forum: General
Topic: Does "love.exe" get the "zip" offset by parsing the PE file structure?
Replies: 3
Views: 3824

Re: Does "love.exe" get the "zip" offset by parsing the PE file structure?

Thanks to everyone, I am currently adding knowledge about the zip structure.
by 2Ha
Sat Sep 21, 2019 7:27 am
Forum: General
Topic: Does "love.exe" get the "zip" offset by parsing the PE file structure?
Replies: 3
Views: 3824

Does "love.exe" get the "zip" offset by parsing the PE file structure?

Does "love.exe" get the "zip" offset by parsing the PE file structure? A file like "love.exe+a.zip". I find this demo. #include <windows.h> #include <stdio.h> DWORD GetPEFileRealSize(LPCTSTR lpszFile) { DWORD dwSize = 0; int i = 0; HANDLE hFile = CreateFile(lpszFile, GE...
by 2Ha
Fri Sep 20, 2019 10:36 am
Forum: General
Topic: Why don't use Lua 5.3?
Replies: 2
Views: 3945

Why don't use Lua 5.3?

Have no time?Too much work?OR Lua 5.1 is the best?