Releases: mrfearless/IEexLoader
IEexLoader v1.0.0.9
Ensure VirtualAllocEx uses length of dll path +1 for dll injection
IEexLoader v1.0.0.8
Added additional console output for WaitForSingleObject and GetThreadExitCode calls if errors occur. Also added msvcr120.dll to release packages. lua52.dll is dependent on msvcr120.dll. A missing dependency on a machine might prevent the LoadLibrary call in the remote thread from succeeding as it tried to load IEex.dll and its dependencies.
IEexLoader v1.0.0.10
Updated DisplayMessage to better indicate error message and error code. Add MEM_RESERVE flag to VirtualAllocEx to fix ERROR_INVALID_PARAMETER which most likely was in fact ERROR_INVALID_ADDRESS (https://stackoverflow.com/questions/8688137/remote-thread-is-failing-on-call-to-loadlibrary-with-error-87)
IEexLoader v1.0.0.7
Ensure exit if in console mode frees console and sends enter key
IEexLoader v1.0.0.6
v1.0.0.6 - added internal SDL functions instead of static SDLLog (reduces size) and allow logging output to IEex.log file as well
IEexLoader v1.0.0.5
- changed to static SDLlog (compiled from SDL source) instead of using SDL2.dll
- removed log to file option in IEex.exe (logging to file done from within M__IEex.lua now)
IEexLoader v1.0.0.4
Remove piping from IEex.exe and define use of SDL dll in IEex.dll with lua print function (tested without and console output doesn't work, so is required)
IEexLoader v1.0.0.3
Link in SDL to test out console printing from lua (experimental)
IEexLoader v1.0.0.2
added malloc and free functions passed back via IEex_AddressList
IEexLoader v1.0.0.1
added IEex_AddressList function