panda-re / panda

Platform for Architecture-Neutral Dynamic Analysis
https://panda.re
Other
2.45k stars 475 forks source link

New Plugin: hypercaller #1496

Closed lacraig2 closed 2 months ago

lacraig2 commented 3 months ago

Much like hooks the hypercaller plugin is intended to marshal and discern the proper set of requests that should make their way to Python.

The reason is simple: performance. Without a layer of C code to act as a simple filter our Python code would be overused and our runtimes much slower.