Connor Armand Du Plooy

Results 21 comments of Connor Armand Du Plooy

Hi there, we spoke over email. I'll have a look as soon as I get a chance, sorry I know this ticket has been open for almost a year. Since...

Hi @0xElessar thanks again for reporting this. The issue is that the script saves a reference to something that it expects to later still be alive but the GC sweeps...

Hi! I've run into this on a few different applications. I think a better approach would be to enumerate the overloads at runtime and pass in default values depending on...

I thought I had some code lying around that does this but I can't seem to find it. This is definitely possible but imo, printing out byte arrays ends up...

I added a `uid` option to the cli args, the changes can be seen in #526. I don't have an android for work profile setup, so if anyone could test...

I don't think it'd be trivial to add something like that. If instead what your after is a way to pull dex files loaded by `dalvik.system.DexClassLoader` and store them on...

@leonjza you mentioned the catastrophic side effects, what I've seen when trying to instrument RASP solutions is that the application will crash if something like that is blocking for longer...

http://www.giovanni-rocca.com/how-i-turn-frick-into-a-real-frida-based-debugger/ I looked into breakpoints a while ago and came across this excellent blog post. There a way to handle process level exceptions (I've got an example somewhere else) that...