Skip to content
This repository has been archived by the owner on Jul 11, 2020. It is now read-only.

Releases: mrfearless/IEexLoader

IEexLoader v1.0.0.9

12 Sep 04:28
b318aee
Compare
Choose a tag to compare

Ensure VirtualAllocEx uses length of dll path +1 for dll injection

IEexLoader v1.0.0.8

12 Sep 04:19
a01e4f1
Compare
Choose a tag to compare

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

12 Sep 10:07
0676330
Compare
Choose a tag to compare

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

11 Sep 19:43
9a275f3
Compare
Choose a tag to compare

Ensure exit if in console mode frees console and sends enter key

IEexLoader v1.0.0.6

06 Sep 12:26
dd56028
Compare
Choose a tag to compare

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

04 Sep 12:11
a1cff75
Compare
Choose a tag to compare
  • 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

03 Sep 18:50
e3ccf13
Compare
Choose a tag to compare

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

03 Sep 11:11
5315e80
Compare
Choose a tag to compare

Link in SDL to test out console printing from lua (experimental)

IEexLoader v1.0.0.2

02 Sep 23:57
57d09cc
Compare
Choose a tag to compare

added malloc and free functions passed back via IEex_AddressList

IEexLoader v1.0.0.1

02 Sep 19:02
a751363
Compare
Choose a tag to compare

added IEex_AddressList function