<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yaxpeax-x86/src/protected_mode/mod.rs, branch 2.2.0</title>
<subtitle>yaxpeax x86 decoder</subtitle>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/'/>
<entry>
<title>some doc comments covered incorrect modes</title>
<updated>2026-07-05T01:44:03+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2026-07-05T01:44:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=43a6554770d6bfd74c05d37af772e0a65ef54ab1'/>
<id>43a6554770d6bfd74c05d37af772e0a65ef54ab1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add DisplayRules, docs, doc tests, ..</title>
<updated>2026-07-05T00:09:22+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2026-06-19T03:02:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=97dbde69221127d2552cb4fc442b90a2c0ff2a95'/>
<id>97dbde69221127d2552cb4fc442b90a2c0ff2a95</id>
<content type='text'>
this includes `trait DisplayRules` as a generic mechanism to control
parts of instruction printing, a `DefaultRules` for the existing
formatting style, and `AbsoluteAddressFormatter` to print instructions
as at some location in an address space.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this includes `trait DisplayRules` as a generic mechanism to control
parts of instruction printing, a `DefaultRules` for the existing
formatting style, and `AbsoluteAddressFormatter` to print instructions
as at some location in an address space.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix some forms of lss/lfs/lgs having incorrectly-small memory sizes</title>
<updated>2026-07-05T00:09:22+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2026-06-10T06:27:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=b4ac152946d3a1dd0f4e0d48b8b73f2152a1e2e0'/>
<id>b4ac152946d3a1dd0f4e0d48b8b73f2152a1e2e0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>protected/real mode lfs/lgs/lss</title>
<updated>2026-07-05T00:09:22+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2026-06-10T06:26:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=6e2976bda74148e0c3cd50788b603c4933f9f50b'/>
<id>6e2976bda74148e0c3cd50788b603c4933f9f50b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pextr*/pinsr*/insertps/extrps immediate is now u8 instead of i8</title>
<updated>2026-07-05T00:09:22+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2026-06-10T05:09:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=1862b315950a477390435a52b6061bf5948977c4'/>
<id>1862b315950a477390435a52b6061bf5948977c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix seam, user-ipi, {rd,wr}{fs,gs}base instructions decoding outside 64b mode</title>
<updated>2026-07-05T00:09:22+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2026-06-09T07:58:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=9b98d9052a18b69bc080d106539d886ee28ab57c'/>
<id>9b98d9052a18b69bc080d106539d886ee28ab57c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add MASM-style formatting support in all modes</title>
<updated>2026-07-05T00:08:38+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2026-05-31T05:51:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=9b24ada2c3a7afa42448fff7ee441ad983530d88'/>
<id>9b24ada2c3a7afa42448fff7ee441ad983530d88</id>
<content type='text'>
this includes a mildly nightmarish bit of test harness to compare
against ml.exe/ml64.exe/dumpbin.exe, which in turn chased out a bunch of
bugs. yay!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this includes a mildly nightmarish bit of test harness to compare
against ml.exe/ml64.exe/dumpbin.exe, which in turn chased out a bunch of
bugs. yay!
</pre>
</div>
</content>
</entry>
<entry>
<title>the weird 64b movq thing was a capstone bug all along?!</title>
<updated>2026-06-21T16:44:21+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2026-06-06T04:14:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=9c676ba70cdbf0edfeae7b8a13e881724711383b'/>
<id>9c676ba70cdbf0edfeae7b8a13e881724711383b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix several instructions' incorrect memory or op2 size</title>
<updated>2026-06-21T16:44:21+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2026-06-05T08:32:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=e38dbea8cb456758c50f3593287acdca3983889e'/>
<id>e38dbea8cb456758c50f3593287acdca3983889e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rename rne-sae to rn-sae</title>
<updated>2026-06-21T16:44:21+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2026-06-05T08:27:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=a38cba0c4a4ed9a1ed763618e5efe3f4487b1ad0'/>
<id>a38cba0c4a4ed9a1ed763618e5efe3f4487b1ad0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
