Skip to content

Scoop bucket for reverse engineering tools

License

Notifications You must be signed in to change notification settings

strogo/scoop-retools

 
 

Repository files navigation

scoop-retools

Build status LICENSE size awesome

Scoop bucket for reverse engineering tools.

Usage

  1. Install scoop

  2. Add this bucket to scoop:

scoop bucket add retools https://github.com/TheCjw/scoop-retools.git
  1. Install tools via scoop install:
scoop install smali baksmali apktool
  1. Done.

Use cases

Bulid WinAFL

scoop install dynamorio
git clone https://github.com/googleprojectzero/winafl
cd winafl
# Compile 32bit tool
mkdir build32
cd build32
cmake -G "Visual Studio 16 2019" -A Win32 .. -DDynamoRIO_DIR="$env:DYNAMORIO_DIR" -DUSE_COLOR=1
cmake --build . --config Release
# or 64bit
mkdir build64
cd build64
cmake -G "Visual Studio 16 2019" .. -DDynamoRIO_DIR="$env:DYNAMORIO_DIR" -DUSE_COLOR=1
cmake --build . --config Release

About

Scoop bucket for reverse engineering tools

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PowerShell 100.0%