BullyWiiPlaza / Universal-Pointer-Searcher

An application for finding memory pointers
Apache License 2.0
24 stars 1 forks source link

Recognize the .dmp format when parsing folders #7

Closed Urahara3000 closed 5 years ago

Urahara3000 commented 5 years ago

Scan still does not work on Emulator Dumps, another detail, the option (Add Memory Dumps/Pointer Maps Folder) is not working with the .dmp file format, works only in .bin format, could you add the .dmp format in this option ?

God be with you and see you soon.

BullyWiiPlaza commented 5 years ago

So my fix from here did not work? https://github.com/BullyWiiPlaza/Universal-Pointer-Searcher/issues/6 Are you sure?

Maybe you should try using a file path without spaces but even then it should work correctly.

I will add support for the two file extensions .bin and .dmp or even better, any file extension(s) the user wants to use so it's also more future proof.

BullyWiiPlaza commented 5 years ago

The .dmp format is now being recognized as well.