Pinned Loading
-
Camera_test
Camera_test PublicASCII art camera software for STM32F4 Discovery board and OV2640 camera module
-
P2Pprotocol_dissector
P2Pprotocol_dissector PublicWireshark Lua protocol dissector for my school project. Project uses Gnutella 0.6 stylish protocol to form a peer-to-peer network.
Lua 1
-
TPM2.0 hashing with just the device ...
TPM2.0 hashing with just the device node 1import binascii
2import struct
3import logging
45logger = logging.getLogger()
-
-
-
Powershell TCP server
Powershell TCP server 1$endpoint = New-Object System.Net.IPEndPoint ([System.Net.IPAddress]::any, 1600)
2$Listener = New-Object System.Net.Sockets.TcpListener $endpoint
3$Listener.Start()
4$client = $Listener.AcceptTcpClient()
5$stream = $client.GetStream()
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.