#pragma once #include #include #include #include "hook/table.h" struct proc_addr_table { const char *name; size_t nsyms; struct hook_symbol *syms; }; HRESULT proc_addr_table_push( const char *target, struct hook_symbol *syms, size_t nsyms );