Questions tagged [tools]

Use this tag for questions regarding recommendations of frameworks, libraries, programs or hardware tools used during the process of reverse engineering. Please avoid using this tag for tool-specific questions that do not have their own tag.

Tools are categorized by their main use, anything else goes to the bottom.

Reverse Code Engineering (RCE)

Debuggers

Cross-platform/Linux

Windows

Disassemblers/Decompilers

Libraries, frameworks and perhaps actual disassembler all in one

Hex editors

... anything not fitting the other categories

185 questions
19
votes
7 answers

Are there ready-to-go reverse engineering VMs?

In computer forensics & pentesting, there are live CDs that have a bunch of tools installed. This makes it easy to boot a machine and have a variety of tools for examining the HDD (for example). Are there VMs or live CDs with a bunch of RE tools…
EfForEffort
  • 638
  • 7
  • 12
8
votes
3 answers

Where can I get reliable tools for RE?

I am looking for a reliable source to download RE tools such as: Lordpe Imprec Peid but it seems all the links in google are not safe, where can I buy or download it from a reliable not malwared source. Can I trust http://www.woodmann.com/ ?
0x90
  • 677
  • 2
  • 7
  • 19
6
votes
1 answer

How is Hopper on Windows or Linux?

Hopper seems to be focused on Mac, but how does its capabilities on Windows or Linux compares with the free version of IDA for reversing x86/x64 executables? Hopper seems to have all the major features IDA has; a graph view, ability to rename…
zer
  • 157
  • 2
  • 6
5
votes
1 answer

Difference between Proxmark3 rdv4 & Proxmark3 evo

I am an advanced beginner in RFID/NFC reversing / hacking. For now, I have a mifare reader and I want to buy a better reader to able to perform advanced stuffs on both HF and LF (especially emulation and cloning). I've read on multiple websites…
niosega
  • 51
  • 2
4
votes
1 answer

What is a FAT header?

Today I saw a command line option in the output of otool (this is a MacOS X program, offering similar functionality as objdump) that is named: -f -- print the fat headers So, what are the fat headers ? I tried to Google 'fat headers' and 'fat…
PaulD
  • 433
  • 1
  • 4
  • 10
2
votes
1 answer

Is anyone building a python/ruby module to reuse 010 Editor templates?

I started using 010 Editor few days ago. Its template is amazingly powerful. But it's a shame these templates not able to be used directly with scripting languages like Ruby and Python. it's maybe a good personal project to build a python/ruby…
wangii
  • 169
  • 5
2
votes
0 answers

I need a tool to assist decompiling C++

I am trying to reverse engineer some C++ code that was made by "architecture astronaut", having multiple layers, lots of virtual functions, lots of polymorphism, metaprogramming, inlined stuff, and so on. I know that generating C++ from machine code…
speeder
  • 387
  • 1
  • 2
  • 4
1
vote
0 answers

How to speed up panda?

When looking for a reversing tool I discovered PANDA. Unfortunately, its performance is too slow. When I run some large programs in a virtual machine, the whole system becomes very slow and I can't debug the programs at all. Are there other faster…
xuetr178
  • 11
  • 1
1
vote
1 answer

Tools to find base64 strings in binary dumps

When looking at raw binary dumps are there any tools to help identify and decode base64 strings contained within? Essentially "strings", but taking into account base64.
Cybergibbons
  • 1,762
  • 2
  • 17
  • 26
0
votes
1 answer

Tomb Raider I Add Subtitle

I want to translate Tomb Raider 1 into my language. I am able to change texts in the menu but I also want to add subtitles to cutscenes. Is it possible to add subtitles to cutscene.phd files? Someone actually managed to add texts to cutscenes in…
0
votes
1 answer

How to log every memory read/write action and the registers of the action?

During runtime. With minimal performance impact on the target. Platform is Windows 7. Objective is to gather a lot of data for clustering and ML. To ultimately assist with protocol reversing. All input will also be logged including packets…
-3
votes
1 answer

Please edit this .exe file. I beg you. At least tell me what can be done(No general answers) Specific please

There is this game called Mafia 2 and since its release modders hve been trying to access encrypted files in the game. It was not until the years 2013 and 2014 that a Russian modder that goes by the name of Y.u.s.i.k created programs with the sole…