Git Product home page Git Product logo

ida_functionstringassociate_plugin's Introduction

"Function String Associate"

An IDA Pro plug-in that comments functions by the strings it contains Version 1.5 By Sirmabus


From the chaos of a 10,000+ function target et al.., this plug-in can help reversing by extracting various "assert" and other (variables, constants, etc.) strings; making some sense of it all by adding info as a function comment for browsing. As you browse around at a glance these comments might tell you to a greater or lessor degree what a particular function might do, what area it belongs to, etc.

In some targets there are tons of these useful strings, on others very few if any at all. Thus the information will either be great or little to nothing.

-- [Install] ------------------------------------------------------------------ Copy the plug-in to your IDA Pro "plugins" folder. Edit your "plugins.cfg" with a hotkey to run.

Example: "FunctionStringAssociate IDA_FunctionStringAssociate_PlugIn.plw Alt-6 0"

See official IDA docs for more help on on installing and configuring plug-ins.

-- [How to run it] ------------------------------------------------------------ Just invoke it using your selected IDA hot-key or from "Edit->Plugins" menu.

-- [How it works] ------------------------------------------------------------- Iterates every function in the loaded IDB; In each function iterates it's elements looking for string references; Then sorts these with some assumptions about relevance and places them as a function comment.

-Sirmabus

-- [Changes] ------------------------------------------------------------------ 1.5 - 1) Replaced the std::vector array with a static one. 2) Added a E64 version.

1.4 - 1) Now properly iterates functions as blocks rather then assuming they are all contiguous chunks. 2) Updated and fixed some custom UI elements. 3) Some speed optimization.

1.3 - 1) Increased maximum string length. 2) Changed the starting tag from "<" to "STR:", and removed the end '<'. 3) Added customized dialogs.

Terms of Use

This software is provided "as is", without any guarantee made as to its suitability, or fitness for any particular use. It may contain bugs, so use this software is at your own risk. The author takes no responsibly for any damage that might be caused through its use.

ida_functionstringassociate_plugin's People

Contributors

nihilus avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.