Obfuscated Code Dataset
收藏资源简介:
该数据集由Quarkslab等机构创建,包含两个复杂的数据集,由五个开源项目(zlib、lz4、minilua、sqlite和freetype)的C程序源代码构成,经过两种不同的混淆器(Tigress和OLLVM)处理,涵盖了控制和数据混淆类型。数据集基于不同的编译优化级别(-O0和-O2)进行分离,并采用两种数据分割策略来避免数据泄漏。该数据集用于研究混淆代码的检测问题,特别是在函数级别上的混淆检测。
This dataset was developed by Quarkslab and other institutions. It comprises two comprehensive datasets built from the C source code of five open-source projects: zlib, lz4, minilua, sqlite, and freetype. These datasets have been processed using two distinct obfuscators, Tigress and OLLVM, covering both control-flow and data obfuscation types. The datasets are stratified according to different compilation optimization levels (-O0 and -O2), and two data splitting strategies are employed to mitigate data leakage. This dataset is intended for research on obfuscated code detection, specifically function-level obfuscation detection.




