0xd4d
0xd4d
**Describe the bug** many instructions fail to disassemble correctly or even at all, see examples below Ghidra: 9.1.2 2020-Feb-12 1149 EST `-red` = [iced](https://github.com/0xd4d/iced) disassembler, `+green` = ghidra. All examples...
CLRMD can only attach to processes with the same bitness. StringTheory is currently prefer32bit AnyCpu so it won't be able to attch to 64-bit processes. If you try to attach...
{er} is ignored, see the SDM ``` 62F17E187AC1 vcvtudq2pd zmm0, ymm1 ERROR: GENERAL_ERROR Could not decode at offset: 0x0 PC: 0x0: [62F17E187AC1000000000000000000] 62F17E18E6C1 vcvtdq2pd zmm0, ymm1 ERROR: GENERAL_ERROR Could not...
------------------ Some instructions should use the address size not the operand size to select the register: - 67 48 0F01 FC = should use eax, not rax - 0F01 FC...
`#[wasm_bindgen]` fails if an enum variant has a `#[cfg(xxx)]` that evaluates to false Same thing with structs. wasm-bindgen = "0.2.59" ```rust use wasm_bindgen::prelude::*; #[wasm_bindgen] pub enum MyEnum { #[cfg(feature =...
https://github.com/dotnet/corefx/blob/master/src/System.Reflection.Metadata/specs/PE-COFF.md#portable-pdb-checksum Should do that after #174 has been fixed
The Windows PDB COM interfaces haven't been updated yet. Seems like that'll happen in VS 15.8
https://github.com/0xd4d/dnlib/blob/master/src/DotNet/CpuArch.cs
racer 2.1.28 The line/col info (see below) is one char too early if it has CRLF line endings. Racer command: ``` racer complete 2 16 main.rs ``` main.rs: ``` fn...