BinaryAnalysisPlatform / bap

Binary Analysis Platform
MIT License
2.07k stars 273 forks source link

adds the x86/amd64 plt corrector component to the Primus base system #1444

Closed ivg closed 2 years ago

ivg commented 2 years ago

The component is responsible for properly restoring the stack frame after a call to the Primus Lisp stub.

This PR re-closes #879