Skip to content

Releases: adamkramer/jmp2it

v1.4

29 Oct 14:21
Compare
Choose a tag to compare

Changes:

•All work is now done in a working copy file called jmp2it-flypaper.out, so this can be reviewed later without modifying the original file

•A check is now done to make sure the offset provided isn't bigger than the file being opened

v1.3

28 Oct 20:38
Compare
Choose a tag to compare
v1.3 Pre-release
Pre-release

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

28 Oct 14:56
Compare
Choose a tag to compare

A call to IsDebuggerPresent() is made is pause_int3 option is used to avoid crashes outside of the debugger

v1.1 - Tested & believed working

28 Oct 12:20
Compare
Choose a tag to compare
Pre-release

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

28 Oct 12:16
Compare
Choose a tag to compare
Pre-release

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

27 Oct 18:42
Compare
Choose a tag to compare
v1 Pre-release
Pre-release

V1 - Tested and believed to be working