Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Use expression evaluation as branching condition #7

Closed
Naville opened this issue Dec 26, 2017 · 0 comments
Closed

Use expression evaluation as branching condition #7

Naville opened this issue Dec 26, 2017 · 0 comments

Comments

@Naville
Copy link
Member

Naville commented Dec 26, 2017

Currently the branching condition used by Obfuscator-LLVM team is creating 1.0==1.0 always true compare predicate then obfuscate using a given expression at finalization part.

We could randomly generate a mathematical expression like 1+2-3*4 each time then build IRs on top of this as the LHS, then use tinyexpr to evaluate the result and build RHS on top of it

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant