sensepost / objection

📱 objection - runtime mobile exploration
GNU General Public License v3.0
7.42k stars 852 forks source link

NSUserDefaults Output Truncated #575

Closed aress31 closed 2 months ago

aress31 commented 1 year ago

Hi Sensepost,

I am getting a truncated variable when dumping the NSUserDefaults store using:

x.y.z on (iPhone: XX.X) [net] # ios nsuserdefaults get

{
    --- REDACTED ---
    "x.key.y" = {length = 154, bytes = 0x7b226669 REDACTED... REDACTED 3939397d };
}

If an option could be added to allow the full output, that would save the hassle of manually looking for the plist file and parsing it! :)

Thanks, Alex

IPMegladon commented 2 months ago

Stale issue, feel free to reopen.