PinCTF Logo

PinCTF

0
Free
Visit Website

This tool is designed to use Intel's Pin Tool to instrument reverse engineering binaries and count instructions. PinCTF is implemented as a python script wrapping PIN, executing a pin command and reading from PIN's produced inscount.out file. Included in this repo is a script for pulling down Intel's PIN and instructions for building it on Ubuntu 16.04.

FEATURES

ALTERNATIVES

A comprehensive guide to malware analysis and reverse engineering, covering topics such as lab setup, debugging, and anti-debugging.

Tplmap is a tool for detecting and exploiting server-side template injection vulnerabilities.

A tutorial on setting up a virtual ARM environment, reversing ARM binaries, and writing basic exploits for ARM using the trafman challenge of rwthCTF as an example.

A software reverse engineering framework with full-featured analysis tools and support for multiple platforms, instruction sets, and executable formats.

A disassembly framework with support for multiple hardware architectures and clean API.

A tool that executes programs in memory from various sources

A Go library for manipulating YARA rulesets with the ability to programatically change metadata, rule names, and more.

A wordlist to bruteforce for Local File Inclusion (LFI) vulnerabilities