Releases: adamkramer/jmp2it
v1.4
v1.3
Massive re-write to make it unmanaged code, also a new way of dealing with the pauses (which are now added before the shellcode, rather than swapping bytes of the shellcode out and require them to be put back in by the user)
Also, loads of help data added
v1.2 - IsDebuggerPresent check now done with pause_int3
A call to IsDebuggerPresent() is made is pause_int3 option is used to avoid crashes outside of the debugger
v1.1 - Tested & believed working
Added functionality to allow adding of an additional file handle.
Useful if the file being analysed was extracted from a larger file, which contains the second stage payload and is being searched for by the shell code via it's handle size etc
v1.01 - Added 'addhandle' functionality
Added functionality to allow adding of an additional file handle. Useful if the file being analysed was extracted from a larger file, which contains the second stage payload and is being searched for by the shellcode via it's handle
v1
V1 - Tested and believed to be working