Skip to content

Latest commit

 

History

History
71 lines (54 loc) · 2.92 KB

random.md

File metadata and controls

71 lines (54 loc) · 2.92 KB
layout title
page
Random

Random

Blogs we Read

Projects we Like

Dev

CMake - A cross-platform, open-source build-system system. Autoconf and libtool are shit, please stop using them.

MessagePack - MessagePack is a binary-based efficient object serialization library. It enables to exchange structured objects between many languages like JSON. But unlike JSON, it is very fast and small.

Redis - Redis is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. Redis rocks, go use it, right now.

DataMapper - DataMapper is a ORM written in Ruby. Lets you focus on working with the Data, without having to write SQL all day.

Reversing / Debugging

YASM - A complete rewrite of the NASM assembler. Yasm currently supports the x86 and AMD64 instruction sets, accepts NASM and GAS assembler syntaxes, outputs binary, ELF32, ELF64, 32 and 64-bit Mach-O, RDOFF2, COFF, Win32, and Win64 object formats, and generates source debugging information in STABS, DWARF 2, and CodeView 8 formats.

udis86 - udis86 is an easy-to-use minimalistic disassembler library (libudis86) for the x86 and x86-64 class of instruction set architectures. The primary intent of the design and development of udis86 is to aid software development projects that entail binary code analysis. udis86 rocks so much that postmodern wrote Ruby FFI bindings for it.

vtrace - Vtrace is a very useful python debugging framework, with neat functionality like remote debugging. It is written by some leeto dorito type haxors.

Misc

TRE - A lightweight, robust, and efficient POSIX compliant regexp matching library with some exciting features such as approximate (fuzzy) matching.

zzuf - A transparent application input fuzzer. Its purpose is to find bugs in applications by corrupting their user-contributed data (which more than often comes from untrusted sources on the Internet). It works by intercepting file and network operations and changing random bits in the program’s input.

OminOS - A brand new OS written from the ground up by SophSec affiliate and friend Omin0us. Woot. PS. We will pay $20 and a round of drinks to the author of the first OminOS remote 0day (just kidding..).