mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-26 09:22:20 +03:00
4 lines
100 B
Plaintext
4 lines
100 B
Plaintext
|
(defun @id ((regs X86Regs)) (Ptr 64)
|
||
|
(start start:
|
||
|
(let b (get-reg rip regs))
|
||
|
(return b)))
|