adamkramer / jmp2it

Transfer EIP control to shellcode during malware analysis investigation
73 stars 16 forks source link

x64 version of jmp2it #2

Open dyussekeyev opened 2 years ago

dyussekeyev commented 2 years ago

Hi everyone.

Here is a compiled x64 version of jmp2it with minimal modification (just removed one variable). I used Intel C++ compiler to include an inline assembly because MSVS do not support this feature for x64 compiler.

Best regards.

jmp2it_x64.zip