摘要: week3 011vm main函数有控制流平坦化的特征 可以用D-810去 但是ida9.0自动去了 8.3打开长这个样子 但是9.0打开就是 进判断处的函数 sub_1170是tea加密 标准的 #include <stdio.h> #include <stdint.h> void decryp 阅读全文
posted @ 2025-04-28 20:28 zzz222666 阅读(59) 评论(0) 推荐(0)
摘要: [GHCTF 2025]LockedSecret 这是一个展开tea 点击查看代码 #include <stdio.h> #include <Windows.h> #include <stdint.h> void decrypt(uint32_t* v, uint32_t* k){ uint32_t 阅读全文
posted @ 2025-04-28 19:44 zzz222666 阅读(90) 评论(0) 推荐(0)