生成cobaltstrike所需的xor64.bin
Usage: python xor.py
生成xor64.bin文件,注意原版xor64.bin的读取使用的是readresource
方法,但是这里生成的是多个xor decode stub,所以读取要用pickOptions
方法,自己改java代码的时候要注意啦
Tested on:win7 sp1,win10 v1803 有问题欢迎提出来
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
Please sign in to use Codespaces.
If nothing happens, download GitHub Desktop and try again.
If nothing happens, download GitHub Desktop and try again.
If nothing happens, download Xcode and try again.
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Usage: python xor.py
生成xor64.bin文件,注意原版xor64.bin的读取使用的是readresource
方法,但是这里生成的是多个xor decode stub,所以读取要用pickOptions
方法,自己改java代码的时候要注意啦
Tested on:win7 sp1,win10 v1803 有问题欢迎提出来
cobaltstrike xor64.bin补完计划