WorksButNotTested

Results 145 comments of WorksButNotTested

I'll take a look at the performance issue tomorrow. I'm not sure about the stability though.

I don't have android and I've tried to reproduce with a standard Linux ARM64 target, but without any luck. Do you find the performance in the defective version is the...

If that doesn't work, then try this one which is a bit more similar to the original implementation... ``` diff --git a/frida_mode/src/persistent/persistent_arm64.c b/frida_mode/src/persistent/persistent_arm64.c index cfd00b17..b6809a9e 100644 --- a/frida_mode/src/persistent/persistent_arm64.c +++ b/frida_mode/src/persistent/persistent_arm64.c...

Sorry, the patches were against the defective commit rather than the head. That may be why they are not matching up. If things are working for you, do you want...

I think all four architectures could do with the fix, aarch64. ARM, X86 and x64. Yeah, makes sense to split that into a separate issue.

Might be worth making one PR for arm64, so we can land that right away and you can get on. Then another for the other architectures and I'll try and...

Try setting AFL_FRIDA_VERBOSE and AFL_DEBUG_CHILD and you should see the output of the afl.js. Also check out DEBUGGING.md for more tips. You may find the mod.findExportByName works better than Module.findModuleByName...

3. Yeah. We need to assume that any pthread in the list may be invalid and contain arbitrary data. 5. Yeah good point. For fixed size instruction sets, we need...

@sunfishcode Grateful for your thoughts on this.

Seems the `freebsd` test failure issue is unrelated? This workflow appears to have run successfully. https://github.com/bytecodealliance/rustix/actions/runs/15474936766 A few of the other commits also adress issues caused by the release of...