Karta icon indicating copy to clipboard operation
Karta copied to clipboard

Karta - source code assisted fast binary matching plugin for IDA

Results 10 Karta issues
Sort by recently updated
recently updated
newest added

[13/08/2022 09:07:54] - Karta - WARNING: Found multiple instances of "libpng" - multiple instances are not supported right now [13/08/2022 09:08:02] - Karta - WARNING: Found multiple instances of "zlib"...

Karta - INFO: Chose the IDA handler [11/08/2022 12:57:36] - Karta - ERROR: Failed to create disassembler handler "IDA": DLL load failed while importing sip: 找不到指定的模块。 [11/08/2022 12:57:36] - Karta...

I'm not quite well-versed in python, and I require some assistance in building this plugin. I've went ahead and installed all required dependencies through pip, yet I am still getting...

Improved karta src analysis speed by using multiprocessing and made it into a script. Added checking that libraries and object directories exist before execution Added using previously created file state...

I think it is a good idea to have a community-driven collection of Identifiers and Configurations for Karta. When such a collection get bigger, it will increase the chances that...

Function tables can often be found in the global variables in many projects: C++ / firmware. Should add better support of finding such tables, and using them for the matching...

enhancement

Our canonical representation is stored in a *.json file, using python's json library. Reportedly, in some edge cases there are function names (that is really weird) or strings that include...

bug

The matcher today attempts to match every library independently of the other libraries that should be / were already matched. This means that we lose useful information that can improve...

enhancement

In the current state, when the identifier for library X finds more than one match, it refuses to match the library because the two versions will collide and mess up...

enhancement