-
Notifications
You must be signed in to change notification settings - Fork 465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
shellcode-hashes - create enum of resolved values #100
Comments
im working on the fusion of both words for myself, of shellcode-hashes and hashdb, so we have can both of them, + they have hashdb-ida that is easy to extend to support localdb that was super easy to add to hashdb to keep generating localdb, example:
@mr-tz @williballenthin what do you think guys? and if you ask why i do this is bcz
|
@doomedraven I like your idea, but am not sure how it's related to this issue. Can you clarify? |
hashdb-ida already does the enumeration in ida, if it match 1 hash it allows export all hashes from that library to ida's enum |
Ah, perfect then 👍 |
i have almost already everything coded to support flare's offline db hashes, just need to find few things, i will show you it near to the weekend |
hello with delay but that is done, you can generate now offline db with hashes and use my modified version of hashdb to do lookups and have it to do the rest for you, also if not found in local it goes online(you can change that for you). to make it work just clone then drop generated db + hashdb.py to ida plugins folder and volia. to see what i have moded use search for hashdb.py.txt
|
Great. Do you think we should add this to flare-ida and/or to hashdb directly? |
i spoke with Herrcore about this, he told that they are not interested in having offline part. so i think this only can be useful for us who don't have access to internet all the time |
Alright, thanks for the insight! |
Create an enum & apply it for all identified hash values.
The text was updated successfully, but these errors were encountered: