aleclearmind
aleclearmind
> can you please grep for "DEBUG : signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr" ? ``` $ grep -i segv log | wc -l 0 ``` > You...
It might be worth nothing that this only happens when I see a secondary Android profile. With my main Android profile, things seem to work.
I'm trying to triage what's wrong with `ThreadCountCloaker` but without a debug print it's rather difficult. What is the proper way to have some debug output? I tried adding a...
> Well, after upgrading to Frida 16.6.6 this issue doesn't occur again. It's solved really. I still experience this on 16.7.0. > I wrote messages to a file What path...
Is your goal to recompile 1) x86-64 binaries to AArch64 or 2) AArch64 binaries to AArch64? Please consider that we use static binary translation mostly for regression testing, we don't...
Merged in 5993cee. Thanks.
1. > A minor rant Rants apart, is there something specific you don't see on [our roadmap](https://rev.ng/roadmap)? Is there some reproducible, sufficiently reduced bug that we've been leaving behind? If...
> as someone not in an academic bubble I'm not sure why you imply we're somehow related to academia. We've been out of that for years. We're building an open...
It shouldn't be too difficult. We need to: 1. Add a volatile attribute to a [Segment](https://docs.rev.ng/references/model/#segment) in the model. 2. Detect direct memory accesses in that area and mark them...
Thanks for reporting this, will look into it as soon as I've got some time.