Added call registers

This commit is contained in:
Eduard Urbach 2024-06-27 14:25:53 +02:00
parent 8867845310
commit 9e3112ad52
Signed by: eduard
GPG key ID: 49226B848C78F6C8
8 changed files with 53 additions and 44 deletions

View file

@ -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,