Skip to content

Instantly share code, notes, and snippets.

View n3r0bi0m4n's full-sized avatar
🙂

Alexey Ermakov n3r0bi0m4n

🙂
View GitHub Profile

ELF Format Cheatsheet

Introduction

Executable and Linkable Format (ELF), is the default binary format on Linux-based systems.

ELF

Compilation

//
// Regular Expression for URL validation
//
// Author: Diego Perini
// Created: 2010/12/05
// Updated: 2018/09/12
// License: MIT
//
// Copyright (c) 2010-2018 Diego Perini (http://www.iport.it)
//