rev/bit_o_asm3

This commit is contained in:
2026-07-01 23:16:40 +09:00
parent 5b6c78921a
commit 220e517da8
2 changed files with 18 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
<+0>: endbr64
<+4>: push rbp
<+5>: mov rbp,rsp
<+8>: mov DWORD PTR [rbp-0x14],edi
<+11>: mov QWORD PTR [rbp-0x20],rsi
<+15>: mov DWORD PTR [rbp-0xc],0x9fe1a
<+22>: mov DWORD PTR [rbp-0x8],0x4
<+29>: mov eax,DWORD PTR [rbp-0xc]
<+32>: imul eax,DWORD PTR [rbp-0x8]
<+36>: add eax,0x1f5
<+41>: mov DWORD PTR [rbp-0x4],eax
<+44>: mov eax,DWORD PTR [rbp-0x4]
<+47>: pop rbp
<+48>: ret
+4
View File
@@ -0,0 +1,4 @@
#!/usr/bin/env bash
echo "picoCTF{$(( (16#4 * 16#9fe1a) + 16#1f5 ))}"