This commit is contained in:
firmianay
2018-07-14 00:31:51 +08:00
parent 4aa53ac3bf
commit b7d4f8ed46
55 changed files with 179 additions and 53 deletions

View File

@ -11,8 +11,8 @@ int main() {
fprintf(stderr, "The first one: %p\n", &fake_chunks[0]);
fprintf(stderr, "The second one: %p\n", &fake_chunks[4]);
fake_chunks[1] = 0x20; // the size
fake_chunks[5] = 0x1234; // nextsize
fake_chunks[1] = 0x20; // the size
fake_chunks[5] = 0x1234; // nextsize
fake_chunks[2] = 0x4141414141414141LL;
fake_chunks[6] = 0x4141414141414141LL;