Jump to content
YOUR-AD-HERE
HOSTING
TOOLS

Search the Community

Showing results for tags 'x64dbg'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Staff Control
    • Staff Announcements
  • General doubts | News
    • General doubts
    • News
  • Hacking | Remote Administration | Bugs & Exploits
    • Hacking
    • Remote Administration
    • Bugs & Exploits
  • Programming | Web | SEO | Prefabricated applications
    • General Programming
    • Web Programming
    • Prefabricated Applications
    • SEO
  • Pentesting Zone
    • Pentesting Accounts
    • Reverse Engineering
  • Security & Anonymity
    • Security
    • Wireless Security
    • Web Security
    • Anonymity
  • Operating Systems | Hardware | Programs
    • Operating systems
    • Hardware
    • PC programs
    • iOS
    • Android
  • Graphic Design
    • Graphic Design
  • vBCms Comments
  • live stream tv
    • live stream tv
  • Marketplace
    • Sell
    • Services
    • Request
  • Pentesting Premium
    • Pentesting Accounts
  • Modders Section
    • Source Codes
    • Manuals | Videos
    • Tools
    • Others
  • PRIV8-Section
    • Exploits
    • Accounts|Dumps
    • Crypter|Binder|Bots
    • Tutorials|Videos
    • Cracked Tools
    • Make Money
    • More Tools
    • Databeses
    • Ebooks
  • Pentesting Zone PRIV8
    • Pentesting Accounts
    • Reverse Engineering
    • Cracker Preview Area
  • Carding Zone PRIV8
    • Carding
    • Phishing
    • Defacing
    • Doxing
    • Special User Premium Preview Area
  • Recycle Bin
    • Recycle
  • Null3D's Nulled Group

Product Groups

  • PRIV8
  • Advertising
  • Access Basic
  • Seller
  • Services

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me

Found 16 results

  1. Plugin manager for x64dbg Console example: x64plgmnrc.exe -G "C:\x64dbg_root" // Set root path for x64dbg x64plgmnrc.exe -U // Update list from server x64plgmnrc.exe -S // Show list of plugins x64plgmnrc.exe -i x64core // Install last version of x64dbg x64plgmnrc.exe -i AdvancedScript // install AdvancedScript Download: V0.06 Fix: 2023-03-02 [Hidden Content]
  2. x64dbg plugin to bypass Themida 3.x Anti-Debugger / VM / Monitoring programs checks (64bits only) [Hidden Content]
  3. Console example x64plgmnrc.exe -G "C:\x64dbg_root" // Set root path for x64dbg x64plgmnrc.exe -U // Update list from server x64plgmnrc.exe -S // Show list of plugins x64plgmnrc.exe -i x64core // Install last version of x64dbg x64plgmnrc.exe -i AdvancedScript // install AdvancedScript [Hidden Content]
  4. Console example x64plgmnrc.exe -G "C:\x64dbg_root" // Set root path for x64dbg x64plgmnrc.exe -U // Update list from server x64plgmnrc.exe -S // Show list of plugins x64plgmnrc.exe -i x64core // Install last version of x64dbg x64plgmnrc.exe -i AdvancedScript // install AdvancedScript [hide][Hidden Content]]
  5. Plugin for x64dbg. [hide][Hidden Content]]
  6. A curated list of IDA x64DBG and OllyDBG plugins. IDA is a powerful disassembler and debugger that allows to analyze binary, it also includes a decompiler. X64DBG is an open-source x64/x32 debugger for Windows. OllyDbg is a 32-bit assembler level analysing debugger for Windows. Content IDA Plugins Ghidra Plugins X64dbg Plugins OllyDBG Plugins [hide][Hidden Content]]
  7. xAnalyzer is a plugin for the x86/x64 x64dbg debugger by @mrexodia. This plugin is based on the APIInfo Plugin by @mrfearless, although some improvements and additions have been made. xAnalyzer is capable of doing various types of analysis over the static code of the debugged application to give more extra information to the user. This plugin is going to make extensive API functions call detections to add functions definitions, arguments and data types as well as any other complementary information, something close at what you get with OllyDbg analysis engine, in order to make it even more comprehensible to the user just before starting the debugging task. Features Some of the main features and improvements include: Extended function calls analysis (over 13,000 API’s definitions from almost 200 DLL’s) Defined and generic functions, arguments, data types and additional debugging info recognition. Automatic loops detection. User maintained definition files Changelog v2.5.5 Changes: Fixed “small buffer” issue (crash) on large modules with long instructions. ( closes #43 and #47 ) Fixed huge amount of ram usage for extended analysis on modules with a big number of functions/parameters ( closes #44 ) [hide][Hidden Content]]
  8. An open-source binary debugger for Windows, aimed at malware analysis and reverse engineering of executables you do not have the source code for. There are many features available and a comprehensive plugin system to add your own. snapshot_2020-07-11_21-00.zip AbstractTableView styling removed ShortcutEdit styling rework CPU info scrollbars and button styling removed DebugStatusLabel styling rework LogStatusLabel styling removed TimeWastedCounter styling removed minor forced element styling removals added default style file that recreates the original look fix compilation for vs2013 GUI: minor improvements to the AppearanceDialog GUI: change the way highlighting works GUI: delete some unused color settings GUI: working style selection PROJECT: copy the themes directory in the release THEME: credits and custom colors GUI: only import the [Colors] and [Fonts] section of the theme INI GUI: allow customization of background flicker color GUI: fix weird font refresh issue BRIDGE: optimizations in Utf8Ini GUI: disable some debug output in release mode GUI: optimize performance of CommandLineEdit::autoCompleteAddCmd DBG: remove default exception skip limit DBG: fix some edge cases related to MAX_PATH BRIDGE: fix an oopsie [hide][Hidden Content]]
  9. MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch Genre: eLearning | Language: English + .srt | Duration: 13 lectures (1 hour, 55 mins) | Size: 1.31 GB Created by Paul Chin | Last updated 6/2020 Learn how to how to reverse engineer and debug programs with x64dbg in 1 hour Homepage: [Hidden Content] What you'll learn Debug programs with x64dbg Reverse engineer programs Solve CrackMe challenges Disassemble programs into assembly code Setting breakpoints and stepping through code Modify program behaviour Patching programs Requirements Windows PC Some Assembly or C background would help, but not mandator [HIDE][Hidden Content]]
  10. An open-source binary debugger for Windows, aimed at malware analysis and reverse engineering of executables you do not have the source code for. There are many features available and a comprehensive plugin system to add your own. [HIDE][Hidden Content]]
  11. x64dbg Plugin Manager v0.02 Console example x64plgmnrc.exe -G "C:\x64dbg_root" // Set root path for x64dbg x64plgmnrc.exe -U // Update list from server x64plgmnrc.exe -S // Show list of plugins x64plgmnrc.exe -i x64core // Install last version of x64dbg x64plgmnrc.exe -i AdvancedScript // install AdvancedScript How to build on Windows [Hidden Content] Download [HIDE][Hidden Content]]
  12. itsMe

    x64dbg Themes

    Content: [HIDE][Hidden Content]]
  13. This script extracts all the labels found in the LST file that is given as the script's single argument. An x64dbg database is created in the current directory based on the extracted labels. The LST file can be generated in IDA from the File menu: Produce file -> Create LST file... [HIDE][Hidden Content]]
  14. How To Unpack VMProtect V3 x64 with x64dbg [Hidden Content] Pass: level23hacktools.com
  15. IDA, x64DBG & OllyDBG plugins [Hidden Content]
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.