dff2020 / scoop-retools

Scoop bucket for reverse engineering tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:The Unlicense


Languages

Language:PowerShell 100.0%