Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/dobin/SuperMega
/ format
Method
format
log.py:30–33 ·
view source on GitHub ↗
(self, record)
Source
from the content-addressed store, hash-verified
28
}
29
30
def
format(self, record):
31
log_fmt = self.FORMATS.get(record.levelno)
32
formatter = logging.Formatter(log_fmt, datefmt=
"%Y-%m-%d %H:%M:%S"
)
33
return
formatter.format(record)
34
35
36
class
ListHandler(logging.Handler):
Callers
15
load
Method · 0.80
make_encryption_keys
Method · 0.80
emit
Method · 0.80
main
Function · 0.80
web.py
File · 0.80
main
Function · 0.80
start_real
Function · 0.80
obfuscate_shc_loader
Function · 0.80
verify_shellcode
Function · 0.80
scannerDetectsBytes
Function · 0.80
write_logs
Method · 0.80
run_exe
Function · 0.80
Calls
1
get
Method · 0.80
Tested by
1
main
Function · 0.64