Nytro Posted March 18, 2016 Report Posted March 18, 2016 An open-source x64/x32 debugger for windows. http://x64dbg.com Note Please run install.bat before you start committing code, this ensures your code is auto-formatted to the x64dbg standards. Compiling For a complete guide on compiling x64dbg read this. Downloads Releases of x64dbg can be found here. Jenkins build server can be found here. Overview x64dbg is an open-source x32/x64 debugger for Windows. Features Open-source Intuitive and familiar, yet new user interface C-like expression parser Full-featured debugging of DLL and EXE files (TitanEngine) IDA-like sidebar with jump arrows IDA-like instruction token highlighter (highlight registers, etc.) Memory map Symbol view Thread view Source code view Content-sensitive register view Fully customizable color scheme Dynamically recognize modules and strings Import reconstructor integrated (Scylla) Fast disassembler (Capstone) User database (JSON) for comments, labels, bookmarks, etc. Plugin support with growing API Extendable, debuggable scripting language for automation Multi-datatype memory dump Basic debug symbol (PDB) support Dynamic stack view Built-in assembler (XEDParse) Executable patching Yara Pattern Matching Decompiler (Snowman) Analysis Sursa: https://github.com/x64dbg/x64dbg 1 Quote
gigiRoman Posted February 15, 2020 Report Posted February 15, 2020 Snowman Snowman is a native code to C/C++ decompiler, supporting x86, AMD64, and ARM architectures. You can use it as a standalone GUI application, a command-line tool, an IDA plug-in, a radare2 plug-in, an x64dbg plug-in, or a library. Snowman is free software. Use Clone the repository, follow the build instructions, run the decompiler. Alternatively, download the prebuilt packages, unpack, and run. Contribute We are not done yet. We want better generated code, even more convenient GUI, support for other architectures. Feel free to pick a problem, solve it, and send a pull request. Write to our mailing list if you have questions. 1 Quote
gigiRoman Posted February 15, 2020 Report Posted February 15, 2020 x64dbg Plugin Manager x64dbg Plugin Manager Download Posted on 4th January by ntinfo Labels: Reversing Software x64dbg sursa: http://n10info.blogspot.com/2020/01/x64dbg-plugin-manager.html?m=1 1 Quote