mirror of
https://github.com/autc04/Retro68.git
synced 2024-12-11 19:49:32 +00:00
18 lines
914 B
Plaintext
18 lines
914 B
Plaintext
#...
|
|
[a-f0-9]+ <main>:
|
|
[ ]*[a-f0-9]+: 48 83 ec 08 sub \$0x8,%rsp
|
|
[ ]*[a-f0-9]+: [ a-f0-9]+ addr32 call [a-f0-9]+ <foo>
|
|
[ ]*[a-f0-9]+: [ a-f0-9]+ call \*0x[a-f0-9]+\(%rip\) # [a-f0-9]+ <.*>
|
|
[ ]*[a-f0-9]+: [ a-f0-9]+ call \*0x[a-f0-9]+\(%rip\) # [a-f0-9]+ <.*>
|
|
[ ]*[a-f0-9]+: [ a-f0-9]+ (rex mov|mov ) \$0x[a-f0-9]+,%(r|e)ax
|
|
[ ]*[a-f0-9]+: ff d0 call \*%rax
|
|
[ ]*[a-f0-9]+: [ a-f0-9]+ mov 0x[a-f0-9]+\(%rip\),%rcx # [a-f0-9]+ <.*>
|
|
[ ]*[a-f0-9]+: ff d1 call \*%rcx
|
|
[ ]*[a-f0-9]+: [ a-f0-9]+ mov 0x[a-f0-9]+\(%rip\),%rdx # [a-f0-9]+ <.*>
|
|
[ ]*[a-f0-9]+: ff d2 call \*%rdx
|
|
[ ]*[a-f0-9]+: 31 ff xor %edi,%edi
|
|
[ ]*[a-f0-9]+: 48 83 c4 08 add \$0x8,%rsp
|
|
[ ]*[a-f0-9]+: [ a-f0-9]+ jmp [a-f0-9]+ <myexit>
|
|
[ ]*[a-f0-9]+: 90 nop
|
|
#pass
|