English isn't my first language, So I will do my best )
I am trying to analyze some malware NotPetya and I can run the malware by running :
rundll32.exe notpetya.dll #1
I am using Olly and trying to use the LoadDLL feature. I see where the DLL calls some of it's functions, however I am not able to follow and watch it work. I want to be able to debug this DLL and see what is happening as it's working.
As far as I can tell, there doesn't appear to be anything to obfuscate me from doing this.
I hope I have made this clear enough for people to understand. I don't require the answer to use OllyDBG , but I would like to be able to follow this DLL.
Thank you