| Programming Language | Information Source Code | Category |
 | Revised InString function - Fixed InString - revised-instring-function--fixed-instring.zip Source of fixed three nasty bugs in the original InString function included with MASM32. Language: Assembler - Size: 1,69 KB
| Text |
|
 | Error-handling in Win32 - errorhandling-in-win32.zip Source of program show how to use FormatMessage to translate the error codes returned by GetLastError into more human-friendly message strings. Language: Assembler - Size: 4,61 KB
| System |
|
 | GetSeg library - getseg-library.zip Source of a static library that contains a function to parse a string into segments. It then allows the user to extract a segment from the string. Language: Assembler - Size: 6,60 KB
| Text |
|
 | Executable strings lister and replacer - executable-strings-lister-and-replacer.zip Source of a tool has the main purpose of finding any ASCII and unicode string inside PE and ELF executables with the possibility of modifying them using any external text editor and re-injecting them ... Language: C, C++ - Size: 35,83 KB
| Miscellaneous |
|
 | Bynaryo - bynaryo.zip Source of a tool for converting binary strings to ASCII or to numbers of 8, 16, 32 and 64 bits (both big and little endian) and vice versa for example for converting "hello" in 0110100001100... Language: C, C++ - Size: 4,14 KB
| Miscellaneous |
|
 | Byte2hex - byte2hex.zip Source of a converts any byte from a file or stdin to a format of choice (hex is default but is possible to choice octal, decimal and more since the format string is controlled). Language: C, C++ - Size: 1,56 KB
| Miscellaneous |
|
 | Xor - xor.zip Source of a tool for XORing an input file with a byte or a key chosen by the user, which can be a file, a string or a sequence of hex bytes. Language: C, C++ - Size: 2,47 KB
| Miscellaneous |
|
 | CHD - chd.zip Source of a tool of some lines of C that displays each given char/string in its hex, decimal, octal and binary format. Language: C, C++ - Size: 960 B
| Miscellaneous |
|
 | commonc++ - commonc.zip Source of a C++ class library for developing cross-platform systems software for POSIX and Windows systems. It provides an intuitive, object-oriented abstraction and portability layer around common op... Language: C, C++ - Size: 9,07 MB
| Miscellaneous |
|
 | FastStrings - faststrings.zip Fast string functions written using assembler inserts. The best library for every programmer, whose main priority is speed and efficiency of code. Language: Delphi - Size: 15,16 KB
| Text |
|