MCPcopy Create free account
hub / github.com/CCob/BOF.NET / Write

Method Write

managed/BOFNET/BeaconConsoleWriter.cs:24–31  ·  view source on GitHub ↗
(byte[] buffer, int offset, int count)

Source from the content-addressed store, hash-verified

22 }
23
24 public override void Write(byte[] buffer, int offset, int count) {
25 lock (syncLock) {
26 base.Write(buffer, offset, count);
27 if (Position > FlushTrigger) {
28 Flush();
29 }
30 }
31 }
32
33 public override void Flush() {
34 base.Flush();

Callers 6

SendScreenShotMethod · 0.80
SendKeystrokesMethod · 0.80
DownloadFileMethod · 0.80
SendHashesMethod · 0.80
GoMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected