Nightbringer21 / fridump

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

app name has two spaces. Error when trying to run it. #31

Closed poldenais closed 4 years ago

poldenais commented 4 years ago

Hi,

if an app name has two spaces in it does it matter. Like "App Test Name"?

I'm getting fridump: error: unrecognized arguments: Test Name”

it's like it doesn't like the second space?

I've tried \ in the spaces also.

poldenais commented 4 years ago

Got it working now leaving out the double quotes and putting in \ as the spaces and then finishing in terminal with ; as it popped to a new Line.

Cyber-m0nk commented 2 years ago

hi @poldenais how did you solve this? This is how you are using command right fridump.py -U -s "App\Test\Name;" ?