Vector35 / Vector35/binaryninja-api
Automatically find and apply info from imported libraries
Nessuno ha ancora preso questa issue.
- Lingua principale
- C++
- Stelle
- 1.3k
- Fork
- 298
- Merge medio
- 5g 5h
- PR unite (30g)
- 19
Descrizione
What is the feature you'd like to have?
A desired addition would be the capability to search for imported libraries within the binary's current working directory (CWD) and to automatically resolve symbols imported by ordinal to their names. This functionality exists in IDA but is not currently available in Binary Ninja.
Is your feature request related to a problem?
The challenge is the inability to automatically identify and resolve symbols imported by ordinal. as it causes manual symbol resolution, making the analysis process more cumbersome.
Are any alternative solutions acceptable?
An alternative solution could involve providing Binary Ninja users with a script or a tool that utilizes external libraries, such as lief, to map ordinals to their corresponding names by emulating the process of searching the CWD for import libraries.
Additional Information:
Background is here:
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Come iniziare
- Leggi tutta la issue e poi la guida ai contributi del progetto.
- Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
- Fai un fork del repository e lavora su un branch.
- Apri una pull request che faccia riferimento al numero della issue.
Direzione di ricerca
Start by reviewing the requested behavior in this issue and the linked Slack background. Define how imported libraries should be searched in the binary's current working directory and how ordinal imports should map to names, then compare that approach with the suggested LIEF-based alternative. Done means imported ordinal symbols are resolved automatically or a documented script/tool provides that mapping.
Scritto dal modello di indicizzazione a partire dal testo della issue.
Valutazione
- Stack tecnologico
- cpp
- Ambito
- reverse-engineering
- Tipo di issue
- Funzionalità
- Difficoltà
- 5/5
- Tempo stimato
- Più di una settimana
- Stato di attività
- Ferma
- Chiarezza
- Abbastanza chiara
- Idoneità per principianti
- 30/100