GFSJ0120-【parallel-comparator-200】
源码求逆 C源码 #include <stdlib.h> #include <stdio.h> #include <pthread.h> #define FLAG_LEN 20 void * …
阅读全文
源码求逆 C源码 #include <stdlib.h> #include <stdio.h> #include <pthread.h> #define FLAG_LEN 20 void * …
阅读全文签到 题目简介 They say there is an inhabited galaxy next to ours.We've got a strange program that gives information about …
阅读全文JS VM + HOOK 题目给了一个html 一个js源码 粗略查看是VM 说到VM 我们可以手动逆过去 但是那样很耗时间也费神 所以我们要使用一些技巧 题目源码如下 function createRegisters(obj){ …
阅读全文动调 题目給了三个附件 两个elf 一个exe 能看到main函数就 一个赋值 一个判断进入函数 int __fastcall main(int argc, const char **argv, const char **envp) { …
阅读全文签到 int __fastcall __noreturn main(int argc, const char **argv, const char **envp) { __pid_t v3; // eax size_t v4; // …
阅读全文字符判断 + ^ 题目简介 Download file(rev300.zip) main函数很干净 int __cdecl main(int a1, char **a2) { if ( a1 > 1 && …
阅读全文签到 题目给了一个文本 00400080 68 66 6C 00 00 48 BF 01 00 00 00 00 00 00 00 48 00400090 8D 34 24 48 BA 02 00 00 00 00 00 00 00 48 …
阅读全文杨辉三角 main函数 int main() { _DWORD *v0; // eax int v2; // [esp+14h] [ebp-Ch] _DWORD *v3; // [esp+1Ch] [ebp-4h] …
阅读全文