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 #5

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

Thank you!