<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yaxpeax-x86, branch 0.1.4</title>
<subtitle>yaxpeax x86 decoder</subtitle>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/'/>
<entry>
<title>fix decoding of rex-prefixed modrm+sib operands selecting index 0b100 and base 0b101</title>
<updated>2020-11-20T02:13:24+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-11-20T02:13:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=81e9b93aab9217cf7cb508f64b19fc1c0df024b5'/>
<id>81e9b93aab9217cf7cb508f64b19fc1c0df024b5</id>
<content type='text'>
for memory operands with a base, index, and displacement either
the wrong base would be selected (register number ignored, so only
`*ax` or `r8*` would be reported), or yaxpeax-x86 would report a
base register is present when it is not (`RegIndexBaseScaleDisp`
when the operand is actually `RegScaleDisp`)

thank you to Evan Johnson for catching and reporting this bug!

also bump crate version to 0.1.4 as this will be immediately tagged and
released.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
for memory operands with a base, index, and displacement either
the wrong base would be selected (register number ignored, so only
`*ax` or `r8*` would be reported), or yaxpeax-x86 would report a
base register is present when it is not (`RegIndexBaseScaleDisp`
when the operand is actually `RegScaleDisp`)

thank you to Evan Johnson for catching and reporting this bug!

also bump crate version to 0.1.4 as this will be immediately tagged and
released.
</pre>
</div>
</content>
</entry>
<entry>
<title>Update README.md (#5)</title>
<updated>2020-10-27T08:00:14+00:00</updated>
<author>
<name>Jan</name>
<email>janbrennen@gmail.com</email>
</author>
<published>2020-10-02T16:05:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=e3a400b7a96284d1394cd710ea3bcee01dbfe95f'/>
<id>e3a400b7a96284d1394cd710ea3bcee01dbfe95f</id>
<content type='text'>
* Update README.md

very typpo</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* Update README.md

very typpo</pre>
</div>
</content>
</entry>
<entry>
<title>fix misdecode of instructions in opcode 0x80</title>
<updated>2020-10-27T07:57:33+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-10-27T07:57:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=39aaebeb48c30b96b4ff8b66663a1452e2571426'/>
<id>39aaebeb48c30b96b4ff8b66663a1452e2571426</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add RegSpec constructors, consts, and const fns</title>
<updated>2020-08-15T20:15:29+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-08-15T20:15:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=fb9ead64e6c7d96c02627b01b6a85921e2d8f7a4'/>
<id>fb9ead64e6c7d96c02627b01b6a85921e2d8f7a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>forgot to strengthen that heading too</title>
<updated>2020-08-15T18:40:59+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-08-15T18:40:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=8ccbdba5fe492cb853f10cfe3c486cdc5a50e6e9'/>
<id>8ccbdba5fe492cb853f10cfe3c486cdc5a50e6e9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add register class constants to allow reasoning about register operands</title>
<updated>2020-08-15T18:39:04+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-08-15T18:38:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=a0b1fddbb55cbab9d482d4f8cffc7ffe87f73864'/>
<id>a0b1fddbb55cbab9d482d4f8cffc7ffe87f73864</id>
<content type='text'>
also bump to 0.1.1
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also bump to 0.1.1
</pre>
</div>
</content>
</entry>
<entry>
<title>inaugural 0.1.0 release!</title>
<updated>2020-08-10T03:49:12+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-08-10T03:49:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=6248d3c5f7dd196acdfce5c0da1608fed81b43cd'/>
<id>6248d3c5f7dd196acdfce5c0da1608fed81b43cd</id>
<content type='text'>
add doc comments for public items, record changelog, and lets ship this!!
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
add doc comments for public items, record changelog, and lets ship this!!
</pre>
</div>
</content>
</entry>
<entry>
<title>adjust public interface: public items should all be stable</title>
<updated>2020-08-10T03:43:42+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-08-10T03:43:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=8f857a2fcbdfc7315cd09c0a4ac372b3ec92b538'/>
<id>8f857a2fcbdfc7315cd09c0a4ac372b3ec92b538</id>
<content type='text'>
`OperandCode` (obviously) wildly varies depending on how i feel on a
given week, so it's now hidden to avoid people depending on numerical
values of its discriminants.

`RegisterBank` got a similar treatment with a new `RegisterClass` struct
that's suitable for public use.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
`OperandCode` (obviously) wildly varies depending on how i feel on a
given week, so it's now hidden to avoid people depending on numerical
values of its discriminants.

`RegisterBank` got a similar treatment with a new `RegisterClass` struct
that's suitable for public use.
</pre>
</div>
</content>
</entry>
<entry>
<title>reject instructions made invalid by lock prefixes</title>
<updated>2020-08-10T02:47:08+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-08-10T02:47:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=f523478b3c6f5f29f600368afb1b84c9f5a41eba'/>
<id>f523478b3c6f5f29f600368afb1b84c9f5a41eba</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support salc, get segment register numbers right</title>
<updated>2020-08-10T02:25:07+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-08-10T02:25:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=57ff56d8b5c3a3fa4f1d7f4881afbe2ce8e47cfd'/>
<id>57ff56d8b5c3a3fa4f1d7f4881afbe2ce8e47cfd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
