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

VolatilityBot automates binary extraction and memory analysis, including detecting code injections and strings.

A Python-based tool for detecting XSS vulnerabilities

A collection of XSS payloads designed to turn alert(1) into P1

A tool for identifying and analyzing Java serialized objects in network traffic

A write-up of the reverse engineering challenge from the 2019 BambooFox CTF competition

A javascript malware analysis tool with backend code execution.

PLASMA is an interactive disassembler with support for various architectures and formats, offering a Python API for scripting.

A collection of resources for beginners to learn assembly language.