flag{Re_1s_S0_C0OL}
拖进32位ida,发现有一字节的数据 依次入栈,把这些一字节数据 转换为 ascii 表示 即可。flag{Re_1s_S0_C0OL}
Wh4t c4n l &4Y!
exe 查壳并判定32位还是64位 IDA使用,String字符串查看
评论一下
https://blog.csdn.net/m0_57954651/article/details/128666117?spm=1001.2014.3001.5501
mov byte ptr [esp+2Fh], 66h ; 'f' mov byte ptr [esp+2Eh], 6Ch ; 'l' mov byte ptr [esp+2Dh], 61h ; 'a' mov byte ptr [esp+2Ch], 67h ; 'g' mov byte ptr [esp+2Bh], 7Bh ; '{' mov
ida 32 打开就能看到mov byte ptr [esp+2Fh], 66h ; 'f' mov byte ptr [esp+2Eh], 6Ch ; 'l' mov byte ptr [esp+2Dh], 'a' mov byte ptr [esp+2Ch], 67h ; 'g' mov byte ptr [esp+2Bh], 7Bh ; '{'
不能F5,在IDA-View中,因为F5以后什么都没有了!,复制出来一后可在UE中列编辑,删除,WORD中替换换行符
...
评论
cm2234 21天前
举报
flag{Re_1s_S0_C0OL}
plaa 23天前
举报
拖进32位ida,发现有一字节的数据 依次入栈,把这些一字节数据 转换为 ascii 表示 即可。flag{Re_1s_S0_C0OL}
樱岛麻衣 2月前
举报
Wh4t c4n l &4Y!
endual 3月前
举报
exe 查壳并判定32位还是64位 IDA使用,String字符串查看
lavacoffee 4月前
举报
评论一下
191 7月前
举报
评论一下
18956160518 7月前
举报
https://blog.csdn.net/m0_57954651/article/details/128666117?spm=1001.2014.3001.5501
blackjack009 10月前
举报
mov byte ptr [esp+2Fh], 66h ; 'f' mov byte ptr [esp+2Eh], 6Ch ; 'l' mov byte ptr [esp+2Dh], 61h ; 'a' mov byte ptr [esp+2Ch], 67h ; 'g' mov byte ptr [esp+2Bh], 7Bh ; '{' mov
vegeta666 11月前
举报
ida 32 打开就能看到mov byte ptr [esp+2Fh], 66h ; 'f' mov byte ptr [esp+2Eh], 6Ch ; 'l' mov byte ptr [esp+2Dh], 'a' mov byte ptr [esp+2Ch], 67h ; 'g' mov byte ptr [esp+2Bh], 7Bh ; '{'
freestyle 1年前
举报
不能F5,在IDA-View中,因为F5以后什么都没有了!,复制出来一后可在UE中列编辑,删除,WORD中替换换行符