Skip to content

Instantly share code, notes, and snippets.

View omerk2511's full-sized avatar
💻

Omer Katz omerk2511

💻
View GitHub Profile
@alumag
alumag / UsefulPackages.txt
Last active September 14, 2018 13:25
useful python packages for hackathons
# python 3.7
# General
ipython
requests
Scapy
# Web
Flask==1.0.2
django==2.1.1
@wbenny
wbenny / vmcs_field_encoding.md
Last active December 11, 2020 10:04
VMCS field encoding

VMCS field encoding

Values of VMCS fields are encoded as per section VMREAD, VMWRITE, and Encodings of VMCS Field (24.11.2, Intel Manual Volume 3C - May 2018).

This encoding can be transcribed into C:

union vmcs_component_encoding
{
 struct