analtevs

Results 5 issues of analtevs

I'm hunting for option(s) within CFR to clean up this example a bit: current result: ```java package a.a.a.a.a.a; import a.a.a.a.a.c; public class a implements c { private final int a;...

question

I wanted to make a note of this before I forget We can leverage device farms for creating fingerprint database / set. Because we can opt for real devices and...

good first issue

i ran into a few issues using v2.3.0 that resulted in bad deobfuscation when using latest obfuscation (with self-defending enabled). ## string-decoder: using this decoder method as the example ```js...

this example comes from some obfuscated code ```js function Os(n){ ... } ... const i = function t() { var e = Os; new MutationObserver((t=>{ var r = e; for...

Equipment: ```java public boolean containsOneOf(int... items) ``` Inventory: ```java public boolean containsOneOf(final Integer... itemID) ``` not a huge deal here but i think we should have matching sigs across the...