Intel Fully Adopts LLVM for Its C/C++ Compiler

Intel Fully Adopts LLVM for Its C/C++ Compiler

Author | Bai KaishuiProduced by | OSC Open Source Community (ID: oschina2013)Intel’s long-time compiler expert James Reinders revealed in a blog that they will use the LLVM open-source infrastructure in the next generation of Intel C/C++ compilers; and shared some related information.“LLVM helps us achieve our goal of providing the best C/C++ compiler for Intel … Read more

Using Dex2C for Shell Protection of Android APK Code

Using Dex2C for Shell Protection of Android APK Code

Copyright belongs to the author. If reprinted, please indicate the source: https://cyrus-studio.github.io/blog/ Dex2C Dex2C is a tool that converts DEX bytecode (Java layer code) in Android applications into semantically equivalent C code. After processing with Dex2C, Java methods become native methods, thus achieving source code obfuscation protection. Java code: object AESUtils { // Convert a … Read more