diff --git a/content/posts/defeating-mbr-filter-with-techniques-from-2011.md b/content/posts/defeating-mbr-filter-with-techniques-from-2011.md index 527b4a4..c3639d8 100644 --- a/content/posts/defeating-mbr-filter-with-techniques-from-2011.md +++ b/content/posts/defeating-mbr-filter-with-techniques-from-2011.md @@ -1,5 +1,6 @@ --- title: "Defeating Mbr Filter With Techniques From 2011" +description: "If MBR is protected, just overwrite VBR. Like Carperb did" date: 2016-10-21T12:27:31+01:00 draft: false --- diff --git a/content/projects/syscall64.md b/content/projects/syscall64.md index 49643df..bf946f1 100644 --- a/content/projects/syscall64.md +++ b/content/projects/syscall64.md @@ -1,6 +1,7 @@ --- title: "Syscall64" description: "Doing direct syscalls on all platforms" +date: 2019-11-10T00:00:00+01:00 draft: false --- diff --git a/content/projects/x64hook.md b/content/projects/x64hook.md index cbe4f66..7a55bb5 100644 --- a/content/projects/x64hook.md +++ b/content/projects/x64hook.md @@ -2,6 +2,7 @@ title: "X64hook" date: 2019-11-10T15:57:35+01:00 draft: false +description: "unfinshed. maybe usefull to learn?" --- A simple (unfinished) x64 detours hooking library.