Scott Dunlop
Results
3
issues of
Scott Dunlop
``` ## AndBug (C) 2011 Scott W. Dunlop >> navi\ ## ValueError: No escaped character -- File "/home/scott/andbug/lib/andbug/command.py", line 152, in perform act(self, *args, **kwargs) -- File "/home/scott/andbug/lib/andbug/cmd/shell.py", line 50,...
Due to how Python handles unicode, vm.unpackString can fail with decoding errors when invalid codepoints are received from Dalvik. For forensic use, this is terrible behavior. To support this, a...