Jonathan Salwan

Results 12 repositories owned by Jonathan Salwan

Triton

3.4k
Stars
521
Forks
Watchers

Triton is a dynamic binary analysis library. Build your own program analysis tools, automate your reverse engineering, perform software verification or just emulate code.

VMProtect-devirtualization

1.1k
Stars
180
Forks
Watchers

Playing with the VMProtect software protection. Automatic deobfuscation of pure functions using symbolic execution and LLVM.

PinTools

577
Stars
159
Forks
Watchers

Pintool example and PoC for dynamic binary analysis

Tigress_protection

787
Stars
145
Forks
Watchers

Playing with the Tigress software protection. Break some of its protections and solve their reverse engineering challenges. Automatic deobfuscation using symbolic execution, taint analysis and LLVM.

ROPgadget

3.8k
Stars
543
Forks
Watchers

This tool lets you search your gadgets on your binaries to facilitate your ROP exploitation. ROPgadget supports ELF, PE and Mach-O format on x86, x64, ARM, ARM64, PowerPC, SPARC, MIPS, RISC-V 64, and...

abf

113
Stars
37
Forks
Watchers

Abstract Binary Format Manipulation - ELF, PE and Mach-O format

binary-samples

236
Stars
66
Forks
Watchers

Samples of binary with different formats and architectures. A test suite for your binary analysis tools.

Kaminou-Kernel

42
Stars
18
Forks
Watchers

Just another (unfinished) kernel from scratch...

stuffz

101
Stars
38
Forks
Watchers

Some low-level stuff

ttexplore

70
Stars
8
Forks
Watchers

TTexplore is a library that performs path exploration on binary code using symbolic execution