Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/TheCjw/scoop-retools
Scoop bucket for reverse engineering tools
https://github.com/TheCjw/scoop-retools
reverse-engineering scoop scoop-bucket
Last synced: 3 months ago
JSON representation
Scoop bucket for reverse engineering tools
- Host: GitHub
- URL: https://github.com/TheCjw/scoop-retools
- Owner: TheCjw
- License: unlicense
- Created: 2018-05-07T17:11:02.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-08T03:31:23.000Z (4 months ago)
- Last Synced: 2024-07-08T04:42:48.788Z (4 months ago)
- Topics: reverse-engineering, scoop, scoop-bucket
- Language: PowerShell
- Size: 277 KB
- Stars: 150
- Watchers: 9
- Forks: 22
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Awesome - retools
- awesome-hacking-lists - TheCjw/scoop-retools - Scoop bucket for reverse engineering tools (PowerShell)
- jimsghstars - TheCjw/scoop-retools - Scoop bucket for reverse engineering tools (PowerShell)
README
# scoop-retools
[![Build status](https://img.shields.io/appveyor/ci/TheCjw/scoop-retools/master.svg?style=flat-square&label=AppVeyor&logo=appveyor)](https://ci.appveyor.com/project/TheCjw/scoop-retools) [![LICENSE](https://img.shields.io/github/license/TheCjw/scoop-retools.svg?style=flat-square)](https://github.com/TheCjw/scoop-retools/blob/master/LICENSE) [![size](https://img.shields.io/github/repo-size/thecjw/scoop-retools.svg?style=flat-square)](https://github.com/TheCjw/scoop-retools) [![awesome](https://awesome.re/badge-flat.svg)](https://github.com/scoopinstaller/awesome-scoop)
Scoop bucket for reverse engineering tools.
## Usage
1. Install [scoop](https://github.com/lukesampson/scoop)
2. Add this bucket to scoop:
```bash
scoop bucket add retools https://github.com/TheCjw/scoop-retools.git
```
3. Install tools via `scoop install`:
```bash
scoop install smali baksmali apktool
```
4. Done.