Browse Source

descriptions

master
wacked 4 years ago
parent
commit
25d9ab9bcc
3 changed files with 3 additions and 0 deletions
  1. +1
    -0
      content/posts/defeating-mbr-filter-with-techniques-from-2011.md
  2. +1
    -0
      content/projects/syscall64.md
  3. +1
    -0
      content/projects/x64hook.md

+ 1
- 0
content/posts/defeating-mbr-filter-with-techniques-from-2011.md View File

--- ---
title: "Defeating Mbr Filter With Techniques From 2011" 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 date: 2016-10-21T12:27:31+01:00
draft: false draft: false
--- ---

+ 1
- 0
content/projects/syscall64.md View File

--- ---
title: "Syscall64" title: "Syscall64"
description: "Doing direct syscalls on all platforms" description: "Doing direct syscalls on all platforms"
date: 2019-11-10T00:00:00+01:00
draft: false draft: false
--- ---



+ 1
- 0
content/projects/x64hook.md View File

title: "X64hook" title: "X64hook"
date: 2019-11-10T15:57:35+01:00 date: 2019-11-10T15:57:35+01:00
draft: false draft: false
description: "unfinshed. maybe usefull to learn?"
--- ---
A simple (unfinished) x64 detours hooking library. A simple (unfinished) x64 detours hooking library.



Loading…
Cancel
Save