Results 42 comments of wtfsck

> My reference has been the gnu disassembler Why not try the official Intel disassembler XED? It's a lot more accurate than GNU's disassembler. > Ghidra matches the gnu disassembler...

@Symbai I'm sure he'll update this thread when he gets the results.

BTW, and no more questions about when it will be tested. It's now off topic.

Wrong issue. Your code isn't using rAX + moffs. https://github.com/icedland/iced/issues/212

Yes, many/most/all of those methods could be const. Want to send a PR and enable those you need (and maybe more?)

Other `Instruction` methods that could be made `const`: - `new` ctor - setters, so far only the getters have been made `const` (EDIT: apparently not possible yet according to your...

> Lookup tables are static, not sure if that is intentional or if the lookup tables could be made const. Many of them definitely can be made const, unless it...

> MSRV upgrades will make more things const. Specifically 1.56 made mem::transmute const 1.56.0 version is too recent, current version is 1.57.0. That will probably prevent too many from using...