Oh no! Some styles failed to load. 😵 Please try reloading this page

Search Results

21 programs for "ida pro 7.0"

  • Cybersecurity Starts With Password Security. Icon
    Cybersecurity Starts With Password Security.

    Keeper is the top-rated password manager for protecting you, your family and your business from password-related data breaches and cyberthreats.

    Research shows that a whopping 81% of data breaches are due to weak or stolen passwords. Business password managers provide an affordable and simple way for companies to solve the single biggest root cause of most data breaches. By implementing Keeper, your business is significantly reducing the risk of a data breach.
  • 1
    IDA Pro plugins & tools
    Downloads: 0 This Week Last Update: See Project
  • 2

    IDA ClassInformer PlugIn

    IDA Pro plug-in to fix/extract/view RTTI information

    An IDA Pro Windows object RTTI vftable finder, fixer, and lister plug-in. Places structure defs, names, labels, and comments to make more sense of class and structure vftables ("Virtual Function Table"). Lists found RTTI structures and C++ classes in a window for browsing. Mentioned in Chris Eagle's: "The IDA Pro book": https://www.nostarch.com/idapro2.htm See: http://en.wikipedia.org/wiki/RTTI * July 2018, updated to IDA 7.1 Requires IDA Pro 7.1 or greater. To build you'll need MSVC 2017...
    Downloads: 145 This Week Last Update: See Project
  • 3

    IDA Support Library

    IDA Pro utility support libraries for my plug-ins

    IDA Pro utility support libraries to build my latest plug-ins. 1) Utility support header and code 2) WaitEx: Enhanced replacement for IDA SDK wait box solution. Moved from https://sourceforge.net/projects/ida-waitboxex/ See: http://www.macromonkey.com/waitboxex-ida-pro-sdk-show_wait_box-replacement/ 3) SegmentSelect: A memory segment dialog to allow user to select one or more for processing. 4) OggPlayer: Simple support to play compressed notification sounds. For Windows IDA Pro environment...
    Downloads: 0 This Week Last Update: See Project
  • 4

    IDA FunctionStringAssociate PlugIn

    IDA Pro plug-in that comments functions by strings it contains

    An IDA Pro plug-in that comments functions by the strings that it contains, Meant to be run as first of sequence of two of my other informational plug-ins: 1) Function String associate 2) Mark reference counts 3) WhatAPIs See: http://www.macromonkey.com/bb/index.php/topic,20.0.html * July 2018, updated to IDA 7.1 To build you'll need MSVC 2017 and https://sourceforge.net/projects/ida-support-library/
    Downloads: 44 This Week Last Update: See Project
  • Engage your employees and build high performing teams Icon
    Engage your employees and build high performing teams

    A people management platform for today’s workforce

    A collaborative performance management platform that helps make performance employee-owned. Crewmojo encourages team members to share feedback, achieve goals and be values driven. Managers are equipped to extend 1:1s beyond the 'status update' and conduct meaningful conversations around objectives, development, career and more.
  • 5
    This is a little utility to dump information about installed IDA Pro plugins. (See: https://www.hex-rays.com/products/ida/) The key parts of the IDA PLUGIN export "plugin_t" struct data. Use it to glean information about what plugins you have. See what the default hotkeys are, the short names, comments, version, and their flags. By comparing the flags (see "loader.hpp" in the IDA SDK) you can see which plugins stay resident for example. View the "Readme.txt" for more. * New, added 64bit...
    Downloads: 0 This Week Last Update: See Project
  • 6

    IDA Signsrch

    IDA Pro plug-in of Luigi Auriemma's signsrch signature matching tool.

    IDA Pro plug-in conversion of Luigi Auriemma's signsrch signature matching tool. * July 2018, updated to IDA 7.1 Luigi's original signsrch description: "Tool for searching signatures inside files, extremely useful as help in reversing jobs like figuring or having an initial idea of what encryption/- compression algorithm is used for a proprietary protocol or file. It can recognize tons of compression, multimedia and encryption algorithms and many other things like known strings and anti...
    Downloads: 14 This Week Last Update: See Project
  • 7
    Perix Operating System - 16/32/64 Bit
    Perix is a 16/32/64-Bit protected mode kernel, bootable and capable of running with or without an operating system. It is written in Turbo Pascal 7.0 for DOS, Delphi 7.0, Pascal Pro, Virtual Pascal v2.1, Delphi XE2 64-Bit, TASM, TASM32 and JWASM. The latest version, 0.01I, supports multi-processor. Added Open Watcom C++ and Borland C++ examples.
    Downloads: 1 This Week Last Update: See Project
  • 8

    IDA ExtraPass PlugIn

    An IDA Pro Windows target cleanup plug-in.

    An IDA Pro Windows target cleanup plug-in. * July 2018, updated to IDA 7.1 and added some enhancements; see help file for details. Requires IDA Pro 7.1 or greater. To build you'll need MSVC 2017 and https://sourceforge.net/projects/ida-support-library/
    Downloads: 8 This Week Last Update: See Project
  • 9

    IDA WhatAPIs PlugIn

    IDA Pro plug-in to display contextual function API usage.

    IDA Pro plug-in to display contextual function API usage. Meant to be run as first of sequence of two of my other informational plug-ins: 1) Function String associate 2) Mark reference counts 3) WhatAPIs See: http://www.macromonkey.com/bb/index.php/topic,20.0.html * July 2018, updated to IDA 7.1 To build you'll need MSVC 2017 and https://sourceforge.net/projects/ida-support-library/
    Downloads: 2 This Week Last Update: See Project
  • The Better CRM Icon
    The Better CRM

    Pipeliner has revolutionized CRM with our unique visual interface, no-code workflow automation engine, and instant, dynamic insights and reporting.

    The Pipeliner CRM experience is so different from traditional CRM which is why we drive the highest adoption rates, lower Total Cost of Ownership, and rapid Return On Investment. Plus with fast onboarding and how easy it is to learn to use and/or administer the system, there is little to no business interruption when deploying.
  • 10

    IDA MarkRefCount PlugIn

    An IDA Pro function and data reference count commenter plug-in.

    An IDA Pro function and data reference count commenter/annotator plug-in. Meant to be run as first of sequence of two of my other informational plug-ins: 1) Function String associate 2) Mark reference counts 3) WhatAPIs See: http://www.macromonkey.com/bb/index.php/topic,20.0.html * July 2018, updated to IDA 7.1 To build you'll need MSVC 2017 and https://sourceforge.net/projects/ida-support-library/
    Downloads: 2 This Week Last Update: See Project
  • 11

    IDA QCustomPlot

    QCustomPlot for IDA Pro Qt C++ plug-ins

    This is a simple adaption of QCustomPlot (http://www.qcustomplot.com/) for IDA Pro (https://www.hex-rays.com/) C++ plug-ins. See http://www.macromonkey.com/qcustomplot/ for more info. LICENSES My code: MIT https://opensource.org/licenses/MIT QCustomPlot: GNU GPLv3, license needed for commercial use. See: http://www.qcustomplot.com/index.php/contact
    Downloads: 0 This Week Last Update: See Project
  • 12

    IDA WaitBoxEx

    A full featured IDA Pro SDK wait box replacement.

    A full featured IDA Pro SDK wait box replacement with progress bar and customization options. * Integrated into my "IDA Support Library" https://sourceforge.net/projects/ida-support-library/ *
    Downloads: 0 This Week Last Update: See Project
  • 13
    collabREate is an Ida Pro plugin and remote server component designed to facilitate collaborative reverse engineering and synchronization of database content across differing versions of Ida Pro.
    Downloads: 0 This Week Last Update: See Project
  • 14

    IDA#Plug

    A Visual Studio integrated framework for C# plugins targeting IDA Pro

    IDA from Hex-Rays SA is a well-known dis-assembly software extensively used in the reverse engineering field. IDA provides an extensive API for C language plugin development. While efficient, C can be painful and time consuming as soon as you attempt to develop high level tasks. This project attempts to provide : - A framework that let you develop plugins using C# - Visual Studio integration for ease of use Plugins are mixed mode libraries (managed+unmanaged) relying on a .Net library...
    Downloads: 0 This Week Last Update: See Project
  • Complete Quality Transformed Icon
    Complete Quality Transformed

    Connected and Unified EQMS and EHS platform to enable your journey and achieve a 360-degree control of Quality, Safety, Environment and Compliance

    ComplianceQuest is an Enterprise Quality, Safety and Environment Management (QHSE) solutions platform natively built and run on Salesforce technologies. We help our customers of all sizes deliver quality products and services in the safest, most sustainable way by mitigating risk, problems, and inefficiencies while protecting customers, employees, suppliers, and brands.
  • 15
    This project is a plugin for IDA Pro disassembler to support ARM code debugging via JTAG or software emulators. JLink JTAG interface or any other RDI-compliant hw/sw emulator (such as ARMulator) can be used with it
    Downloads: 3 This Week Last Update: See Project
  • 16

    BotF Standard Trek.exe IDA Database

    A well-documented IDA file for Star Trek: Birth of the Federation

    IDA Pro (Interactive Disassembler) is a really great assembly code analysis tool. This project is an IDA Pro database file for Star Trek: Birth of the Federation. See the homepage for information on what's been done.
  • 17
    FM-and-PHP is a free-of-charge, open-source PHP class with which you can query FileMaker Pro 5.0, 5.5, 6.0, 7.0, 8.0 and 8.5 databases with PHP. FM-and-PHP is object-oriented and thus can be extended easily.
    Downloads: 1 This Week Last Update: See Project
  • 18
    OpenBinDiff tries to solve the problem of finding what has changed in two different versions of the same binary file. OpenBinDiff is a IDAPython script for IDA Pro. OpenBinDiff is intended to help security researchers and like minded communities.
    Downloads: 0 This Week Last Update: See Project
  • 19
    The goal of IDA-Pro-Code is to provide support for auditing applications including binary audits through extensions of the IDA Pro disassembler by DataRescue sa/nv and/or HexRays.com.
    Downloads: 0 This Week Last Update: See Project
  • 20

    vm86

    The x86 Script Instruction Virtual Machine

    This is a very simple and lightweight x86 virtual machine which can load and run the assembly code from ida pro directly.
  • 21
    SFAX86, Semantic Framework for Analyzing eXecutables of x86 architecture, is designed to be an analyzer for security, which is semantic based. SFAX86 is going to be a plugin of IDA Pro, or we will write all those code if time permitted.
    Downloads: 0 This Week Last Update: See Project
  • Previous
  • You're on page 1
  • Next