├── org ├── orgdll └── readme.txt ├── xor.exe ├── libcef.cpp ├── libcef.dll ├── README.md └── uu_render.exe /org: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /orgdll/readme.txt: -------------------------------------------------------------------------------- 1 | 存放原版的dll 2 | -------------------------------------------------------------------------------- /xor.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaliworld/tmp_file/HEAD/xor.exe -------------------------------------------------------------------------------- /libcef.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaliworld/tmp_file/HEAD/libcef.cpp -------------------------------------------------------------------------------- /libcef.dll: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaliworld/tmp_file/HEAD/libcef.dll -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # - 2 | 解决先知文件大小限制的问题 3 | 4 | 2024/8/15(此白文件已经被重点关注,实战失效,建议挖掘其他白文件) 5 | -------------------------------------------------------------------------------- /uu_render.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/kaliworld/tmp_file/HEAD/uu_render.exe --------------------------------------------------------------------------------