首页
社区
课程
招聘
[转帖]CawkVM Unpacker
发表于: 2021-11-10 11:31 26563

[转帖]CawkVM Unpacker

2021-11-10 11:31
26563

CawkVM Unpacker

A tool designed to restore code protected by CawkVM.

CawkVm Unpacker



Why?

Pretty much every other tool I've seen relies on reflection and uses the original runtime component to construct a DynamicMethod which is then converted to raw CIL. Since invoking methods via reflection may lead to unwanted code executing when misused I decided to create a tool which doesn't use reflection at all. Moreover, I've been hearing a lot that the exisitng versions have bugs/don't work very well so I hope this project will :)


Usage

Pass a file path as an argument and let the magic happen.


Help, I got an error!

You can use the -d argument to specify the name of resource containing method data so the tool doesn't have to go hunting in the forest for it.


Download:

src

https://github.com/ElektroKill/CawkVM-Unpacker

Compiled

You must click the Like button before you can see the hidden data contained here

https://hostr.co/u2o38yHM7ZRW



[培训]内核驱动高级班,冲击BAT一流互联网大厂工作,每周日13:00-18:00直播授课

收藏
免费 1
支持
分享
最新回复 (2)
雪    币: 2394
活跃值: (8795)
能力值: ( LV2,RANK:15 )
在线值:
发帖
回帖
粉丝
2

本地存档

上传的附件:
2021-11-11 23:21
0
雪    币: 578
活跃值: (808)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
3
谢谢分享
2022-2-25 22:46
0
游客
登录 | 注册 方可回帖
返回
//