<?xml version="1.0" encoding="UTF-8"?>
 <rdf:RDF xmlns="http://purl.org/rss/1.0/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:cc="http://web.resource.org/cc/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://pinboard.in">
    <title>Pinboard (cstrahan)</title>
    <link>https://pinboard.in/u:cstrahan/public/</link>
    <description>recent bookmarks from cstrahan</description>
    <items>
      <rdf:Seq>	<rdf:li rdf:resource="https://weblogs.asp.net/fbouma/let-s-add-a-photo-mode-to-wolfenstein-ii-the-new-colossus-pc"/>
	<rdf:li rdf:resource="http://www.capstone-engine.org/"/>
	<rdf:li rdf:resource="https://dman95.github.io/SASM/english.html"/>
	<rdf:li rdf:resource="https://luapower.com/dynasm"/>
	<rdf:li rdf:resource="http://dbp-consulting.com/tutorials/debugging/linuxProgramStartup.html"/>
	<rdf:li rdf:resource="http://0xax.blogspot.com/2014/08/say-hello-to-x64-assembly-part-1.html"/>
	<rdf:li rdf:resource="http://x64dbg.com/#start"/>
	<rdf:li rdf:resource="http://www.pvk.ca/Blog/2014/03/15/sbcl-the-ultimate-assembly-code-breadboard/"/>
	<rdf:li rdf:resource="http://alisdair.mcdiarmid.org/2014/01/12/arm-immediate-value-encoding.html"/>
	<rdf:li rdf:resource="http://www.kwartzlab.ca/2013/05/first-glimpse-soul-tamagotchi/"/>
	<rdf:li rdf:resource="http://www.fabiensanglard.net/macosxassembly/index.php"/>
	<rdf:li rdf:resource="http://michaux.ca/articles/assembly-hello-world-for-os-x"/>
	<rdf:li rdf:resource="http://timetobleed.com/hot-patching-inlined-functions-with-x86_64-asm-metaprogramming/"/>
	<rdf:li rdf:resource="http://timetobleed.com/rewrite-your-ruby-vm-at-runtime-to-hot-patch-useful-features/"/>
      </rdf:Seq>
    </items>
  </channel><item rdf:about="https://weblogs.asp.net/fbouma/let-s-add-a-photo-mode-to-wolfenstein-ii-the-new-colossus-pc">
    <title>Frans Bouma's blog - Let’s add a photo mode to Wolfenstein II: The New Colossus (PC)</title>
    <dc:date>2019-07-31T09:15:23+00:00</dc:date>
    <link>https://weblogs.asp.net/fbouma/let-s-add-a-photo-mode-to-wolfenstein-ii-the-new-colossus-pc</link>
    <dc:creator>cstrahan</dc:creator><dc:subject>assembler graphics game</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:cstrahan/b:e0462d27e7ec/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:assembler"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:graphics"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:game"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.capstone-engine.org/">
    <title>The Ultimate Disassembly Framework – Capstone – The Ultimate Disassembler</title>
    <dc:date>2017-02-15T02:34:26+00:00</dc:date>
    <link>http://www.capstone-engine.org/</link>
    <dc:creator>cstrahan</dc:creator><dc:subject>assembler debugging reverse-engineering</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:cstrahan/b:9a1748595c02/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:assembler"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:debugging"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:reverse-engineering"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://dman95.github.io/SASM/english.html">
    <title>SASM - Simple crossplatform IDE for NASM, MASM, GAS, FASM assembly languages</title>
    <dc:date>2016-08-31T16:22:27+00:00</dc:date>
    <link>https://dman95.github.io/SASM/english.html</link>
    <dc:creator>cstrahan</dc:creator><dc:subject>assembler assembly</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:cstrahan/b:5a89270d10b4/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:assembler"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:assembly"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="https://luapower.com/dynasm">
    <title>dynasm - luapower.com</title>
    <dc:date>2016-05-28T06:07:06+00:00</dc:date>
    <link>https://luapower.com/dynasm</link>
    <dc:creator>cstrahan</dc:creator><dc:subject>lua assembler</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:cstrahan/b:7134786ecb22/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:lua"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:assembler"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://dbp-consulting.com/tutorials/debugging/linuxProgramStartup.html">
    <title>Linux x86 Program Start Up</title>
    <dc:date>2014-12-12T20:02:33+00:00</dc:date>
    <link>http://dbp-consulting.com/tutorials/debugging/linuxProgramStartup.html</link>
    <dc:creator>cstrahan</dc:creator><dc:subject>low-level assembler assembly linux internals c</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:cstrahan/b:4e80ec6244a3/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:low-level"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:assembler"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:assembly"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:linux"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:internals"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:c"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://0xax.blogspot.com/2014/08/say-hello-to-x64-assembly-part-1.html">
    <title>Brain --dump: Say hello to x64 Assembly [part 1]</title>
    <dc:date>2014-11-21T06:04:55+00:00</dc:date>
    <link>http://0xax.blogspot.com/2014/08/say-hello-to-x64-assembly-part-1.html</link>
    <dc:creator>cstrahan</dc:creator><dc:subject>assembler assembly</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:cstrahan/b:b90fb9694cb5/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:assembler"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:assembly"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://x64dbg.com/#start">
    <title>x64_dbg</title>
    <dc:date>2014-07-29T04:45:15+00:00</dc:date>
    <link>http://x64dbg.com/#start</link>
    <dc:creator>cstrahan</dc:creator><dc:subject>windows debugging reverse-engineering assembler</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:cstrahan/b:e550c939f33e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:windows"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:debugging"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:reverse-engineering"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:assembler"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.pvk.ca/Blog/2014/03/15/sbcl-the-ultimate-assembly-code-breadboard/">
    <title>SBCL: the ultimate assembly code breadboard - Paul Khuong mostly on Lisp</title>
    <dc:date>2014-03-16T20:49:40+00:00</dc:date>
    <link>http://www.pvk.ca/Blog/2014/03/15/sbcl-the-ultimate-assembly-code-breadboard/</link>
    <dc:creator>cstrahan</dc:creator><dc:subject>assembler assembly forth hack</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:cstrahan/b:5475c5ec2cc4/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:assembler"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:assembly"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:forth"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:hack"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://alisdair.mcdiarmid.org/2014/01/12/arm-immediate-value-encoding.html">
    <title>ARM immediate value encoding</title>
    <dc:date>2014-01-13T20:39:52+00:00</dc:date>
    <link>http://alisdair.mcdiarmid.org/2014/01/12/arm-immediate-value-encoding.html</link>
    <dc:creator>cstrahan</dc:creator><dc:subject>assembler assembly design</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:cstrahan/b:fbf475c09a6e/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:assembler"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:assembly"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:design"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.kwartzlab.ca/2013/05/first-glimpse-soul-tamagotchi/">
    <title>First Glimpse into the Soul of a Tamagotchi « KwartzLab Makerspace</title>
    <dc:date>2013-05-20T02:51:32+00:00</dc:date>
    <link>http://www.kwartzlab.ca/2013/05/first-glimpse-soul-tamagotchi/</link>
    <dc:creator>cstrahan</dc:creator><dc:subject>assembler</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:cstrahan/b:e69f806e8010/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:assembler"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://www.fabiensanglard.net/macosxassembly/index.php">
    <title>Assembly on MacOS X.</title>
    <dc:date>2013-03-28T18:14:03+00:00</dc:date>
    <link>http://www.fabiensanglard.net/macosxassembly/index.php</link>
    <dc:creator>cstrahan</dc:creator><dc:subject>assembler mac osx</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:cstrahan/b:99b6ab24d722/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:assembler"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:mac"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:osx"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://michaux.ca/articles/assembly-hello-world-for-os-x">
    <title>Assembly &quot;hello, world&quot; for OS X</title>
    <dc:date>2012-06-25T14:51:47+00:00</dc:date>
    <link>http://michaux.ca/articles/assembly-hello-world-for-os-x</link>
    <dc:creator>cstrahan</dc:creator><dc:subject>assembler</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:cstrahan/b:fee882f88e3b/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:assembler"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://timetobleed.com/hot-patching-inlined-functions-with-x86_64-asm-metaprogramming/">
    <title>Hot patching inlined functions with x86_64 asm metaprogramming at time to bleed by Joe Damato</title>
    <dc:date>2012-03-11T06:07:14+00:00</dc:date>
    <link>http://timetobleed.com/hot-patching-inlined-functions-with-x86_64-asm-metaprogramming/</link>
    <dc:creator>cstrahan</dc:creator><dc:subject>assembler ruby hack</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:cstrahan/b:4b6f6f42080a/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:assembler"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:ruby"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:hack"/>
</rdf:Bag></taxo:topics>
</item>
<item rdf:about="http://timetobleed.com/rewrite-your-ruby-vm-at-runtime-to-hot-patch-useful-features/">
    <title>Rewrite your Ruby VM at runtime to hot patch useful features at time to bleed by Joe Damato</title>
    <dc:date>2011-10-15T23:25:51+00:00</dc:date>
    <link>http://timetobleed.com/rewrite-your-ruby-vm-at-runtime-to-hot-patch-useful-features/</link>
    <dc:creator>cstrahan</dc:creator><dc:subject>ruby assembler hack</dc:subject>
<dc:source>https://pinboard.in/</dc:source>
<dc:identifier>https://pinboard.in/u:cstrahan/b:20f515c37c03/</dc:identifier>
<taxo:topics><rdf:Bag>	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:ruby"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:assembler"/>
	<rdf:li rdf:resource="https://pinboard.in/u:cstrahan/t:hack"/>
</rdf:Bag></taxo:topics>
</item>
</rdf:RDF>