Grazfather
Grazfather
@eccentric-j did my fix above fix the error you were having? Note that that error is not the same as the one fixed in #153, which is here: ```fennel 2021-11-06...
Some issues: - All requests must we sent in one batch. You can't send a request, parse out the target, and then send another request to disassemble the target -...
You've said that this issue is fixed now? I can look into this more, but I am not sure how to calculate the jump target in an arch-agnostic way. PEDA...
> Do you have a suggestion for how to improve the error message? I do believe that Unable to execute static embed is in a log statement in the code...
> Yeah; I think something like Unable to execute static embed - check that vega-cli tooling is properly functioning (vl2png, vl2svg, etc) would be pretty clear and helpful. Thoughts on...
Yeah fair enough, but then my request would be to include gdbserver :)
I haven't tested all of them, but I tested a few, and only aarch64 is a problem. It's a problem on my VPS as well as in my docker image...
I do not have this same issue (years later 😅). I am using [this dockerfile](https://github.com/zer0pwned/RISCVDockerEnv/blob/master/Dockerfile.ctf) to install both qemu and gdb with riscv64 support. It still isn't perfect, because it...
Bump on this. #176 I'd like to update some of our code, but I don't want to force us to update. Only concern I can think of is if we...
Done in da5dde7