Search found 3 matches
- 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: 3924
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.
- 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: 3924
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...
- Fri Sep 20, 2019 10:36 am
- Forum: General
- Topic: Why don't use Lua 5.3?
- Replies: 2
- Views: 4028
Why don't use Lua 5.3?
Have no time?Too much work?OR Lua 5.1 is the best?