Avcleaner - C/C++ Source Obfuscator For Antivirus Bypass
2020-09-12 23:15:56 Author: www.kitploit.com(查看原文) 阅读量:327 收藏

C/C++ source obfuscator for antivirus bypass.

Build

docker build . -t avcleaner
docker run -v ~/dev/scrt/avcleaner:/home/toto -it avcleaner bash #adapt ~/dev/scrt/avcleaner to the path where you cloned avcleaner
sudo pacman -Syu
mkdir CMakeBuild && cd CMakeBuild
cmake ..
make -j 2
./avcleaner.bin --help

Usage
For simple programs, this is as easy as:

avcleaner.bin test/strings_simplest.c --strings=true --

However, you should know that you're using a compiler frontend, which can only work well if you give it the path to ALL the includes required to build your project. As an example, test/string_simplest.c includes headers from the WinSDK, and the script run_example.sh shows how to handle such scenarios.

Common errors

CommandLine Error: Option 'non-global-value-max-name-size' registered more than once! LLVM ERROR: inconsistency in registered CommandLine options

In case you encounter this error, please use CMakeLists_archlinux.txt instead of CMakeLists.txt and it shoud go away.

Avcleaner - C/C++ Source Obfuscator For Antivirus Bypass Avcleaner - C/C++ Source Obfuscator For Antivirus Bypass Reviewed by Zion3R on 8:30 AM Rating: 5


文章来源: https://www.kitploit.com/2020/09/avcleaner-cc-source-obfuscator-for.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+PentestTools+%28PenTest+Tools%29
如有侵权请联系:admin#unsafe.sh