You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be a "low-effort" way to easily instrument dynamic binaries without implementing a dynamic loader in Python. This would reduce the amount of functions to stub to make dynamic binaries work.
The text was updated successfully, but these errors were encountered:
Users can already load dynamic ELF using Rainbow elfloader, but no shared library are loaded.
Maybe with some tweaks to the elfloader, we could allow users to load shared library like this:
This would be a "low-effort" way to easily instrument dynamic binaries without implementing a dynamic loader in Python. This would reduce the amount of functions to stub to make dynamic binaries work.
The text was updated successfully, but these errors were encountered: