Christian Coleman
Christian Coleman
Below the code snippet hasn't been addressed yet as it was a copy of the Java markdown file first, and I also haven't looked into what it would take to...
I realize I'm blurring the line of teaching them how to use frida and frida-il2cpp-bridge, but just assuming nothing could help a ton for someone and increase engagement IMO.
Ope one last thing. I found some templates in the documentation thread - which now I'm wondering if I should have just posted there - but there were these: 1....
It's just `christiancoleman`. Keep in mind I'm not an expert on this package at all. I barely keep my head above water.
Why isn't this open source? Trying to understand if there is a good reason or is this fishy?
@yacari I appreciate you calling this out. I didn't have a filter either and ran into search errors. I used the below for my quick fix: ``` if (String.isNotBlank(Filter) ||...
Might not need an extra condition for the third bullet point. Check if we have an active and check if we have an inactive? Let me know what sounds right....
First two are done with no change to test coverage. I could add a test that uses the getter and ensures the first one in the list is labelled 0...
I got the same error and was unable to fix it. This template https://github.com/ChuJiani/frida-il2cpp-bridge-template worked for me though.
Hmm had to use `SEARXNG_BASE_URL=http://searxng:8080` actually. For some reason what it's ingesting from the config.ini is choking Docker? Not sure.