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]
Description | Link |
---|---|
HxD - a lightweight hex editor | https://mh-nexus.de/en/programs.php |
Beyond Compare - a tool to compare files and folders for diff. and to help with merging | https://www.scootersoftware.com/ |
Universal Unreal Unlocker - used to re-enable some dev. features stripped on release for games made in UE | https://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 mmos | https://sqlitebrowser.org/ |
Notepad+ a solid and free code editor | https://notepad-plus-plus.org/ |
Sublimetext - another solid non-free code editor | https://www.sublimetext.com/ |
WinMerge good free tool to compare files | https://winmerge.org/ |
WizTree fast program to analyze disk space | https://www.diskanalyzer.com/ |
Everything fast program for searching disk files | https://www.voidtools.com/ |
ILSpy - .NET assembly browser and decompiler | https://github.com/icsharpcode/ILSpy |
Snagit - powerful screencap tool with good image editor | https://www.techsmith.com/download/snagit/ |
Camtasia - screen recorder and powerful video editor tool useful to measure timings | https://www.techsmith.com/download/camtasia |
VSCode - another solid and free code editor | https://code.visualstudio.com/ |
IDA - powerful reverse engineering tool (x86 decompiler, debugger, etc) | https://hex-rays.com/ida-free/ |
ReClass.NET - alternative structure dissect tool | https://github.com/ReClassNET/ReClass.NET |
TreeSize - useful to analyse complicated folder structures | https://www.jam-software.com/treesize_free |
justdecompile - .net decompiler | https://www.telerik.com/products/decompiler.aspx |
dotPeek - .net decompiler | https://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 decompiler | https://docs.microsoft.com/en-us/dotnet ... sassembler |