= [
('pid', ctypes.c_ulong),
('dotnet_policy', t_dotnet_policy),
('imprec_mode', t_imprec_mode),
('quiet', ctypes.c_bool),
('out_filter', t_output_filter),
('no_hooks', ctypes.c_bool),
('shellcode', t_shellc_mode),
('obfuscated', t_obfusc_mode),
('threads', ctypes.c_bool),
('iat', t_iat_scan_mode),
('data', t_data_scan_mode),
('minidump', ctypes.c_bool),
('rebase', ctypes.c_bool),
('dump_mode', t_dump_mode),
('json_output', ctypes.c_bool),
('make_reflection', ctypes.c_bool),
('use_cache', ctypes.c_bool),
('json_lvl', t_json_level),
('results_filter', t_results_filter),
('output_dir', ctypes.c_char * (MAX_PATH + 1)),
('modules_ignored', PARAM_STRING),
('pattern_file', PARAM_STRING)
]