-
[FCEUX](https://github.com/TASEmulators/fceux/commit/849e9efe8d0a9a578a33e6b6beafb55b01a22a2b) and [latest Gens](https://github.com/TASEmulators/gens-rerecording/commit/8905912eb0c9c266023b4961986ef4f…
-
- make m68k.cs the default one
- report tons of bugs to capstone
- compare with current disassembler based on MAME
- analysis is far from perfect on m68k right now
- no ESIL emulation yet
-
| | |
|--------------------|----|
| Bugzilla Link | [PR48976](https://bugs.llvm.org/show_bug.cgi?id=48976) |
| Status | NEW |
| Importance | P enhancemen…
-
| | |
| --- | --- |
| Bugzilla Link | [48976](https://llvm.org/bz48976) |
| Version | trunk |
| OS | Linux |
| Depends On | llvm/llvm-project#49206 llvm/llvm-project#49207 llvm/llvm-project#492…
-
I'm seeing the following output on a PPC64 (big endian) Power9 workstation when building and testing the latest release, 18.1.7:
```
********************
********************
Failed Tests (16):
…
-
## TL;DR
The new disassembler [cf0b6df6dbf5](https://reviews.llvm.org/rGcf0b6df6dbf57334537f827fc8f14f2d7698c3f0) has been commited, it's time to remove code beads.
## Details
Code bead is th…
-
There're still lots of instructions that haven't been covered by our disassembler test cases. For example, [data instructions](https://github.com/llvm/llvm-project/blob/main/llvm/test/MC/Disassembler/…
-
## Environment
```sh
Wed Dec 28 03:22:07 PM EST 2022
radare2 5.8.1 29769 @ linux-x86-64 git.5.7.8-780-g99b72288bf
commit: 99b72288bf01b736e69ea5271935ec8b1cc2d495 build: 2022-12-28__14:38:38
Li…
-
https://github.com/9ee1/Capstone.NET/blob/1ed8e2502e770de6655b70877867c22dddcc4d4f/Gee.External.Capstone/NativeCapstone.cs#L52
I've been struggling a bit with trying to use a newer version of capston…
-
Right now, the `Iced` disassembler only supports x86/amd64. It would be nice if we could support `arm` and `arm64` as well because they are officially supported by .NET Core.