Rot127
Rot127
Copy from my message from Rizin's Mattermost: I would strongly advise against using LLVM for x86. The table generation for the decoders is a completely different tool. Also the scripts...
Opened a discussion about this topic: https://github.com/capstone-engine/capstone/discussions/2505
I understand that it is annoying to retype everything. But please at least add the instruction bytes, the expected instruction and endianess to the issue. Without pictures (because they are...
Since the release is done I think I extend it with another command for searching the settings. Then updating the book about it.
Possibly related to (also a 32bit host): https://github.com/capstone-engine/capstone/issues/2416
@Jaishree2310 Done. Feel free to hit us up on our [Mattermost](https://im.rizin.re/) if you have questions.
@infernosalex I think you can go ahead with it.
It works for me. Maybe you have to continue execution until a libc function or other function from the dynlib is called and the dynamic linker performs the patching? This...
Ok, now I can reproduce it as well. My linking knowledge is limited unfortunately. But I suspect Rizin can't detect `dlopen() + dlsym()` calls? The test from me above called...
``` 4578: linux-vdso.so.1 (0x00007ffc16d33000) libc.so.6 => /lib64/libc.so.6 (0x00007f2ffd759000) /lib64/ld-linux-x86-64.so.2 (0x00007f2ffd964000) 4578_dl.so: linux-vdso.so.1 (0x00007fff0b4f6000) libc.so.6 => /lib64/libc.so.6 (0x00007da8e4325000) /lib64/ld-linux-x86-64.so.2 (0x00007da8e4535000) ```