All Projects → JonathanSalwan → Pintools

JonathanSalwan / Pintools

Pintool example and PoC for dynamic binary analysis

Projects that are alternatives of or similar to Pintools

Freki
🐺 Malware analysis platform
Stars: ✭ 285 (-41.24%)
Mutual labels:  binary-analysis
Avatar2
Python core of avatar²
Stars: ✭ 334 (-31.13%)
Mutual labels:  binary-analysis
Pev
The PE file analysis toolkit
Stars: ✭ 422 (-12.99%)
Mutual labels:  binary-analysis
Macbook
《macOS软件安全与逆向分析》随书源码
Stars: ✭ 302 (-37.73%)
Mutual labels:  binary-analysis
Idenlib
idenLib - Library Function Identification [This project is not maintained anymore]
Stars: ✭ 322 (-33.61%)
Mutual labels:  binary-analysis
Cwe checker
cwe_checker finds vulnerable patterns in binary executables
Stars: ✭ 372 (-23.3%)
Mutual labels:  binary-analysis
freki
🐺 Malware analysis platform
Stars: ✭ 327 (-32.58%)
Mutual labels:  binary-analysis
Dyninst
DyninstAPI: Tools for binary instrumentation, analysis, and modification.
Stars: ✭ 443 (-8.66%)
Mutual labels:  binary-analysis
Ddisasm
A fast and accurate disassembler
Stars: ✭ 325 (-32.99%)
Mutual labels:  binary-analysis
Security Notes
📓 Some security related notes
Stars: ✭ 422 (-12.99%)
Mutual labels:  binary-analysis
Bootstomp
BootStomp: a bootloader vulnerability finder
Stars: ✭ 303 (-37.53%)
Mutual labels:  binary-analysis
E9patch
A powerful static binary rewriting tool
Stars: ✭ 317 (-34.64%)
Mutual labels:  binary-analysis
Binee
Binee: binary emulation environment
Stars: ✭ 408 (-15.88%)
Mutual labels:  binary-analysis
Zelos
A comprehensive binary emulation and instrumentation platform.
Stars: ✭ 298 (-38.56%)
Mutual labels:  binary-analysis
Dissection
The dissection of a simple "hello world" ELF binary.
Stars: ✭ 427 (-11.96%)
Mutual labels:  binary-analysis
B2r2
B2R2 is a collection of useful algorithms, functions, and tools for binary analysis.
Stars: ✭ 262 (-45.98%)
Mutual labels:  binary-analysis
Decomp
Components of a decompilation pipeline.
Stars: ✭ 343 (-29.28%)
Mutual labels:  binary-analysis
Kam1n0 Community
The Kam1n0 Assembly Analysis Platform
Stars: ✭ 467 (-3.71%)
Mutual labels:  binary-analysis
Binaryninja Api
Public API, examples, documentation and issues for Binary Ninja
Stars: ✭ 437 (-9.9%)
Mutual labels:  binary-analysis
Sec skills
软件安全工程师技能表
Stars: ✭ 410 (-15.46%)
Mutual labels:  binary-analysis

Pin Tools

I just decided to centralize my old and next Pin tools about program analysis in this repo. Be careful, these pintool are not reliable. They are here just as PoC and to provide some ideas.

Timeline

+-------------------------------------------------------------------------------+ | Timeline | +----------------------------------------------------------------+--------------+ | Name | date | +================================================================+==============+ | Talks/SSTIC-2015 Triton a Pin-based DSE framewok | Jun 03, 2015 | +----------------------------------------------------------------+--------------+ | Talks/StHack-2015 Dynamic Behavior Analysis using DBI | Mar 27, 2015 | +----------------------------------------------------------------+--------------+ | Talks/SecurityDayLille-2015 Dynamic Symbolic Execution | Jan 17, 2015 | +----------------------------------------------------------------+--------------+ | FormatStringDetection | Nov 11, 2014 | +----------------------------------------------------------------+--------------+ | OverflowDetection | Oct 10, 2013 | +----------------------------------------------------------------+--------------+ | ConcolicExecution | Aug 28, 2013 | +----------------------------------------------------------------+--------------+ | InMemoryFuzzing | Aug 17, 2013 | +----------------------------------------------------------------+--------------+ | LoopDetectionInstCounter | Aug 13, 2013 | +----------------------------------------------------------------+--------------+ | ObsoleteStackFrameAccessDetection | Aug 08, 2013 | +----------------------------------------------------------------+--------------+ | ClassicalUseAfterFreePatternMatching | Aug 08, 2013 | +----------------------------------------------------------------+--------------+ | PointerWithoutCheckDetection | Aug 08, 2013 | +----------------------------------------------------------------+--------------+ | TaintAnalysis | Aug 08, 2013 | +----------------------------------------------------------------+--------------+

Related blog post

Talks/SSTIC-2015 Triton a Pin-based concolic execution framework

Talks/StHack-2015 Dynamic Behavior Analysis Using Dynamic Binary Instrumentation

  • n/a

Talks/SecurityDayLille-2015 Dynamic Symbolic Execution

FormatStringDetection

  • n/a

OverflowDetection

ConcolicExecution

InMemoryFuzzing

LoopDetectionInstCounter

  • n/a

ObsoleteStackFrameAccessDetection

ClassicalUseAfterFreePatternMatching

PointerWithoutCheckDetection

TaintAnalysis

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].