Zebediah Figura z.figura12@gmail.com writes:
- {
struct process_dll *exe = get_process_exe_module( process );
WCHAR *name = (WCHAR *)(process_info + 1);
struct thread_info *thread_info = (struct thread_info *)((char *)name + exe->namelen);
You can't append thread_info right after the string, it needs to be properly aligned.