You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
elseif(section.Category==RemoteProcess.SectionCategory.DATA)// If the section contains data, it is at least a pointer to a class or something.
123
+
elseif(section.Category==RemoteProcess.SectionCategory.DATA||section.Category==RemoteProcess.SectionCategory.HEAP)// If the section contains data, it is at least a pointer to a class or something.
124
124
{
125
125
// Check if it is a vtable. Check if the first 3 values are pointers to a code section.
0 commit comments