Grazfather
Grazfather
Hm, I actually can't reproduce. I'm using facebook 52.0 with `mitmproxy` and my script is successfully pulling out the email and password from my login attempts.
Seems that it's certain APIs. graph.facebook.com and api.facebook.com fail, but I could register an account through b-api.facebook.com/ without issue.
I missed this, for months. Thank you for the heads up! We have already pulled retdec into a non-default plugin, but will probably modify it to point to a local...
Naw I think still this is worth working on. The trick is in determining the address of the jumps for each arch. We should probably add a method to the...
I think this is for later. One way we could do it, although I am not sure how slow it would be, is to use unicorn to emulate the instruction,...
Well, it would only make this feature a dependency :) We could fail gracefully. I don't think we need to go that route, we just need to figure out a...
Well it's that we have to figure it out for each case for each arch, which means each addressing mode. I'm totally cool with doing something like the `peek_ret`: Just...
This might be an easy enough thing for a new contributor to take a crack at.
Risc 5 is supported, it's just not detecting it properly. Try setting it manually: `pi set_arch("riscv")` You're not giving us a lot to go on. Take a look and try...
If you are using gdb >= 10.1 then this incorrect detection is probably due to #594, which should be fixed soon.