Open kennethblite opened 3 years ago
Link to previous ticket. https://github.com/cea-sec/miasm/issues/1344#issue-781460545
Hi @kennethblite Have you got the bytes for the stlr instruction to test it ?
sure thing. 09 FD 9F 88 : STLR WZR, W9, [X8] 28 FD 9F 88 : STLR WZR, W8, [X9] 00 FD 9F 88 : STLR WZR, W0, [X8] 0E FD 9F 88 : STLR WZR, W14, [X8] Hope that helps!
[WARNING ]: cannot disasm (guess) at 43C4 [WARNING ]: cannot disasm at 43C4
0x43C4: STLR WZR, W9, [X8] arm aarch64 binary. I opened a similar ticket for LDAR. But wasn't able to test the STLR component until now. My apologies.