-
**Describe the bug**
Branch : https://github.com/tenstorrent/tt-metal/compare/main...amahmud/fp32_perf
Test case : tests/tt_metal/tt_metal/test_eltwise_add.cpp
This test case has empty reader and…
-
Frequently Disasmo fails to disassemble anything unless Run is checked. That's fine, it's not too hard to check Run.
Unfortunately Run frequently breaks at random in multiple ways:
1. It will ru…
-
bug report
list
all floodlight do not drop when mining with a pickaxe and can not be pick up with a wreach.
they do not keep the rotation when disassembling a train.
signs and letter sign despawn/…
-
I've been working on my own GPL disassembler extension for the [Ghidra reverse-engineering tool](https://github.bokerqi.top/NationalSecurityAgency/ghidra) and found an anomaly disassembling a hello wo…
-
```
Traceback (most recent call last):
File "./opcache_disassembler.py", line 307, in
ast = disassembler.create_ast(sys.argv[len(sys.argv) - 1])
File "./opcache_disassembler.py", line 186…
-
When disassembling an M68000 BSR.L (and possibly other BSR variants), Ghidra adds a control flow override of CALL_RETURN (CALL_TERMINATOR).
For example, `61 ff ff ff b2 f2` at address 0x000896d0 di…
-
```c++
uint8_t code[] = {
0x67,0xA0,0x24,0x28,0x83,0xFA,//mov al,byte ptr ds:[FA832824]
0x90,0x90,0x90,0x90
};
hde64s hde;
hde64_disasm(code, &hde);
printf("%u\n", hde.len);//10
```
-
I hit this in PR #6941 where the syntax got set to DR_DISASM_ATT and then the view test crashed on its regdeps case. This crash will happen anytime regdeps is disassembled with a syntax other than DR…
-
Is there any effective way to disassemble the prior N instructions of CISC architectures?
E.g.
Assume I have ...48 8D 43 1C 74 91 C3 85 C0 EB 40 CC CD 12...
And I disassembled from the 85 C0,…
-
**Describe the bug**
ELF MIPS:LE:32:default (1.5)
Original CPU is MIPS24KEc
[flash.zip](https://github.com/NationalSecurityAgency/ghidra/files/4823195/flash.zip)
File stops disassembling.
…