Jakub Dupak
Jakub Dupak
> What about programloader tests, should we now simply hand write tests to cover as many instructions and section types as possible, or look for ways to reuse the sail-riscv...
> Do you have any suggestions on the method I'm using here, or provide more test topics? I like your approach. Since you have the pairs already generated, I would...
We will be able to close #7 once all QSKIP calls are gone.
Good work so far. Some notes. - You will need to clean up the commits a bit. - Try making the inputs more random. x1 and immediate zero is not...
@ppisa it is the problem you reported. I have noticed the same problem in the EW paper from Mr. Štěpánovský, so it seems it is more common than we initially...

It is not an off by one, it always goes to the first column.
Yes, there will be no C source code. You are loading just ELF and you need to extract the source code information from the debug info in the binary itself....
I think you might be going in the wrong direction here. I quicky browsed GitHub and this is the kind of library we had in mind: https://github.com/GrandChris/elf_analysis I did not...
The changes look good, but I don't understand the PR message. Can you elaborate?