This repository has been archived on 2026-01-16. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
greyhack-public/tracelib.src
2022-12-29 18:06:14 -08:00

16 lines
No EOL
343 B
Text

//traceLib for ctf
TraceLib={}
TraceLib.storedHash=null
TraceLib.analyze=function(shell,file)
print("Analyzing file...")
shell.launch(file.path,"ANALYZE")
TraceLib.storedHash=shell.host_computer.File(file.path+".alz").get_content
end function
TraceLib.decompile=function(shell,file)
print("
genRandomString=function(cont)
end function