Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mentebinaria/retoolkit
Reverse Engineer's Toolkit
https://github.com/mentebinaria/retoolkit
malware-analysis reverse-engineering windows
Last synced: 7 days ago
JSON representation
Reverse Engineer's Toolkit
- Host: GitHub
- URL: https://github.com/mentebinaria/retoolkit
- Owner: mentebinaria
- License: apache-2.0
- Created: 2021-03-13T00:58:51.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-14T09:59:54.000Z (8 months ago)
- Last Synced: 2024-11-28T12:02:27.158Z (14 days ago)
- Topics: malware-analysis, reverse-engineering, windows
- Language: Inno Setup
- Homepage:
- Size: 36.5 MB
- Stars: 4,842
- Watchers: 145
- Forks: 498
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- starred - mentebinaria/retoolkit - Reverse Engineer's Toolkit (Inno Setup)
- awesome-starz - mentebinaria/retoolkit - Reverse Engineer's Toolkit (Inno Setup)
- awesome-hacking-lists - mentebinaria/retoolkit - Reverse Engineer's Toolkit (Inno Setup)
README
__English__ || [Türkçe](./README_tr_TR.md) || [Français](./README_fr_FR.md) || [中文简体](./README_zh_CN.md) || [日本語](./README_jp_JP.md)
# Reverse Engineer's Toolkit
## What?
This is a collection of tools you may like if you are interested in reverse engineering and/or malware analysis on x86 and x64 Windows systems. After installing this program, you'll have two ways to access the tools:
* Double-click the `retoolkit` icon in the Desktop.
* Right-click on a file, choose `retoolkit`. This way the selected file is passed as argument to the desired program.![](assets/retoolkit.gif)
## Why do I need it?
You don't. Obviously, you can download such tools from their own website and install them by yourself in a new VM. But if you download retoolkit, it will probably save you some time. Additionally, the tools come pre-configured so you'll find things like x64dbg with a few plugins, command-line tools working from any directory, etc. You may like it if you're setting up a new analysis VM.
## Download
The *.iss files you see here are the source code for our setup program built with [Inno Setup](https://jrsoftware.org/isinfo.php). To download the real thing, you have to go to the [Releases](https://github.com/mentebinaria/retoolkit/releases) section and download the setup program.
## Included tools
Have a look at the [wiki](https://github.com/mentebinaria/retoolkit/wiki) for a detailed list. By the way, you won't find cracked software there.
## Is it safe to install it in my environment?
I don't know. Some included tools are not open source and come from shady places. You should use it exclusively in virtual machines and under your own responsibility.
## Can you add tool X?
It depends. The idea is to keep it simple. We won't add a tool just because it's not here yet. But if you think there's a good reason to do so, _and the license allows us to redistribute the software_, please [open an issue here](https://github.com/mentebinaria/retoolkit/issues?q=label%3Atool-request+) if it doesn't exist yet.
## Changelog
See [CHANGELOG.md](CHANGELOG.md).
## Similar projects
We're happy retoolkit inspired other people to create their own forks:
* https://github.com/indetectables-net/toolkit is also focused on RE tools and include a nice autoupdater program.
* https://github.com/cristianzsh/forensictools is focused on forensic tools.