blob: 5d007adebcb313aba704b6f7788f1ef8428098e4 (
plain) (
blame)
1
2
3
4
|
Saving recompiled binaries
As far as I know (correct me if I'm wrong), Box86/64 takes the target binary and recompiles it to the target architecture (armhf/64). Is it possible to save the recompiled binary to a file?
This would be useful for debugging purposes and would improve runtime speed.
|