toRandFile doesn't seem to "work"
Closed this issue · 4 comments
I have successfully built memory-dumper and all plugins except for zwf plugin (couldn't find updated lzma lib, but don't need it anyway). I run the memory dumper targeting my firefox, I get console output of successful matches, however, nothing it put in the ./dumps/ folder as it should.
https://github.com/alexandernst/memory-dumper/blob/master/plugins/png.cpp#L182
Hmm, that is weird. Does the app segfault or something? Or does it just doesn't create the file? Do you have the 'dumps' folder? (the dumps folder isn't created if it doesn't exist)
The program seems to complete normally, and prints out successful matches. The dumps folder exists at on directory up from the exe.
The dump folder should be in the same folder where the binary is.
Thanks! Creating a dumps folder where the binary is fixed my issue. Everything seems to be working great 👍