allow python to locate native plugin methods

Aperta
#2,443 0 commenti 1 reazione 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
5/5
Tempo stimato
Più di una settimana
Idoneità per principianti
35/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
cpp, python

Direzione di ricerca

The issue identifies no files or tests; start by tracing the public plugin and API boundaries used by native and Python plugins. Done means an API can locate a function pointer by plugin name and function name, with the lookup behavior covered by appropriate tests.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

Component: API Effort: Low Impact: Low

Is your feature request related to a problem? Please describe.
Given a native Binary Ninja plugin with some functionality exposed via APIs, those APIs should be available to call from python plugins.

Describe the solution you'd like
add an API to look up a function pointer by plugin name and function name -- note that this still does not directly solve the problem of calling that function (use ctypes or similar), but would simplify this process.

Describe alternatives you've considered
Alternatively could provide a more robust API broker system through the core but it's likely overkill for the relatively small number of times this API would be needed where both a BN python plugin and a native BN plugin must coordinate

Additional context
BinDiff has as model that would benefit from this API

Lingua principale
C++
Stelle
1.3k
Fork
298
Merge medio
5g 5h
PR unite (30g)
19

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di Vector35/binaryninja-api

Tutte le issue di Vector35/binaryninja-api

Issue simili

Altre issue su C++

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.