crazy hugsy
crazy hugsy
Maybe use 0vercl0k/kdmp-parser
Correct, the instruction is invalid. Nonetheless it shouldn't crash. Try again with the latest version (which has hardcoded requirements), it does crash.
👋 Glad you enjoy the project. Regarding your question, I considered it but AFAIK there's no programmatic way to handle SSE registers from the Python API. For example: ``` pi...
Actually I just noticed it works fine when it's cast as an array: ``` gef➤ pi for i in range(2): print(int(gdb.parse_and_eval("$xmm0").cast( gdb.lookup_type("uint64_t").array(1))[i])) 0 0 ``` Might be worth it to...
Can we close this?
That would make `unicorn` a strict dependency on GEF, that's what pwndbg does and I really don't like it. Unicorn is a nightmare to setup on embedded devices.
What are the constraints on it exactly? The way I see the implementation, we can solve it statically, without `unicorn` because we can only have: - `jump $reg` - `jump...
Use the `dev` version of binja
Thanks, I forgot about this issue. I'll take a deeper look at it
CC @ARMmbed Good point, I will add a note in the documentation. Can you drop an issue on https://github.com/ARMmbed/mbedtls/issues ? Thanks.