diff options
Diffstat (limited to '')
| -rw-r--r-- | results/scraper/box64/100 | 25 | ||||
| -rw-r--r-- | results/scraper/box64/1000 | 4 | ||||
| -rw-r--r-- | results/scraper/box64/1006 | 18 |
3 files changed, 47 insertions, 0 deletions
diff --git a/results/scraper/box64/100 b/results/scraper/box64/100 new file mode 100644 index 000000000..fd1264e34 --- /dev/null +++ b/results/scraper/box64/100 @@ -0,0 +1,25 @@ +Honeygain segfaults +Hello, +Honeygain is a closed-source app that only supports Linux in a Docker install. +In order to grab the binaries, you'll need to pull the honeygain/honeygain image from Docker, save it and grab the binary "honeygain" and the library "libhg.so.1.0.0". +The app segfaults when launched. +My sistem is a Raspberry Pi 4 with standard RaspiOS arm64. + +``` +Box64 with trace with Dynarec v0.1.3 5cc3512 built on Aug 22 2021 23:11:51 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 24 Env var +Looking for ./honeygain +Using emulated libhg.so.1.0.0 +Using native(wrapped) libpthread.so.0 +Using native(wrapped) libc.so.6 +Using native(wrapped) ld-linux-x86-64.so.2 +Using native(wrapped) librt.so.1 +Using native(wrapped) libdl.so.2 +Using emulated /lib/x86_64-linux-gnu/libgcc_s.so.1 +0990|SIGSEGV @0x7f8c9cfb5c (???(0x7f8c9cfb5c)) (x64pc=0x460fb5/./honeygain:"???", rsp=0x7f8dd5d008, stack=0x7f8d55e000:0x7f8dd5e000 own=(nil) fp=0x7f8dd5d550), for accessing 0x4b6b7f8e9f824d (code=1/prot=0), db=0x8c6fce00(0x7f8c9cfa10:0x7f8c9cfd48/0x460f60:0x461046/???:clean, hash:847095ab/847095ab) handler=(nil) +Segmentation fault +``` +[nodynarec.txt](https://github.com/ptitSeb/box64/files/7028189/nodynarec.txt) +[dynarec.txt](https://github.com/ptitSeb/box64/files/7028190/dynarec.txt) diff --git a/results/scraper/box64/1000 b/results/scraper/box64/1000 new file mode 100644 index 000000000..5d007adeb --- /dev/null +++ b/results/scraper/box64/1000 @@ -0,0 +1,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. \ No newline at end of file diff --git a/results/scraper/box64/1006 b/results/scraper/box64/1006 new file mode 100644 index 000000000..b63909437 --- /dev/null +++ b/results/scraper/box64/1006 @@ -0,0 +1,18 @@ +Unsupported Syscall 0x50h (80) +Hey, there! + +While attempting to run TeamViewer QuickSupport under box64, I get an unsupported syscall: + +``` +Running on Icestorm-M1-Pro Firestorm-M1-Pro with 10 Cores +Params database has 21 entries +Box64 v0.2.2 nogit built on Oct 2 2023 12:09:22 +Using default BOX64_LD_LIBRARY_PATH: ./:lib/:lib64/:x86_64/:bin64/:libs64/ +Using default BOX64_PATH: ./:bin/ +Counted 76 Env var +Looking for ./teamviewerqs/teamviewer +Rename process to "teamviewer" +Error: Unsupported Syscall 0x50h (80) +``` + +Obviously, I am running on an M1 Pro and I have enabled the `M1` CMake option, in case that's relevant here. Thanks for your help! \ No newline at end of file |