• Earn real money by being active: Hello Guest, earn real money by simply being active on the forum — post quality content, get reactions, and help the community. Once you reach the minimum credit amount, you’ll be able to withdraw your balance directly. Learn how it works.

ida

  1. itsMe

    Reverse Engineering HashDB IDA Plugin

    Malware string hash lookup plugin for IDA Pro. This plugin connects to the OALABS HashDB Lookup Service. Adding New Hash Algorithms The hash algorithm database is open source and new algorithms can be added on GitHub here. Pull requests are mostly automated and as long as our automated tests...
  2. itsMe

    Reverse Engineering diaphora: IDA Python BinDiffing plugin

    Diaphora is a plugin for IDA Pro that aims to help in the typical BinDiffing tasks. It’s similar to other competitor products and open sources projects like Zynamics BinDiff, DarunGrim, or TurboDiff. However, it’s able to perform more actions than any of the previous IDA plugins or projects...
  3. itsMe

    Reverse Engineering FindYara v3.3 - IDA python plugin to scan binary with Yara rules

    FindYara Use this IDA python plugin to scan your binary with Yara rules. All the Yara rule matches will be listed with their offset so you can quickly hop to them! Using FindYara The plugin can be launched from the menu using Edit->Plugins->FindYara or using the hot-key combination...
  4. itsMe

    Reverse Engineering Karta - Source Code Assisted Fast Binary Matching Plugin For IDA

    Karta - source code assisted fast binary matching plugin for IDA. Hidden content
  5. itsMe

    Reverse Engineering Obfuscation Detection v1.5 - IDA plugin to pinpoint obfuscated code

    Obfuscation Detection Automatically detect obfuscated code and other state machines Scripts to automatically detect obfuscated code and state machines in binaries. Implementation is based on IDA 7.4+ (Python3). Check out the following blog posts for more information on the Binary Ninja...
  6. itsMe

    Reverse Engineering Obfuscation Detection: IDA plugin to pinpoint obfuscated code

    Obfuscation Detection Automatically detect obfuscated code and other state machines Scripts to automatically detect obfuscated code and state machines in binaries. obfDetect v1.4 Heuristic Features:     Control-Flow Flattening     Cyclomatic Complexity     Basic Block Size     Instruction...
  7. itsMe

    Reverse Engineering IDA Pro 7.6 SP1 Windows + Decompilers x86, x64, ARM, ARM64, MIPS + Tools

    IDA Version 7.6 Enjoy your IDA Pro with many new features and enhancements including: Apple Silicon support Golang analysis RISC-V and RL78 UI and Decompilers improvements And much more! Today, Hex-Rays announces the release of Service Pack 1 (SP1) for IDA 7.6. We are glad to announce...
  8. itsMe

    Reverse Engineering lighthouse v0.9.2 - Code Coverage Explorer for IDA Pro

    Overview Lighthouse is a powerful code coverage explorer for IDA Pro and Binary Ninja, providing software researchers with uniquely interactive controls to study execution maps for native applications without requiring symbols or source. This project placed 2nd in IDA's 2017 Plug-In Contest...
  9. itsMe

    Reverse Engineering Diaphora v2.0.6 - IDA Python BinDiffing plugin

    Diaphora is a plugin for IDA Pro that aims to help in the typical BinDiffing tasks. It’s similar to other competitor products and open sources projects like Zynamics BinDiff, DarunGrim, or TurboDiff. However, it’s able to perform more actions than any of the previous IDA plugins or projects...
  10. itsMe

    Reverse Engineering Reverse Engineering: IDA For Beginners

    Learn to use IDA Pro Free to do Reverse Engineering on Linux and Windows What you'll learn     Reverse Engineering     Assembly Language     Remnux Linux IDA     Windows IDA     File, Strings and Hexeditor Analysis     Converting Data, Renaming Labels and Variables     Inserting Comments    ...
  11. itsMe

    Reverse Engineering Reverse Engineering Code with IDA Pro

    Descripción del producto Dan Kaminsky is the Director of Penetration Testing for IOActive. Previously of Cisco and Avaya, Dan has been operating professionally in the security space since 1999. He is best known for his "Black Ops" series of talks at the well respected Black Hat Briefings...
  12. itsMe

    Reverse Engineering efiXplorer v3.0 [BHEU Edition] - IDA plugin

    efiXplorer v3.0 [BHEU Edition] - IDA plugin for UEFI firmware analysis and reverse engineering automation Supported versions of Hex-Rays products: everytime we focus on last versions of IDA and Decompiler because we try to use most recent features from new SDK releases. That means we tested...
  13. itsMe

    Reverse Engineering uEmu: tiny cute emulator plugin for IDA based on unicorn engine

    uEmu is a tiny cute emulator plugin for IDA based on unicorn engine. Supports following architectures out of the box: x86, x64, ARM, ARM64, MIPS, MIPS64 What is it GOOD for?     Emulate bare-metal code (bootloaders, embedded firmware, etc)     Emulate standalone functions What is it BAD for...
  14. itsMe

    Reverse Engineering Hex-Rays IDA Pro 7.5.201028 SP3 x64

    About IDA The IDA Disassembler and Debugger is an interactive, programmable, extensible, multi-processor disassembler hosted on Windows, Linux, or Mac OS X. IDA has become the de-facto standard for the analysis of hostile code, vulnerability research and commercial-off-the-shelf validation...
  15. itsMe

    Reverse Engineering IDA Pro 7.5 + HexRays (x86/x64/ARM/ARM64)

    About IDA The IDA Disassembler and Debugger is an interactive, programmable, extensible, multi-processor disassembler hosted on Windows, Linux, or Mac OS X. IDA has become the de-facto standard for the analysis of hostile code, vulnerability research and commercial-off-the-shelf validation...
  16. itsMe

    Reverse Engineering Debugging iOS Applications with IDA Pro Tutorial

    Debugging iOS Applications with IDA Pro Tutorial We have updated our iOS Debugging Tutorial. It has some new sections that should be of particular interest: “Debugging the DYLD Shared Cache” discusses how to combine IDA’s incremental dyldcache loading functionality with the iOS Debugger...
  17. itsMe

    Reverse Engineering Hex-Rays IDA Pro 7.3.190614 x64

    About IDA The IDA Disassembler and Debugger is an interactive, programmable, extensible, multi-processor disassembler hosted on Windows, Linux, or Mac OS X. IDA has become the de-facto standard for the analysis of hostile code, vulnerability research and commercial-off-the-shelf validation...
  18. itsMe

    Reverse Engineering lighthouse v0.9 - Code Coverage Explorer for IDA Pro

    Overview Lighthouse is a code coverage plugin for IDA Pro. The plugin leverages IDA as a platform to map, explore, and visualize externally collected code coverage data when symbols or source may not be available for a given binary. This plugin is labelled only as a prototype and IDA / Qt code...
  19. itsMe

    Reverse Engineering Hex-Rays IDA Pro 7.2.181105 + Decompilers x64

    What is IDA all about? IDA is a Windows, Linux or Mac OS X hosted multi-processor disassembler and debugger that offers so many features it is hard to describe them all. Just grab an evaluation version if you want a test drive. An executive summary is provided for the non-technical user...
  20. itsMe

    Reverse Engineering Lst2X64Dbg - Extract labels from IDA .lst or Ghidra .csv file and export x64dbg database

    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... Hidden...
Back
Top