Coder Social home page Coder Social logo

aetherlang's Introduction

aetherlang

一个简单的 C/C++ 代码“混淆工具”。受 UOJ 提交记录 #559298 的启发,出于娱乐目的,使用文本处理方法将已有的 C/C++ 代码转换为类似的“混淆版本”。

使用时,将不含 #include 等宏的代码粘贴到第一个文本框中,点击生成按钮,在另外两个文本框中就会输出 #define 部分和“混淆”后的代码。

代码生成原理大致为:根据空格和预设好的特殊字符对原始代码进行字符串分割,给分割后的每一个字符串根据用户提供的“元素”随机生成对应的“符号”,然后再生成 #define 部分和“混淆”后的代码。由于处理方法过于简陋且缺乏测试,生成结果大概率不可用。如果生成的代码无法编译,可以使用编译器进行预处理(例如 gcc -E)后手动检查并规避问题。

代码以 GPL-3.0 协议开源。

aetherlang's People

Contributors

chenjunyu19 avatar

Watchers

James Cloos avatar  avatar  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.