-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
flow is so bad #7
Comments
You have to find real jumps as well because flow obfuscation is applied to if statements (if you want a runnable application & correct flow. Otherwise you cannot correctly understand the execution order). Can you explain a little more like can you find real jumps easily and output is completely clean and correct code? |
Ok. I meant to say, that method calls are like too easy to find. For example, in binscure, you can only find method calls in switch-cases or if cases, where they are getting called only in one case, and there are loo-ots of cases. |
Example: And there are lots of switch cases, is statements and other things like that. |
And in binscure, its much harder to find the method calls to understand what happens in code. In bozar, its really easy. |
Yea as most bozar flow looks mostly just like this |
binscure < bozar, binscure is very easy to deobfuscate lol |
k, deobf pyro |
Now it's better with v1.7.0 |
its so easy to remove, u just have to find method calls and remove everything before and after it.
The text was updated successfully, but these errors were encountered: