Nightbringer21 / fridump

A universal memory dumper using Frida
748 stars 138 forks source link

Incomplete strings #43

Closed OnkarSagare27 closed 9 months ago

OnkarSagare27 commented 1 year ago

Is there any way to look for a specific string cuz it splits out the strings and dumps into different files, I want the whole string....

hongsolo9 commented 11 months ago

You get a strings.txt in the output directory if you have "-s" as one of the options. python3 fridump.py -U -v -o app_out_directory -s "someapp"

OnkarSagare27 commented 11 months ago

Yeah, I know that, but I'm trying to find a specific string, but when the dumper dumps the string I'm looking for, it gets split up into small parts and I find them at random locations.