Added call registers

This commit is contained in:
Eduard Urbach 2024-06-27 14:25:53 +02:00
parent 735057ac74
commit dc497ba4fb
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
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,