diff --git a/_posts/2017-03-19-hello-world.md b/_posts/2017-03-19-hello-world.md index dd34c290..b855bbcc 100644 --- a/_posts/2017-03-19-hello-world.md +++ b/_posts/2017-03-19-hello-world.md @@ -10,7 +10,7 @@ tags: coverImage: "../../assets/images/hello-world.jpg" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2017-03-19-kernel-mode-debugging-by-windbg.md b/_posts/2017-03-19-kernel-mode-debugging-by-windbg.md index 9ec32fda..a335392c 100644 --- a/_posts/2017-03-19-kernel-mode-debugging-by-windbg.md +++ b/_posts/2017-03-19-kernel-mode-debugging-by-windbg.md @@ -14,7 +14,7 @@ tags: coverImage: "../../assets/images/kernel-debugging-5.png" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2017-03-20-a-new-anti-ransomware-idea.md b/_posts/2017-03-20-a-new-anti-ransomware-idea.md index 2bab3e1b..3bb9aead 100644 --- a/_posts/2017-03-20-a-new-anti-ransomware-idea.md +++ b/_posts/2017-03-20-a-new-anti-ransomware-idea.md @@ -12,7 +12,7 @@ tags: coverImage: "../../assets/images/anti-ransomware-3.png" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2017-04-01-how-to-get-every-details-about-ssdt-gdt-idt-in-a-blink-of-an-eye.md b/_posts/2017-04-01-how-to-get-every-details-about-ssdt-gdt-idt-in-a-blink-of-an-eye.md index 7f1c71ff..1be4b65b 100644 --- a/_posts/2017-04-01-how-to-get-every-details-about-ssdt-gdt-idt-in-a-blink-of-an-eye.md +++ b/_posts/2017-04-01-how-to-get-every-details-about-ssdt-gdt-idt-in-a-blink-of-an-eye.md @@ -16,7 +16,7 @@ tags: coverImage: "../../assets/images/service-descriptor-table.jpg" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2017-04-02-change-user-mode-applications-virtual-address-through-kernel-debugging.md b/_posts/2017-04-02-change-user-mode-applications-virtual-address-through-kernel-debugging.md index 4305f969..7c69e854 100644 --- a/_posts/2017-04-02-change-user-mode-applications-virtual-address-through-kernel-debugging.md +++ b/_posts/2017-04-02-change-user-mode-applications-virtual-address-through-kernel-debugging.md @@ -13,7 +13,7 @@ tags: coverImage: "../../assets/images/kernelmode-usermode.jpg" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2017-04-11-import-address-table-in-action.md b/_posts/2017-04-11-import-address-table-in-action.md index 7fea6df5..03a6dce6 100644 --- a/_posts/2017-04-11-import-address-table-in-action.md +++ b/_posts/2017-04-11-import-address-table-in-action.md @@ -15,7 +15,7 @@ tags: coverImage: "../../assets/images/import-address-table.png" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2017-04-11-lack-of-rechecking-permissions-in-android.md b/_posts/2017-04-11-lack-of-rechecking-permissions-in-android.md index 93fb3529..878e40b1 100644 --- a/_posts/2017-04-11-lack-of-rechecking-permissions-in-android.md +++ b/_posts/2017-04-11-lack-of-rechecking-permissions-in-android.md @@ -11,7 +11,7 @@ tags: coverImage: "../../assets/images/android-package-1.png" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2017-08-22-defeat-malware-dynamic-api-loading.md b/_posts/2017-08-22-defeat-malware-dynamic-api-loading.md index eb7cbb36..857cd649 100644 --- a/_posts/2017-08-22-defeat-malware-dynamic-api-loading.md +++ b/_posts/2017-08-22-defeat-malware-dynamic-api-loading.md @@ -11,7 +11,7 @@ tags: coverImage: "../../assets/images/LoadLibraryA-windows-api.png" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2017-09-02-exploring-from-usermode-to-kernelmode.md b/_posts/2017-09-02-exploring-from-usermode-to-kernelmode.md index aee37e17..8b26cb63 100644 --- a/_posts/2017-09-02-exploring-from-usermode-to-kernelmode.md +++ b/_posts/2017-09-02-exploring-from-usermode-to-kernelmode.md @@ -13,7 +13,7 @@ tags: coverImage: "../../assets/images/usermode-to-kernelmode-1.png" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2017-10-01-fooling-windows-about-cpu.md b/_posts/2017-10-01-fooling-windows-about-cpu.md index 44cc2f13..9ea087d0 100644 --- a/_posts/2017-10-01-fooling-windows-about-cpu.md +++ b/_posts/2017-10-01-fooling-windows-about-cpu.md @@ -12,7 +12,7 @@ tags: coverImage: "../../assets/images/kids-watching-laptop.jpg" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2017-10-31-get-everything-from-net-reflection-by-two-method.md b/_posts/2017-10-31-get-everything-from-net-reflection-by-two-method.md index 9af50223..57b137e6 100644 --- a/_posts/2017-10-31-get-everything-from-net-reflection-by-two-method.md +++ b/_posts/2017-10-31-get-everything-from-net-reflection-by-two-method.md @@ -15,7 +15,7 @@ tags: coverImage: "../../assets/images/colorful-pencils.jpg" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2017-11-11-detecting-cpu-structure-in-net-framework.md b/_posts/2017-11-11-detecting-cpu-structure-in-net-framework.md index 1f9554d3..94a5e13e 100644 --- a/_posts/2017-11-11-detecting-cpu-structure-in-net-framework.md +++ b/_posts/2017-11-11-detecting-cpu-structure-in-net-framework.md @@ -11,7 +11,7 @@ tags: coverImage: "../../assets/images/32-64bit.jpg" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2017-12-19-pinitor.md b/_posts/2017-12-19-pinitor.md index 4ac1d5e1..39a546cb 100644 --- a/_posts/2017-12-19-pinitor.md +++ b/_posts/2017-12-19-pinitor.md @@ -14,7 +14,7 @@ tags: coverImage: "../../assets/images/pinitor-cover.png" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2018-01-09-build-a-simple-pin-tool.md b/_posts/2018-01-09-build-a-simple-pin-tool.md index 789fc2a2..38087a95 100644 --- a/_posts/2018-01-09-build-a-simple-pin-tool.md +++ b/_posts/2018-01-09-build-a-simple-pin-tool.md @@ -16,7 +16,7 @@ tags: coverImage: "../../assets/images/pin-overview.jpg" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2018-01-18-intel-vanderpool-initiative-slides.md b/_posts/2018-01-18-intel-vanderpool-initiative-slides.md index 16d94821..38adbad8 100644 --- a/_posts/2018-01-18-intel-vanderpool-initiative-slides.md +++ b/_posts/2018-01-18-intel-vanderpool-initiative-slides.md @@ -12,7 +12,7 @@ tags: coverImage: "../../assets/images/virtualization-technology-vanderpool.png" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2018-03-06-assembly-challenge-jump-to-a-non-relative-address-without-using-registers.md b/_posts/2018-03-06-assembly-challenge-jump-to-a-non-relative-address-without-using-registers.md index 3fdf3379..fbea4eae 100644 --- a/_posts/2018-03-06-assembly-challenge-jump-to-a-non-relative-address-without-using-registers.md +++ b/_posts/2018-03-06-assembly-challenge-jump-to-a-non-relative-address-without-using-registers.md @@ -10,7 +10,7 @@ tags: coverImage: "../../assets/images/assembly-jmp.png" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2018-04-07-survey-non-general-registers.md b/_posts/2018-04-07-survey-non-general-registers.md index af7080ea..f3d3255a 100644 --- a/_posts/2018-04-07-survey-non-general-registers.md +++ b/_posts/2018-04-07-survey-non-general-registers.md @@ -17,7 +17,7 @@ tags: coverImage: "../../assets/images/intel-x86-64-registers.jpg" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2018-04-18-bochs-config-and-build-on-windows-and-os-x.md b/_posts/2018-04-18-bochs-config-and-build-on-windows-and-os-x.md index 3b872ab5..9bd53697 100644 --- a/_posts/2018-04-18-bochs-config-and-build-on-windows-and-os-x.md +++ b/_posts/2018-04-18-bochs-config-and-build-on-windows-and-os-x.md @@ -14,7 +14,7 @@ tags: coverImage: "../../assets/images/bochs-cover.png" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2018-04-27-bochs-emulator-debug-and-instrument.md b/_posts/2018-04-27-bochs-emulator-debug-and-instrument.md index 66b3dd96..473d5e24 100644 --- a/_posts/2018-04-27-bochs-emulator-debug-and-instrument.md +++ b/_posts/2018-04-27-bochs-emulator-debug-and-instrument.md @@ -17,7 +17,7 @@ tags: coverImage: "Boch-Debugger-GUI.png" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2018-05-25-pykd-tutorial-part1.md b/_posts/2018-05-25-pykd-tutorial-part1.md index 418f1d74..77b244d9 100644 --- a/_posts/2018-05-25-pykd-tutorial-part1.md +++ b/_posts/2018-05-25-pykd-tutorial-part1.md @@ -17,7 +17,7 @@ tags: coverImage: "../../assets/images/pykd-cover.png" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2018-05-26-pykd-tutorial-part2.md b/_posts/2018-05-26-pykd-tutorial-part2.md index b7143a5a..ec6b670c 100644 --- a/_posts/2018-05-26-pykd-tutorial-part2.md +++ b/_posts/2018-05-26-pykd-tutorial-part2.md @@ -16,7 +16,7 @@ tags: coverImage: "../../assets/images/pykd-cover-2.png" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2018-06-13-defeating-malware-anti-vm-techniques-cpuid-based-instructions.md b/_posts/2018-06-13-defeating-malware-anti-vm-techniques-cpuid-based-instructions.md index 8ceb5cda..152ea00c 100644 --- a/_posts/2018-06-13-defeating-malware-anti-vm-techniques-cpuid-based-instructions.md +++ b/_posts/2018-06-13-defeating-malware-anti-vm-techniques-cpuid-based-instructions.md @@ -15,7 +15,7 @@ tags: coverImage: "../../assets/images/chitgar-lake.jpg" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2018-07-19-inside-windows-page-frame-number-part1.md b/_posts/2018-07-19-inside-windows-page-frame-number-part1.md index 0c4d72c1..1927324a 100644 --- a/_posts/2018-07-19-inside-windows-page-frame-number-part1.md +++ b/_posts/2018-07-19-inside-windows-page-frame-number-part1.md @@ -22,7 +22,7 @@ tags: coverImage: "../../assets/images/pfn-1-cover.png" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2018-08-07-inside-windows-page-frame-number-part2.md b/_posts/2018-08-07-inside-windows-page-frame-number-part2.md index 3bf31d95..56ff6e5c 100644 --- a/_posts/2018-08-07-inside-windows-page-frame-number-part2.md +++ b/_posts/2018-08-07-inside-windows-page-frame-number-part2.md @@ -20,7 +20,7 @@ tags: coverImage: "../../assets/images/chameleon-2.jpeg" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2018-08-16-inline-assembly-in-x64.md b/_posts/2018-08-16-inline-assembly-in-x64.md index 657613e9..5b3f7740 100644 --- a/_posts/2018-08-16-inline-assembly-in-x64.md +++ b/_posts/2018-08-16-inline-assembly-in-x64.md @@ -13,7 +13,7 @@ tags: coverImage: "../../assets/images/assembly-table.png" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2018-08-21-hypervisor-from-scratch-part-1.md b/_posts/2018-08-21-hypervisor-from-scratch-part-1.md index 3b4b1881..c7a20f6b 100644 --- a/_posts/2018-08-21-hypervisor-from-scratch-part-1.md +++ b/_posts/2018-08-21-hypervisor-from-scratch-part-1.md @@ -21,7 +21,7 @@ tags: coverImage: "../../assets/images/hypervisor-from-scratch-1-cover.png" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2018-09-03-hypervisor-from-scratch-part-2.md b/_posts/2018-09-03-hypervisor-from-scratch-part-2.md index 34b3e26b..01994e79 100644 --- a/_posts/2018-09-03-hypervisor-from-scratch-part-2.md +++ b/_posts/2018-09-03-hypervisor-from-scratch-part-2.md @@ -18,7 +18,7 @@ tags: coverImage: "../../assets/images/hypervisor-from-scratch-2-cover.png" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2018-09-08-using-intels-streaming-simd-extensions-3-monitormwait-as-a-kernel-debugging-trick.md b/_posts/2018-09-08-using-intels-streaming-simd-extensions-3-monitormwait-as-a-kernel-debugging-trick.md index 091eddb2..bcfc521b 100644 --- a/_posts/2018-09-08-using-intels-streaming-simd-extensions-3-monitormwait-as-a-kernel-debugging-trick.md +++ b/_posts/2018-09-08-using-intels-streaming-simd-extensions-3-monitormwait-as-a-kernel-debugging-trick.md @@ -13,7 +13,7 @@ tags: coverImage: "../../assets/images/intel-inside-cover.jpg" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2018-09-15-hypervisor-from-scratch-part-3.md b/_posts/2018-09-15-hypervisor-from-scratch-part-3.md index 0d7ad413..d9b08ee6 100644 --- a/_posts/2018-09-15-hypervisor-from-scratch-part-3.md +++ b/_posts/2018-09-15-hypervisor-from-scratch-part-3.md @@ -23,7 +23,7 @@ tags: coverImage: "../../assets/images/hypervisor-from-scratch-3-cover.png" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2018-10-05-hypervisor-from-scratch-part-4.md b/_posts/2018-10-05-hypervisor-from-scratch-part-4.md index fa04b115..b958bb67 100644 --- a/_posts/2018-10-05-hypervisor-from-scratch-part-4.md +++ b/_posts/2018-10-05-hypervisor-from-scratch-part-4.md @@ -25,7 +25,7 @@ tags: coverImage: "../../assets/images/hypervisor-from-scratch-4-cover.png" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2018-12-07-vmcsauditor-a-bochs-based-hypervisor-layout-checker.md b/_posts/2018-12-07-vmcsauditor-a-bochs-based-hypervisor-layout-checker.md index 47435f75..dbc8621d 100644 --- a/_posts/2018-12-07-vmcsauditor-a-bochs-based-hypervisor-layout-checker.md +++ b/_posts/2018-12-07-vmcsauditor-a-bochs-based-hypervisor-layout-checker.md @@ -17,7 +17,7 @@ tags: coverImage: "../../assets/images/VMCS-auditor-cover-2.jpg" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2018-12-16-hypervisor-from-scratch-part-5.md b/_posts/2018-12-16-hypervisor-from-scratch-part-5.md index 6bdbf61e..9392b7d8 100644 --- a/_posts/2018-12-16-hypervisor-from-scratch-part-5.md +++ b/_posts/2018-12-16-hypervisor-from-scratch-part-5.md @@ -20,7 +20,7 @@ tags: coverImage: "../../assets/images/hypervisor-from-scratch-part-5-cover.png" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2019-01-15-call-gates-ring-transitioning-in-ia-32-mode.md b/_posts/2019-01-15-call-gates-ring-transitioning-in-ia-32-mode.md index 3e8efb54..1e52a39d 100644 --- a/_posts/2019-01-15-call-gates-ring-transitioning-in-ia-32-mode.md +++ b/_posts/2019-01-15-call-gates-ring-transitioning-in-ia-32-mode.md @@ -12,7 +12,7 @@ tags: coverImage: "../../assets/images/ring-transitions-cover.png" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2019-02-25-hypervisor-from-scratch-part-6.md b/_posts/2019-02-25-hypervisor-from-scratch-part-6.md index dd0def1c..405e864b 100644 --- a/_posts/2019-02-25-hypervisor-from-scratch-part-6.md +++ b/_posts/2019-02-25-hypervisor-from-scratch-part-6.md @@ -19,7 +19,7 @@ tags: coverImage: "../../assets/images/hypervisor-from-scratch-6-cover.png" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2019-06-06-finding-the-real-access-rights-needed-by-handles.md b/_posts/2019-06-06-finding-the-real-access-rights-needed-by-handles.md index a6cf4f3b..b9b747f5 100644 --- a/_posts/2019-06-06-finding-the-real-access-rights-needed-by-handles.md +++ b/_posts/2019-06-06-finding-the-real-access-rights-needed-by-handles.md @@ -20,7 +20,7 @@ tags: coverImage: "../../assets/images/access-rights-cover.png" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2019-12-09-reversing-windows-internals-part1.md b/_posts/2019-12-09-reversing-windows-internals-part1.md index 2b64cdd7..bfaebe6e 100644 --- a/_posts/2019-12-09-reversing-windows-internals-part1.md +++ b/_posts/2019-12-09-reversing-windows-internals-part1.md @@ -18,7 +18,7 @@ tags: coverImage: "../../assets/images/reversing-windows-internals-cover.png" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2020-01-20-hypervisor-from-scratch-part-7.md b/_posts/2020-01-20-hypervisor-from-scratch-part-7.md index 253b1f46..3b09177e 100644 --- a/_posts/2020-01-20-hypervisor-from-scratch-part-7.md +++ b/_posts/2020-01-20-hypervisor-from-scratch-part-7.md @@ -28,7 +28,7 @@ tags: coverImage: "../../assets/images/hypervisor-from-scratch-7-cover.png" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2020-03-24-hypervisor-from-scratch-part-8.md b/_posts/2020-03-24-hypervisor-from-scratch-part-8.md index b5ecc95f..ab509603 100644 --- a/_posts/2020-03-24-hypervisor-from-scratch-part-8.md +++ b/_posts/2020-03-24-hypervisor-from-scratch-part-8.md @@ -26,7 +26,7 @@ tags: coverImage: "../../assets/images/hypervisor-from-scratch-8-cover.png" comments: true author: - name: Mohammad Sina Karvandi + name: Sina Karvandi link: https://twitter.com/Intel80x86 --- diff --git a/_posts/2022-06-13-hyperdbg-one-thousand-and-one-nights.md b/_posts/2022-06-13-hyperdbg-one-thousand-and-one-nights.md index af6de66c..7b53496a 100644 --- a/_posts/2022-06-13-hyperdbg-one-thousand-and-one-nights.md +++ b/_posts/2022-06-13-hyperdbg-one-thousand-and-one-nights.md @@ -18,7 +18,7 @@ tags: coverImage: "../../assets/images/HyperDbg-v0.1-1-compressed.jpg" comments: true author: - name: Saleh Monfared, and Mohammad Sina Karvandi + name: Saleh Monfared, and Sina Karvandi link: https://twitter.com/sal3hh ---