CTF-rootme 题解之PE DotNet - 0 protection
题目地址:https://www.root-me.org/en/Challenges/Cracking/PE-DotNet-0-protection
crack-exe:http://challenge01.root-me.org/cracking/ch22/ch22.exe
所需工具:(推荐以下两种免费开源工具)
dnSpy:https://github.com/0xd4d/dnSpy/releases
ILSpy:https://github.com/icshar pcode/ILSpy/releases
1.打开需要破解的exe文件ch22.exe,输入任意密码得到错误提示信息,如图:
2.打开ILSpy工具,加载程序后,点击搜索按钮,输入关键字 “Mauvais”,选择搜索类型为“Constant”,如图:
3.点击上一步搜索得到的位置如图,找到判断密码输入正确的关键函数,得到密码为DotNetOP

浙公网安备 33010602011771号