371 skills found · Page 13 of 13
CyberOneFR / Semantic Shellcode InjectionSemantic Shellcode Injection (SSI) is a technique in which an attacker chooses source-level constructs — constants, expressions, loop bounds, comparisons — whose binary encoding by the compiler or JIT constitutes valid executable code (shellcode or gadgets), causing the runtime to place that code in an executable memory region
matrix-org / Matrix PickleSimple binary encoding format
FSH-B / KbinxmlcsKonami binary XML decoder/encoder
vontikov / Sbe Gradle PluginSimple Binary Encoding plugin for Gradle Build Tool
FIXTradingCommunity / Fix Sbe UtilitiesUtilities and demonstration code for FIX Simple Binary Encoding
Altair-Bueno / EncodeA simple framework for encoding binary data.
jyn514 / Base56human-readable binary encoding
trevorgokey / BesmartsA toolkit for data-driven force field design based on binary-encoded SMARTS
VictorQueiroz / BinobjectEncode JavaScript objects in binary format with support for native types
yous / BasehangulHuman-readable binary encoding, BaseHangul for Ruby
yagrawala / Structured Light3D reconstruction of a scene, using binary encoded images and reference pixel value handbook as inputs.
csknk / Radix 64 EncodingSimple Radix 64 Encoding in C: Represent binary data (bytes) as ASCII characters. Allows cryptographic keys, random numbers etc to be represented in printable format, like GPG --armor.
synodriver / Pybase16384Encode binary files to printable utf16be.
s-expresso / Clojobuf CodecLow level clojure(script) encoding and decoding library for google's protobuf binary format.
alboratech / BitcraftA toolkit for encoding/decoding bit strings and DSL for binary protocols bit blocks.
sail-sail / Mysql2MySQL client for Deno with focus on performance. Supports prepared statements, non-utf8 encodings, binary log protocol, compression much more
dajiaji / Bhttp JsA BHTTP (Binary Representation of HTTP Messages) Encoder and Decoder written in TypeScript.
tjmehta / Hex64Base64 encode and decode UTF-8 strings for URLs (module and binary tool)
OokTech / TW5 DownloadBinaryThis adds an action widget that lets you download a binary version of a file that is embedded as a base64 encoded tiddler.
hoodoer / ShellcodeEncryptorPython script to take any file and create a C header file with that binary data encoded as a char array. Optionally XOR encrypts the data. Helpful for creating custom loaders for shellcode.