Pint is a PIN tool that exposes the PIN API to lua scripts. Pint runs on 64 bit Ubuntu and 32 bit Windows XP, it should run on 32 bit Ubuntu and 64 bit XP as well but this is yet untested. PIN is a dynamic instrumentation engine developed by Intel. Basically, it is a JIT compiler for binaries. It will disassemble the binary, one basic block at a time, and recompile it with additional instructions inserted at arbitrary positions. Pint makes it possible to add lua code at this point. Installation: Under Windows, make sure you have VC++2010 installed. Install cygwin and the following packages: ruby, patch, wget, unzip. Add C:\cygwin\bin to the %PATH% environment variable. Open a VC++ console. Move to your preferred directory and run: git clone "https://github.com/hexgolems/pint" cd pint ruby make.rb setup. The setup target will download pin & lua, apply patches where necessary and build Pint. The final pintool is called runner.dll. You can then run your lua script with: pin.exe -t runner.dll -s path/to/scrip -- binary_to_instrument.exe args for exe. Under Ubuntu, make sure you use ruby1.9 and have git installed and then run: git clone "https://github.com/hexgolems/pint" cd pint
FEATURES
EXPLORE BY TAGS
SIMILAR TOOLS
Static application security testing (SAST) tool for scanning source code against security and privacy risks.
Search engine for open-source Git repositories with advanced features like case sensitivity and regular expressions.
A technology lookup and lead generation tool that identifies the technology stack of any website and provides features for market research, competitor analysis, and data enrichment.
A security-focused general purpose memory allocator providing the malloc API with hardening against heap corruption vulnerabilities.
A GitHub application that performs automated security code reviews by analyzing contextual security aspects of code changes during pull requests.
SearchCode is an extensive code search engine that indexes 75 billion lines of code from millions of projects to help developers find coding examples and libraries.
APKiD is a tool that identifies compilers, packers, obfuscators, and other weird stuff in APK files.
A PHP port of Rack::Honeypot, a spam trap that detects and blocks spambots
QIRA is a competitor to strace and gdb with MIT license, supporting Ubuntu and Docker for wider compatibility.
PINNED

Checkmarx SCA
A software composition analysis tool that identifies vulnerabilities, malicious code, and license risks in open source dependencies throughout the software development lifecycle.

Orca Security
A cloud-native application protection platform that provides agentless security monitoring, vulnerability management, and compliance capabilities across multi-cloud environments.

DryRun
A GitHub application that performs automated security code reviews by analyzing contextual security aspects of code changes during pull requests.