summary refs log tree commit diff stats
path: root/results/scraper/box64/163
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--results/scraper/box64/1633
-rw-r--r--results/scraper/box64/16364
2 files changed, 7 insertions, 0 deletions
diff --git a/results/scraper/box64/163 b/results/scraper/box64/163
new file mode 100644
index 000000000..2b66c9abe
--- /dev/null
+++ b/results/scraper/box64/163
@@ -0,0 +1,3 @@
+Can a host binary file be generated
+I tried to use thebox64 to successfully run the example“hello x86 world!”, but I didn't see arm binary or intermediate files being generated. I can see that x86 binary files can be run directly on aarch64 architecture. Can I choose to generate binary files? Can one translation be reused?

+Did I miss any information? Thanks a lot to help!
\ No newline at end of file
diff --git a/results/scraper/box64/1636 b/results/scraper/box64/1636
new file mode 100644
index 000000000..d43b2cae7
--- /dev/null
+++ b/results/scraper/box64/1636
@@ -0,0 +1,4 @@
+Support `sys_getpgrp` & `sys_getgpid`
+These days I have some x64 applications relying on `sys_getpgrp` & `sys_getgpid`, but current `x64Syscall()` does not implement them.

+

+I am not sure if they should be wrapped or emulated, but if I just wrapped them, my applications seemed working.
\ No newline at end of file