diff options
Diffstat (limited to 'results/scraper/box64/399')
| -rw-r--r-- | results/scraper/box64/399 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/results/scraper/box64/399 b/results/scraper/box64/399 new file mode 100644 index 000000000..e9d6f2515 --- /dev/null +++ b/results/scraper/box64/399 @@ -0,0 +1,10 @@ +(Feature Request) Something like FEXBash but for box64 +This is not an issue but rather a feature request, FEX has something called FEXBash which allows you to run a bash shell where you can use arm64 and x86_64 software at the same time. I noticed that there is a bash x86_64 binary in the tests folder however you cannot run other x86_64 binaries using it. +``` +root@localhost:~/box64-dynarec-debugging# ./box64-dynarec-debugging +execve("./box64-dynarec-debugging", 0x65e845f0, 0x65ce5fa0) is x64=0 x86=0 (my_context->envv=0x7874533e28, environ=0x7fe3e4e110 +bash: ./box64-dynarec-debugging: No such file or directory +root@localhost:~/box64-dynarec-debugging# +``` + +This would be a nice feature to have as you can run bash scripts that use x86_64 binaries on systems which do not use binfmt. \ No newline at end of file |