-
You don't need to disassemble your expensive Furby Connect to see inside it - the FCC has done the hard work for you:
https://fccid.io/document.php?id=3031176
You can see the Nordic chip (n51822…
-
Nice work at first glance. Very appealing UI, too.
Missing these:
Part 3 - Bypassing
Part 4 - Calculating
Part 10 - Dependencies
Part 11 - Disassembling
Part 19 - Patching
Part 21 - Testing…
-
One of those things that is easier to do in the emulator than on the debugger. Let's say you have the following code at 0x100:
`C3 12 0D`, which translates to `JP #0D12`
But if you want the deco…
-
@eganonoa wrote : "Note: it can be tricky to properly read the 8MB chip on the T530 and W530 (see #996). This appears to be because the two chips share a power source on these boards (see generally). …
-
I think I've identified a bug that causes a crash when disassembling. I'm playing Stalker Anomaly 1.5.2 with the latest Better Stats Bars on Moddb (Update 7, filename confusing called Better_Stats_Bar…
-
I'm playing 1.20.1 bigger reactors in a custom modpack of mine so it could be that but every once in a while the reactor will disassemble then reassemble itself causing the loss of all my fuel, also y…
-
When I was disassembling "48 8d 14 7f", it yields
LEA RDX, QWORD PTR [RDI * 0x2]
However, it should be LEA RDX, QWORD PTR [RDI * 0x2 +RDI]
-
CreateObject: Got unsupported type 0x0
Error disassembling XJAI.pyc: bad cast
[XJAI.zip](https://github.com/user-attachments/files/16464484/XJAI.zip)
-
Disassembling the larger executable can take up to several seconds on my WSL2 setup. It opens instantly on another machine that's local. I suspect this has to do with SSH.
A way to only transfer re…
-
Hi Chris, Thanks for making your M16c Ghidra support available on Github. I am working with some R8c/36 processors (cost reduced M16c) and noticed that a few MUL/MULU instructions are not disassembled…