Giter VIP home page Giter VIP logo

ida_ifl's Introduction

ida_ifl's People

Contributors

hasherezade avatar jtrent614 avatar malwarezone avatar nazywam avatar recvfrom avatar techbliss avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

ida_ifl's Issues

IDA7.0 - Python2.x support?

Any support for IDA v <= 7.0? Doesn't seem to be compatible with python2.x.

I've already tried to convert it back to python2 to import it to IDA 7.0 but been seeing weird error messages

File "C:/Program Files/IDA 7.0/plugins/ifl.py", line 1304, in <module>
    PLUGIN_ENTRY().init()

  File "C:/Program Files/IDA 7.0/plugins/ifl.py", line 1282, in init
   u 'Opens Interactive Function List Pane')

  File "C:\Program Files\IDA 7.0\python\ida_kernwin.py", line 1545, in __init__
    this = _ida_kernwin.new_action_desc_t(*args)

TypeError: in method 'new_action_desc_t', argument 2 of type 'char const *'

Switch to python 3

Starting from version 7.4, IDA uses Python 3, so IFL should be switched to this version.

Does not work well with dark theme

Great plugin, sadly it does not work well with the dark theme.

The text in the table is barely readable and it somehow seems to mess with the theme of the disassembly view as well.

How to reproduce:

  1. Click Options -> Colors and select theme "dark". Click Ok. (I did this way before installing the plugin)
  2. Install the plugin
  3. Open the view via View -> IFL

Strangely even applying the dark theme again does not set the disassembly view theme correctly.

Live search extremely slow

Can you add a toggle to enable/disable live search? The StringCluster plugin, for example, has a checkbox for toggling live search. When toggled off, pressing Enter executes the query.

IDA 8.3 view do not follow what is clicked in IFL

Hello, please see screenshot attached. My understanding is that IDA should follow what is clicked in IFL, but this is not happening.

Also I'm using screen resolution 2560x1600 and in Windows Display setting I have Scale and layout set to 200%, but as you can see, top IFL row (filter) is unusable, very tiny. But that is another issue.
ida83_ifl

Support the TAG format

Add the ability to load the TAG format (supported by PE-bear, PE-sieve and tiny_tracer ). The IFL should load the tags generated by those tools into IDA, appropriately as functions' names or comments. It should be also able to export the functions names from IDA into the TAG file, so that they can be loaded into PE-bear.

ValueError: invalid literal for int() with base 16: '> 74b57000+0'

Hi, I was trying to "tiny trace" an unpacked trickbot sample. The .tag file is quite big (~38MB), maybe thats the problem.

Here is the unpacked file:

https://www.virustotal.com/gui/file/07a4fd078b5f0b3ea9584c692bb43540a73f12540358ac358760609bdf66ba3a/detection

Traceback` (most recent call last):
  File "C:/Program Files/IDA Pro 7.4/plugins/ifl.py", line 1182, in importNames
    names = self._loadFunctionsNames(file_name, ext)
  File "C:/Program Files/IDA Pro 7.4/plugins/ifl.py", line 884, in _loadFunctionsNames
    start = int(fn[0].strip(), 16)
ValueError: invalid literal for int() with base 16: '> 74b57000+0'

backup_00170000.bin.exe.tag.zip

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.