Currently I analyze a dump done by ProcessDump and the same one when dumped a process leaves in the name of the file the Base Address of the dumped module.
I wanted to know how I could in C # an x86 and x64 compatible way to get the Base Address of a process without having to dump it ... after all, the Process class can not tell me the Base Address, always crashing when I try.
I was aware yesterday of a Library called MemorySharp, should it be useful in my case?
PS: I accept P / Invoke