How to read dump *.dmp with C#
-
Hi I am looking to read my Program's process memory. So I dump with taskmanager in *.dmp and but I don't know how to read in my own Visual C# program. My task is to search into memory of program to find the strings So i am looking open dump file similiar to "WinHex" program and then search into strings. Regards Simran
-
Hi I am looking to read my Program's process memory. So I dump with taskmanager in *.dmp and but I don't know how to read in my own Visual C# program. My task is to search into memory of program to find the strings So i am looking open dump file similiar to "WinHex" program and then search into strings. Regards Simran
Pick one forum and stick with it. Posting to multiple forums will just get you ignored
I know the language. I've read a book. - _Madmatt
-
Hi I am looking to read my Program's process memory. So I dump with taskmanager in *.dmp and but I don't know how to read in my own Visual C# program. My task is to search into memory of program to find the strings So i am looking open dump file similiar to "WinHex" program and then search into strings. Regards Simran