hello guys, thanks for reading it.. I hope you can help me ..

i need to do that:


I have a program that have an entrypoint (like that -> 0040694E), at this entrypoint, i have 32 offsets (like that -> 6A, 60, 68, 28, 24, 41, 00, E8, 2E, 04, 00, 00, BF, 94, 00, 00, 00, 8B, C7, E8, DA, 22, 00, 00, 89, 65, E8, 8B, F4, 89, 3E, 56).


so.. I want to make a program in Visual Basic 6, that creates a list of the process running, and try to find this program just using the entrypoint and 32 firts offsets..

if you can help, thank you!