Skip to content

Instantly share code, notes, and snippets.

@chung96vn
Last active May 12, 2019 14:03
Show Gist options
  • Save chung96vn/ee03881b4cd742aaf0c94c1f0a965ccb to your computer and use it in GitHub Desktop.
Save chung96vn/ee03881b4cd742aaf0c94c1f0a965ccb to your computer and use it in GitHub Desktop.
struct Value {
_QWORD size;
_QWORD freed; //chỉ lưu 4 byte
struct Value *next;
char content[size];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment