diff options
Diffstat (limited to 'results/scraper/box64/1879')
| -rw-r--r-- | results/scraper/box64/1879 | 3 |
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. + |