Reverse engineering tools

A general discussion area specifically for hacking, memory scan, injection, and debugging discussions.


Post Reply
User avatar
mece
Table Maker
Table Maker
Apprentice Hacker
Apprentice Hacker
Posts: 51
Joined: Sat Jul 23, 2022 9:21 am
x 49
Contact:

Reverse engineering tools

Post by mece »

I created this topic to gather links for reverse engineering tools that helps in table making.
You're welcome to add links and descriptions of useful tools.
[hr=dashed][/hr]

DescriptionLink
HxD - a lightweight hex editorhttps://mh-nexus.de/en/programs.php
Beyond Compare - a tool to compare files and folders for diff. and to help with merginghttps://www.scootersoftware.com/
Universal Unreal Unlocker - used to re-enable some dev. features stripped on release for games made in UEhttps://framedsc.github.io/GeneralGuide ... e-unlocker
Greenshot - a lightweight screencap tool which lets you crop a screen on the fly, screenshot only a specific screen region or window, export in any common file format in a given location, etc.https://getgreenshot.org/
SQlite DB browser - a lightweight database browser because some games just think they're mmoshttps://sqlitebrowser.org/
Notepad+ a solid and free code editorhttps://notepad-plus-plus.org/
Sublimetext - another solid non-free code editorhttps://www.sublimetext.com/
WinMerge good free tool to compare fileshttps://winmerge.org/
WizTree fast program to analyze disk spacehttps://www.diskanalyzer.com/
Everything fast program for searching disk fileshttps://www.voidtools.com/
ILSpy - .NET assembly browser and decompilerhttps://github.com/icsharpcode/ILSpy
Snagit - powerful screencap tool with good image editorhttps://www.techsmith.com/download/snagit/
Camtasia - screen recorder and powerful video editor tool useful to measure timingshttps://www.techsmith.com/download/camtasia
VSCode - another solid and free code editorhttps://code.visualstudio.com/
IDA - powerful reverse engineering tool (x86 decompiler, debugger, etc)https://hex-rays.com/ida-free/
ReClass.NET - alternative structure dissect toolhttps://github.com/ReClassNET/ReClass.NET
TreeSize - useful to analyse complicated folder structureshttps://www.jam-software.com/treesize_free
justdecompile - .net decompilerhttps://www.telerik.com/products/decompiler.aspx
dotPeek - .net decompilerhttps://www.jetbrains.com/decompiler/
Asset Bundle Extractor - UABE is an editor for 3.4+/4/5/2017-2021.3 .assets and AssetBundle files (Unity).https://github.com/SeriousCache/UABE
IldAsm - .net decompilerhttps://docs.microsoft.com/en-us/dotnet ... sassembler
User avatar
mece
Table Maker
Table Maker
Apprentice Hacker
Apprentice Hacker
Posts: 51
Joined: Sat Jul 23, 2022 9:21 am
x 49
Contact:

Re: Reverse engineering tools

Post by mece »

Seems interesting. I want to try this.
https://github.com/WerWolv/ImHex
Image
Image

User avatar
J1327
Donor
Donor
Cheater
Cheater
Posts: 23
Joined: Mon Jul 25, 2022 5:00 pm
Location: Baltic States
x 31
Contact:

Re: Reverse engineering tools

Post by J1327 »

AppDescriptionLink
GHIDRAFREE TO PUBLIC, an reverse engineering tool with combination with x64dbg. One of the favorites! (Decompiler view). Requires JDK 17+ (64-bit)https://github.com/NationalSecurityAgency/ghidra
XDBGAn open source debugging and reversing tool.https://x64dbg.com/
Squalr Memory EditorAlternative to CE, an memory editing software.https://github.com/Squalr/Squalr
OllydbgAn shareware and 32-bit reversing tool. Similar GUI to xdbg.https://www.ollydbg.de/
--------------------

🙃

Post Reply