镇江职业技能大赛
文章目錄
- APK
- RE
看了兩道題,挺簡單的,貼一下腳本吧
APK
#include <iostream> using namespace std; int main(){ char flag_encode[] ={'2', '6', '7', '6', '=', '>', 'C', 'J', ':', '2', ':', '<', 'L', 'H', 'I', '\'', '%', ' ', '#', '!', 'V', '\'', 'R', ')', '.', '#', '+', 'Z', '$', 'Z', ',', '\u0013'}; char flag[32]; for(int i=0;i<32;) {char a=flag_encode[i];i++;flag[i-1]=a^i;cout<<flag[i-1]; } return 0;}RE
交叉引用。
總結
- 上一篇: Ubuntu报错记录(Could not
- 下一篇: pwntools用docker实现,进行