diakla

导航

2020年12月21日 #

攻防世界 Newbie_calculations

摘要: 载入IDA,然后发现main里主要用了三个函数,分别分析一下 这个是乘 这个是加 这个是减 把简化版本的函数运行一下即可 #include<iostream> #include<cstdio> using namespace std; int sub_401000(int a1, int a2) { 阅读全文

posted @ 2020-12-21 22:07 diakla 阅读(94) 评论(0) 推荐(0)