junghee
junghee
**Describe the bug** The latest version of LIEF doesn't seem to support `.relr.dyn` (an array of relocation entries that encode relative relocations that do not require explicit addends or other...
``` ./cstool/cstool -d x64 55 0 55 push rbp ID: 609 (push) Prefix:0x00 0x00 0x00 0x00 Opcode:0x55 0x00 0x00 0x00 rex: 0x0 addr_size: 8 modrm: 0x0 disp: 0x0 sib: 0x0...
For instruction `mov w20, v1.s[0]` (0x0e043c34), I get the correct information with the version 5.0.0: ``` # cstool -d arm64be 0e043c34 0 0e 04 3c 34 mov w20, v1.s[0] ID:...