summary refs log tree commit diff stats
path: root/results/scraper/box64/1879
diff options
context:
space:
mode:
authorChristian Krinitsin <mail@krinitsin.com>2025-07-16 14:55:48 +0200
committerChristian Krinitsin <mail@krinitsin.com>2025-07-16 14:55:48 +0200
commit63d2e9d409831aa8582787234cae4741847504b7 (patch)
tree595fae753d2eb293437226eaab2eed208463f132 /results/scraper/box64/1879
parent2843bb65aeaeb86eb89bf3d9690db61b9dc6306e (diff)
downloadqemu-analysis-box64.tar.gz
qemu-analysis-box64.zip
add box64 bug reports box64
Diffstat (limited to '')
-rw-r--r--results/scraper/box64/18793
1 files changed, 3 insertions, 0 deletions
diff --git a/results/scraper/box64/1879 b/results/scraper/box64/1879
new file mode 100644
index 000000000..1d67f3179
--- /dev/null
+++ b/results/scraper/box64/1879
@@ -0,0 +1,3 @@
+Using BOX64_LD_PRELOAD to modify function arguments is ineffective.
+I want to use `BOX64_LD_PRELOAD` to modify the arguments passed to a function. I have verified that this works on the x64 platform without any issues. However, when I use `BOX64_LD_PRELOAD=myintercept.so box64 myapp`  to make the modification, the log shows that the modification was successful, but the final result indicates that the arguments were not actually modified.

+