MaxXor / obfuscator-llvm

Obfuscator as LLVM extension
https://github.com/obfuscator-llvm/obfuscator
Other
95 stars 16 forks source link

Add support for new PassManager #4

Closed sr-tream closed 2 years ago

sr-tream commented 2 years ago

This PR adds support new PassManager and improve compilation speed (optimized work with function attributes).

Also, bcf_prob, bcf_loop, split_num and sub_loop now available for function attributes

MaxXor commented 2 years ago

Hey, thanks for the PR. Can you please rebase your commits on top of the master branch otherwise there are unfortunately merge conflicts...