Google result for google annoyances[^] Results 1 - 100 of about 1,760,000 ;P
G
GNUlihd
@GNUlihd
Posts
-
Vista is ridiculous -
Can we find address of a winAPI without using GetProcAddress?to obfuscate the api call in source code level. If i can find the procAddress then i will obfuscate using assembly call and api redirections so that it would be harder to find out which API is being called (looking at the source).
-
Can we find address of a winAPI without using GetProcAddress?Hi, Can we get the address of a winAPI (from Advapi32.dll) without using GetProcAddress or IAT scan? Is it possible? Basically, I want to obfuscate the api call in source code level. Thanks, GNU:lihd