Coder Social home page Coder Social logo

ethicalsecurity-agency / open-obfuscator-o-mvll Goto Github PK

View Code? Open in Web Editor NEW

This project forked from open-obfuscator/o-mvll

0.0 1.0 0.0 758 KB

open-obfuscator / o-mvll

Home Page: https://obfuscator.re/omvll

License: Apache License 2.0

Shell 5.15% C++ 77.45% Python 3.12% C 8.16% CMake 4.31% LLVM 0.42% Dockerfile 1.40%

open-obfuscator-o-mvll's Introduction



O-MVLL

Build38

  Android NDK   Xcode Toolcahin

O-MVLL

O-MVLL (in reference to O-LLVM) is a LLVM-based obfuscator driven by a Python API and by new LLVM pass manager:

clang++ -fpass-plugin=omvll.so main.cpp -o main
import omvll

class MyConfig(omvll.ObfuscationConfig):
    def __init__(self):
        super().__init__()

    def flatten_cfg(self, mod: omvll.Module, func: omvll.Function):
        if func.name == "check_password":
            return True
        return False

O-MVLL Pipeline

O-MVLL can be used with the Android NDK and an iOS toolchain but it only supports the AArch64 architecture.

For the details, you can checkout the documentation: obfuscator.re/omvll

Contact

You can reach out by email at this address: [email protected]

Maintainers

Author

Credits

License

O-MVLL is released under the same License as LLVM: Apache License, Version 2.0

open-obfuscator-o-mvll's People

Contributors

antoniofrighetto avatar romainthomas avatar sevils avatar stelian42 avatar weliveindetail avatar xxr0ss avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.