_ _____ _______ _ __
| |_ _|__ __| |/ /
| | | | | | | ' /
_ | | | | | | | <
| |__| |_| |_ | | | . \
\____/|_____| |_| |_|\_\
by rhotav
JIT Killer is hooker for clrjit.dll
This process presents the communication between the compiler and the program to the user.
- Breakpoint
- Disassemble from Hex Codes
- User friendly design
Parameter | Description |
---|---|
quit |
Suspend JIT Killer |
infoa |
Get assembly info of target module. |
clear |
Clear Console |
help |
Help |
about |
About JITK |
infof |
Get functions from loaded module. |
fc |
Path Clear |
f |
Assign File |
fg |
Assign File Argument/s |
c |
Continue or Start Hook Process. |
g |
Step next function. |
b |
Define breakpoint |
bl |
List All Breakpoint |
disas |
Disassemble Method |
disash |
Print method body as hex |
- @Washi1337 For the information it gives about the compiler and the problems it solves.
- @shibayan For Sharprompt and for quickly merging my improvements on Sharprompt
- @0xd4d For dnlib
- @maddnias For SJITHook
- All RTN members