Back to articles
SLLVM - A unique OLLVM-based obfuscator

SLLVM - A unique OLLVM-based obfuscator

via Dev.tolich0

https://github.com/lich4/sllvm Supported Systems and Architectures Host Systems : Planned support for macOS / Linux ; no current plans for Windows . Target Systems : Planned support for macOS / iOS / Android . Architectures : Both Host and Target support X64 and ARM64 . Languages : Supports C , C++ , Objective-C , Objective-C++ , Swift , Rust , Golang , etc. Obfuscation Capabilities Data Encryption CE Constant Encryption (String obfuscation). Control Flow Obfuscation FLA Control Flow Flattening. BCF Bogus Control Flow. ECF Novel Control Flow obfuscation. Function-Level Obfuscation FW Function Wrapper (Function nesting). FCC Function Calling Convention obfuscation. Instruction-Level Obfuscation IBR Indirect Branch. ICALL Indirect Call. IGV Indirect Global Variable reference. SVC Supervisor Call (System call) obfuscation. SPLIT Instruction Splitting. 其他 INLINE Function Inlining. SEC Anti-debugging/Security protection. SLLVM Features SLLVM was developed to address limitations in the OLLVM

Continue reading on Dev.to

Opens in a new tab

Read Full Article
2 views

Related Articles