Skip to content

Latest commit

 

History

History

フラッシュ機械語3

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

フラッシュ機械語3:Reversing:418pts

48 31 c0 48 05 80 f0 fa 02 48 2d 9b 19 c6 01
(10進数でお答えください)

Solution

フラッシュ機械語フラッシュ機械語2の続きのようで、x86_64の機械語が与えられる。
同様にOnline x86 / x64 Assembler and Disassemblerを使う。
x86_64_3.png
初めにxorで0とし、add rax,0x2faf080の後にsub rax,0x1c6199bしている。
10進数で0 + 50000000 - 29759899 = 20240101となり、flagは20240101となる。

20240101