wtfsck
wtfsck
version: v0.0.82 (latest version at this point in time) Create two text files: a.txt (copied from README): ```txt Neovim is a fork of VIM to allow greater extensibility and integration....
It's currently always using `mov rAX,[moffs]` but if it fits in an `i32`, it's shorter to use `mov rAX,[m]` with a modrm byte. The generated `mov()` methods would need to...
Revert https://github.com/icedland/iced/commit/dc901cfe22b9bc725438456ce66bd29af05ec679 when https://github.com/rust-lang/rust/issues/97222 is fixed.
64-bit code uses rip-rel addressing which is not available in 16/32-bit modes.
It's possible to use rip-relative addressing if you reference a label. It should be possible to do the same thing if you want to use any address (assuming it's close...
https://github.com/icedland/iced/issues/207
input: ```txt 26262626262626262626262626 0000 2626262626262626262626262626 0000 9090909090 26262626262626262626262626 0F77 2626262626262626262626262626 0F77 90 262626262626262626262626 C5F8 77 26262626262626262626262626 C5F8 77 90 2626262626262626262626 C4C178 77 262626262626262626262626 C4C178 77 90 262626262626262626262626 C5FC 77 26262626262626262626262626...
Closes https://github.com/0xd4d/dnlib/issues/431
https://github.com/dotnet/runtime/blob/main/docs/design/specs/Ecma-335-Augments.md#rules-for-il-rewriters