background picture of the home page

Hi! I'm Annms_

About Reverse

何为Reverse?Re即逆向工程。 一、原理 要了解逆向工程的工作原理,首先需要知道一个源文件是怎样被编译成可执行文件的 大致分为以下几步 预编译=>编译(即翻译为汇编语言)=>汇编=>链接(动态链接库dll )

thumbnail of the cover of the post

Some exp

异或 源自byb void convert(char* input,int length) { int i; for(i=0;i<length;++i) { input[i]^=i; } } int main() { char p[] = { 102, 109, 99, 100, 127, 100,

thumbnail of the cover of the post

SICTF Round 3 个人wp

OSINT部分 其一、OSINT签到 拿到图,可以看出来是一个有水域的公园,根据水面可以判断是天然湖或人工湖 同时注意到岸边种植有椰子树

thumbnail of the cover of the post

Begin CTF wp

非常好CTF,使我的大脑旋转 其一、签到题 为了选手有更好的游玩体验请及时加入beginctf2024官方群,群号:612995005 从catf1y的笔记本中发现了这个神秘的代码MJSWO2LOPNLUKTCDJ5GWKX3UN5PUEM2HNFXEG

thumbnail of the cover of the post

代码方舟(51)

//##################################################################### //ACHTUNG //CODEARK FOR PROJECT MCU //########################################

thumbnail of the cover of the post