Liyang131313
Liyang131313
@mateoconlechuga Thank you very much for sharing. This has helped me a lot. Have you study security on RISC-V? I am studying control flow security on RISC-V and hope to...
@jim-wilson Thank you for your quick reply. I still can't disassemble other .so files except libc.so.6 For example: For extraction of a Turing-complete gadget set we inspected libc.so and libwebcore.so...
@jim-wilson thank you for your reply. I understand that libc.so and libc.so.6 have soft links. The following command is executable::: '/home/qdb/hdfi-master/hdfi-master/install/riscv64-unknown-linux-gnu/bin/objdump' -S '/home/qdb/hdfi-master/hdfi-master/toolchain/gcc/build_linux/ Build-glibc-linux64/libc.so.6' But I also want to disassemble...
@jim-wilson Thank you very much for your patience. I found that the “”“”“”“/home/qdb/hdfi-master/hdfi-master/install/sysroot/usr/lib/”“”“”“”“ directory can be disassembled. Which of these libraries are shared in the RISC architecture and are standard...
@ChengyuSong Thank you for your reply. Where is the shared library commonly used by risc-v? I found libm.so.6, libc.so.6 and ld.so are common shared libraries for risc-v? Below are their...
In addition, I would like to ask how to quickly identify **how many functions** are included in the disassembly file. @ChengyuSong