Showing posts with label windbg. Show all posts
Showing posts with label windbg. Show all posts
Saturday, November 18, 2017
Installation and First Contact With the New WinDbg
These days it is being my first contact with the new Windbg. There are fantastic things in this new version, I am still discovering and enjoying it. I decided to write this short post about the particular installation of the new WinDbg and the way that I needed to configure VirtualKD’s vmmon to attach the new WinDbg to the selected running VM from the vmmon menu.
Sunday, August 13, 2017
Tools For Unpacking Malware, Part 1. Dumping executables from RWE memory
This is the first part of a series of articles (at least I will write a second part and i hope to continue) where I will write about different ways that I use to unpack malware, and where I will share some tools and scripts that I use frequently for this purpose. I hope these articles and tools will be useful for you.
Sunday, July 16, 2017
Anti-Antidebugging WinDbg Scripts
In this post I would like to share some scripts for WinDbg that they were useful for me while I was reversing malware with antidebug tricks. In the future I would like to write additional scripts related to this issue, and I will update this post to have all together. I hope these scripts will be useful for you too.
Friday, June 23, 2017
Loading and Debugging Windows Kernel Shellcodes with Windbg. Debugging DoublePulsar Shellcode
In this article i’d like to share a windbg script that will let us to load a shellcode from a file to kernel memory and create a kernel thread to execute it. I have not played a lot with the script yet, if you find some bug please tell me.
Sunday, June 7, 2015
Batch, attach and patch: using windbg’s local kernel debugger to execute code in windows kernel
In this article I am going to describe a way to execute code in windows kernel by using windbg local kernel debugging. It’s not a vulnerability, I am going to use only windbg’s legal functionality, and I am going to use only a batch file (not powershell, or vbs, an old style batch only) and some Microsoft’s signed executables (some of them that are already in the system and windbg, that we will be dumped from the batch file).
Wednesday, April 22, 2015
Debugging programs with multiple processes with windbg’s kernel mode debugger
It’s common to reverse malware (or any type of software) that creates multiple processes or loads drivers, and it is useful to be able to debug the new created processes or loaded drivers from entry point.
Subscribe to:
Posts (Atom)