Toizi / Obfuscator-LLVM

Based on LLVM 6.0 with Ollvm & Armariris

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Low Level Virtual Machine (LLVM)
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.

How to Build:

  $ git clone https://github.com/Qrilee/Obfuscator-LLVM.git
  $ mkdir build
  $ cd build
  $ cmake -DCMAKE_BUILD_TYPE=Release ../Obfuscator-LLVM/
  $ make -j7
  
  
  use -mllvm -bcf -mllvm -fla -mllvm -sub -mllvm -sobf
  
* Instructions Substitution -mllvm -sub
* Bogus Control Flow -mllvm -bcf
* Control Flow Flattening -mllvm -fla
* String Obfuscation -mllvm -sobf

About

Based on LLVM 6.0 with Ollvm & Armariris

License:Other


Languages

Language:C++ 49.7%Language:LLVM 29.1%Language:Assembly 9.9%Language:C 6.6%Language:Objective-C 2.2%Language:Objective-C++ 0.7%Language:Python 0.5%Language:HTML 0.5%Language:CMake 0.2%Language:OCaml 0.1%Language:Cuda 0.1%Language:Go 0.1%Language:Perl 0.0%Language:Shell 0.0%Language:MATLAB 0.0%Language:JavaScript 0.0%Language:C# 0.0%Language:Emacs Lisp 0.0%Language:Batchfile 0.0%Language:Vim Script 0.0%Language:CSS 0.0%Language:Roff 0.0%Language:Makefile 0.0%Language:Fortran 0.0%Language:Dockerfile 0.0%Language:Mathematica 0.0%Language:M 0.0%Language:PHP 0.0%Language:AppleScript 0.0%Language:Mercury 0.0%Language:Forth 0.0%Language:RenderScript 0.0%Language:Rust 0.0%Language:Logos 0.0%