fubuki8087

Results 8 comments of fubuki8087

I cannot see any renaming constant in my IDA Output Window. This is my output: ``` INFO:__main__:Saving config INFO:IDB_MSDN_Annotator:Starting script execution INFO:IDB_MSDN_Annotator:Backing up database to file xxx.idb Flushing buffers, please...

Every binary I've tried is the same problem.

> Good advice. We will take this into consideration. Maybe you can also contribute a PR? 😁 Thank you, but I am usually quite busy with work. However, I can...

> Hi @fubuki8087, to set proxy for AgentGPT, you can try the following steps: > > 1. Set the environment variables HTTP_PROXY and HTTPS_PROXY with your proxy server details in...

Actually I have similar needs. I want to trace the arguments of `eval()` and `exec()`. They are also builtin functions. I cannot find `call` in the trace about these two...

> This is because of `__restrict` not being accepted by `lcc`. Defining it to empty fixes the issue. Could you please introduce the steps more detail? I don't know how...

I've tried to operate as you said, but the problem still exists. However, when I use `movcc` to compile my source file by manually adding parameter `-D__restrict=` and `-Drestrict=`, it...

OK, it works! Thank you very much!