-
```python
import capstone
print(capstone.__version__)
md = capstone.Cs( capstone.CS_ARCH_X86, capstone.CS_MODE_32 )
insn = next(md.disasm(b'\xf2\xa4', 0, 1)); print('%s %s %s' % (insn.bytes.hex(…
-
![image](https://github.com/user-attachments/assets/5641231f-ca30-47a4-ac17-0e9184018d4c)
When dbg any program with windbg . The hints show after move the mouse to the [ jne ] instruction and wait …
-
PowerPC branching instructions alias are incompletely/ill-defined in TableGen, which leads to a little imprecise disassembly.
E.g. the following disassembly should print the alias but doesn't:
`…
-
### Work environment
| Questions | Answers
|------------------------------------------|--------------------
| OS/arch/bits | Man…
-
### This issue occurs when only Valkyrien Skies and addons are installed and no other mods
- [X] I have tested this issue and it occurs when no other mods are installed
### Minecraft Version
1.20
…
-
Hello,I tried to install and use ddisasm on arm.
**First**, I found the arm64 dockerfile provided by this link:https://github.com/GrammaTech/ddisasm/issues/44 ,However, due to the update of dependenc…
-
# Is your feature request related to a problem? Please describe.
Some things take a very long time to sort out, especially from mods
# Describe the solution you'd like
Port from https://github.com/…
-
### Work environment
| Questions | Answers
|------------------------------------------|--------------------
| OS/arch/bits | x86_64 Ubun…
-
### Feature type
Other
### Describe the feature
In OllyDbg, there is a setting called "Show ARGs and LOCALs in procedures." How can I enable this feature in x32dbg? Do I need to install a plu…
-
### Problem Description
I have a high version of c # dll that cannot be correctly disassembled into code using dnspyEX6.5.1。
This DLL file may have been compiled by vs2022.17,
and Modifying code us…