MonsterDruide1
MonsterDruide1
Sounds like this might have been fixed in the latest update?
For automatically diffing the resulting decompiled functions, we're currently using a mix of `bad64` and `capstone`, feel free to look into that: https://github.com/open-ead/nx-decomp-tools/blob/master/viking/Cargo.toml I assume that SIMD would mean NEON...
Here's something else I ran across today: https://github.com/emproof-com/nyxstone This seems to provide rust bindings for disassembling any architecture supported by LLVM, which should also include AARCH64.
Thanks for taking care of this! It seems like I need more help setting up the project for me though, is there something like a Discord server for this to...
As far as I know, all branches are automatically downloaded when doing a `git clone` (except when doing a shallow clone). Displaying the total size of the entire repo here...
I can cause this somewhat more consistently by: (0: configure PowerToys to get the "Run" feature on some hotkey) 1. Reboot 2. Open VSCode (I often have like 6 windows...
I will review it when the other one is merged and this is rebased, because the diff/conflicts will be quite brutal and I can more easily check for inline functions...
When everything works out, the symbol-less functions wouldn't even be listed in the header in the first place, so they also wouldn't show up in the Headers repo. We currently...
Looking at #361, which has some better examples of useful inline member functions, I'm reconsidering this - these functions are used often enough to warrant existing on their own, and...
If you're looking into introducing a new solution for a problem, I think it should also catch all edge cases, in this case including multi-line function declarations - otherwise it...