Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rhotav/JITK
JITK - JIT Killer is hooker for clrjit
https://github.com/rhotav/JITK
Last synced: 6 days ago
JSON representation
JITK - JIT Killer is hooker for clrjit
- Host: GitHub
- URL: https://github.com/rhotav/JITK
- Owner: rhotav
- Archived: true
- Created: 2022-07-07T10:30:11.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T13:58:20.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T19:45:57.449Z (3 months ago)
- Language: C#
- Size: 58.6 KB
- Stars: 30
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# JITK - JIT Killer
[![MIT License](https://img.shields.io/apm/l/atomic-design-ui.svg?)](https://github.com/tterb/atomic-design-ui/blob/master/LICENSES)
![files](https://img.shields.io/github/directory-file-count/rhotav/JITK)```
_ _____ _______ _ __
| |_ _|__ __| |/ /
| | | | | | | ' /
_ | | | | | | | <
| |__| |_| |_ | | | . \
\____/|_____| |_| |_|\_\
by rhotav
```JIT Killer is hooker for clrjit.dll
This process presents the communication between the compiler and the program to the user.
## Features
- Breakpoint
- Disassemble from Hex Codes
- User friendly design
## Demo![Rec 0003](https://user-images.githubusercontent.com/54905232/177761753-f11b5ea9-c5b1-4353-98d5-ec272b13bd58.gif)
## Commands
| 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 |
## Thanks- [@Washi1337](https://www.github.com/Washi1337) For the information it gives about the compiler and the problems it solves.
- [@shibayan](https://www.github.com/shibayan) For [Sharprompt](https://github.com/shibayan/Sharprompt) and for quickly merging my improvements on Sharprompt
- [@0xd4d](https://www.github.com/0xd4d) For [dnlib](https://github.com/0xd4d/dnlib)
- [@maddnias](https://github.com/maddnias) For [SJITHook](https://github.com/maddnias/SJITHook)
- All RTN members