Ideas for Saving Recompiled Binaries #877
alsldlflglhljlk
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For debugging (and speed) purposes, I think it would be a useful feature to be able to save recompiled binaries. Box86/64 take the target executable and do some recompilation magic so that it runs on the target architecture (in my case arm64). Saving the recompiled binary would be really neat for debugging, and would also speed up applications since they wouldn't have to be recompiled every time they're run. ptitSeb explained problems with this in issue, but I am still curious if this could be done. Any ideas?
Beta Was this translation helpful? Give feedback.
All reactions