Implemented compression of the network packet bodies.

This commit is contained in:
Jakob Friedl
2025-09-13 15:18:46 +02:00
parent b7b9114258
commit c6bbef8520
7 changed files with 48 additions and 25 deletions

View File

@@ -34,7 +34,6 @@ proc etwPatch(pThreadCtx: PCONTEXT) =
Arguments:
- assemblyBytes: Serialized .NET assembly
- arguments: seq[string] of arguments that should be passed to the function
Returns: CLR Version and assembly output
]#
proc dotnetInlineExecuteGetOutput*(assemblyBytes: seq[byte], arguments: seq[string] = @[]): tuple[assembly, output: string] =