How to implement libc API call tracing in Box64? #3778
Unanswered
parkjunhyung2021046762
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Have you tried to run with |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'd like to implement an API trace feature in Box64.
For example, strcpy does not require a syscall — it performs only a memory copy internally. However, since it goes through libc's strcpy function, the call should still be recorded in the trace.
Which part of the Box64 source code would need to be modified to implement this kind of libc API call tracing?
Any pointers to the relevant files or wrapper mechanisms would be greatly appreciated.
Beta Was this translation helpful? Give feedback.
All reactions