Added call registers
This commit is contained in:
parent
8867845310
commit
9e3112ad52
8 changed files with 53 additions and 44 deletions
|
@ -225,6 +225,7 @@ func scanFile(path string, functions chan<- *Function) error {
|
|||
}
|
||||
|
||||
cpu := cpu.CPU{
|
||||
Call: x64.CallRegisters,
|
||||
General: x64.GeneralRegisters,
|
||||
Syscall: x64.SyscallRegisters,
|
||||
Return: x64.ReturnValueRegisters,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue