-
I find myself changing stuff on x64dbg when debugging (like comments, labels), and redo the same in Ghidra.
It would be helpful if hyper sync could sync all my *new* comments in x64dbg to Ghidra (and…
-
The latest version causes x64dbg to crash !. try to load an executable, F9 to reach the entry point, in the Memory tab, search for a binary pattern. click on one of the found patterns and scroll up or…
-
I hope x64dbg can optimize and identify **jmp [rip] / call [rip]** and display it in one line, just like **Cheat Engine**, thanks!
![QQ20240804-190957](https://github.com/user-attachments/assets/8e…
-
载入插件失败:“x64dbgpython.dp64”
载入插件失败:“x64dbgpython.dp32”
更好python版本也没有用
-
Hello folks;
One of the best things in a debugger is `Run To Here` debug command. That makes debugging faster.
But on Binary Ninja we don't have a key binding of it. Generally `F4` is used for tha…
-
I have noticed that within the x64 x64dbg the plugin disables correctly but in x86 it does not. I cannot load any 32 bit apps into it with this plugin active. I have to manually disable the plugin b…
-
### Feature type
Quality of life
### Describe the feature
[It was discussed on X](https://x.com/JustasMasiulis/status/1836223982988837339) that a regular symbol download can be slow, but using a mu…
m417z updated
1 month ago
-
### Operating System
Windows 11 64bit 22621.3296
### x64dbg Version
Jun 3 2024
### Describe the issue
Hi! I am debugging a c/c++ x64 bit game called geometry dash v2.206. I have a .dll …
-
Hi,
There's an issue with virtual modules where you'll get the following error:
```
It is not possible to sync the address. The ______ module is not loaded!
````
This is useful where you may need…
T00fy updated
3 weeks ago
-
Very old problem since 00s early Microsoft concerns `setThreadAffinity` which by default does not cover all logical processors in the system, this was fixed 20 years later only in Windows 11 and more …