index
:
nsploit
master
no-rev-cache
Process interaction tool for software exploitation
malf
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sploit
/
log.py
blob: cd9c3bee783307992cb57c1b446a1194e3922116 (
plain
) (
blame
)
1
2
3
4
5
6
ENCODING = '' def log(s): if ENCODING != '': s = s.decode(ENCODING) print(s)