当前位置:首页
> REVERSE
[WP] Hackergame 2019 没有BUG的教务系统 1
查看源码发现程序对输入进行了一系列加密操作 temp_password[i] = ((temp_password[i]&nbs...
[WP] Hackergame 2019 小巧玲珑的ELF
简单的加密+对比编写解密脚本#include<stdio.h> int main(){ int a[]={102,110,101,107,-125,78,109,116,-123,122,111,87,...
[WP] buuctf reverse 题1-4
easyre拖入IDA寻找main函数 找到flag2.helloworld 反编译dexmain中找到对比语句看到flag3.reverse1IDA查找字符串 看到类似flag...