Nightbringer21 / fridump

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

adjusting regex to support full ASCII range #16

Closed AV-IO closed 5 years ago

AV-IO commented 5 years ago

Current regex does not include the following characters: `~@^&*=+\{}|"? Notably, the lack of the '+' character will result in base64 being incorrect or split up, ruining base64 strings that are frequently used in certificates or keys.

Nightbringer21 commented 5 years ago

Merged into master, thank you for the suggestion