Mingzhu Yan
Mingzhu Yan
I'm going to try to do something with this issue, to achieve the same functionality as described above I'll leave the extracting of the source code as an interface (with...
I am not saying I will give up reading ELF, it is necessary and included in my plan. I will certainly search for a relevant library to read elf -...
I did some simple test - libunwind is obviously not enough to extract sufficient C code; it can only extract part of the functions, regs - because we need to...
for example, `csrrwi x16, mtval2, 0x6`'s second operand will be parsed to `mtval` they have the same start
just a note, I'm working on this
6 years, I got here. Sad to see no progress. I'm trying to test qemu with riscof, but cmd: ``` qemu-riscv32-static ./qemu/riscof_work/rv32i_m/I/src/add-01.S/ref/ref.elf ``` It's just stuck. cmd: ``` # riscv32-xxxxxxxxxx-objcopy...