j4k0xb

Results 196 comments of j4k0xb

I'd suggest using the version parser from the patches (https://github.com/revanced/revanced-patches/blob/main/src/main/kotlin/app/revanced/meta/readme/SemanticVersion.kt) to compare them

Editing some state (e.g. the percent) using `Pinia (root)` leads to an error: ![image](https://user-images.githubusercontent.com/55899582/138945374-ef375bab-21b3-4796-8126-c2379db469c4.png) And it would also be nice if the root overview shows getters etc instead of only...

Can be resolved by installing the `tesseract-data-eng` package

@hacker1024 I reverse engineered libti.cloak.so (android) and ti.cloak-linux-x64.node (pc bindings) bindings.js (https://github.com/tidev/titanium_mobile/blob/master/support/ti.cloak.zip) contains this function ```js /** * Synchrounously set key in platform 'ti.cloak' libraries for functioning runtime decryption. *...

can be closed now, the latest releases are listed in https://frida.re/news again 😄

I think this could be easily solved if the plugin/transform gets loaded as esm instead of transforming it to commonjs. Browser already natively support importing from a remote url: ```js...

Another issue is that in minified files the variable names will mostly be random

virustotal file download isnt free... could you share the file anywhere else?

> You can read this (this is screen with code after deobfuscation)? No. seems to be an edge case where one type of control flow flattening isn't detected renaming properties...

Can you add multiple regex inputs or at least one per line in a textarea instead of splitting on `,`? Currently its impossible to use e.g. `\w{1,10}` Here's my attempt:...