-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
19 lines (19 loc) · 2.04 KB
/
index.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>crim's Blog</title>
<link>https://crimsonskylark.github.io/</link>
<description>Recent content on crim's Blog</description>
<generator>Hugo</generator>
<language>en-us</language>
<lastBuildDate>Mon, 24 Feb 2025 12:03:53 -0300</lastBuildDate>
<atom:link href="https://crimsonskylark.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Notes on exception handling and dispatching at the kernel level on the Windows 10 x64</title>
<link>https://crimsonskylark.github.io/posts/exception-handling-pt1/</link>
<pubDate>Mon, 24 Feb 2025 12:03:53 -0300</pubDate>
<guid>https://crimsonskylark.github.io/posts/exception-handling-pt1/</guid>
<description><h2 id="disclaimer">Disclaimer</h2>
<p>This work is, by and large, the product of reverse engineering. Whilst I did consult some source code (referenced at the bottom) to retrieve certain definitions, the bulk of the research was done with a disassembler, therefore some information may be incomplete, misunderstood or outright incorrect. If you spot anything wrong please reach out to me and I&rsquo;ll be glad to issue a correction.</p>
<h2 id="preface">Preface</h2>
<p>In this article I aim to explain some parts of how exception handling works at the kernel level on Windows 10. The article is divided into sections, each addressing a specific function in the process along with some finer details provided where deemed necessary. Additionally, there&rsquo;s a section with background information and a glossary of technical terms. If this is your first reading, I recommend starting with the glossary to get an overview of the concepts we&rsquo;ll explore. If you&rsquo;re already familiar with most of the terms and concepts, feel free to start from the beginning.</p></description>
</item>
</channel>
</rss>