NUnit Random Module
Posted
by
Tra5is
on Programmers
See other posts from Programmers
or by Tra5is
Published on 2012-09-27T18:33:16Z
Indexed on
2012/09/27
21:50 UTC
Read the original article
Hit count: 233
nunit
I've noticed something curious. When I attach the VS2010 debugger to the nunit.exe running process I see a loaded module with no path and a randomly generated filename.
I tried attaching WinDBG to the exact same instance of NUnit.exe and the module is NOT listed in the module list.
I also can't find anything with Google so I'm hoping someone here could help out.
Is this normal NUnit behavior or is something sneaky going on?
Some examples of the module name: 1xmsg0gj x4max0ed koh9hmef
© Programmers or respective owner