|
@Jasi2169:
psgama is in the not all that unusual situation in which the main program is .NET, but the .dll, where the action seems to be, is NOT.
Olly will not trace the .NET code, at least not directly, but once the main program calls the interesting .dll functions, you can place BP and trace typical assembly code in olly, and you are in business. . .
|