Implemented definitions

This commit is contained in:
Eduard Urbach 2024-06-30 12:28:43 +02:00
parent 247b82b529
commit 7e5d45f17d
No known key found for this signature in database
GPG key ID: C874F672B1AF20C0
6 changed files with 70 additions and 14 deletions

View file

@ -250,8 +250,9 @@ func scanFile(path string, functions chan<- *Function) error {
Syscall: x64.SyscallRegisters,
Return: x64.ReturnValueRegisters,
},
variables: map[string]*Variable{},
finished: make(chan struct{}),
definitions: map[string]*Definition{},
variables: map[string]*Variable{},
finished: make(chan struct{}),
},
}