<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yaxpeax-x86/test, branch 0.0.11</title>
<subtitle>yaxpeax x86 decoder</subtitle>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/'/>
<entry>
<title>add width() to ask width of an x86 operand</title>
<updated>2020-05-03T20:54:02+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-05-03T20:54:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=876fc7449cf862e7ffe788885fb7d4209ad2eb5d'/>
<id>876fc7449cf862e7ffe788885fb7d4209ad2eb5d</id>
<content type='text'>
this is largely wrong for memory operands, which require more invasive changes
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this is largely wrong for memory operands, which require more invasive changes
</pre>
</div>
</content>
</entry>
<entry>
<title>that instruction is cwd, not cbd</title>
<updated>2020-05-03T20:52:39+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-05-03T20:52:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=c9df7910c914d04644aee660d48de1245467f384'/>
<id>c9df7910c914d04644aee660d48de1245467f384</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>bump yaxpeax-arch to 0.0.4, use AddressDiff, fix warnings in ffi</title>
<updated>2020-05-03T20:38:08+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-05-03T20:38:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=79388a4ff09fe21d31fe41a68e59a92263c2eea5'/>
<id>79388a4ff09fe21d31fe41a68e59a92263c2eea5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>yaxpeax-x86 decodes in 32-bit mode now</title>
<updated>2020-03-22T20:41:05+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-03-22T20:41:05+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=0551aa5998226769e64b9e47ba1906c7a0cc3270'/>
<id>0551aa5998226769e64b9e47ba1906c7a0cc3270</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unused function</title>
<updated>2020-02-23T01:00:23+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-02-23T01:00:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=8f363fcdb3fd8cd588b787874ea94b6fb83dff39'/>
<id>8f363fcdb3fd8cd588b787874ea94b6fb83dff39</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support most avx operand codes</title>
<updated>2020-02-23T00:21:03+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-02-23T00:21:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=f3d8bb582c1c3e97d8002975a3da6223b263b40f'/>
<id>f3d8bb582c1c3e97d8002975a3da6223b263b40f</id>
<content type='text'>
avx is still incomplete, but less so

avx is still practically untested
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
avx is still incomplete, but less so

avx is still practically untested
</pre>
</div>
</content>
</entry>
<entry>
<title>fix {jmp,call} &lt;reg&gt;, as well as jmpf/callf</title>
<updated>2020-02-22T23:38:41+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-02-22T23:38:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=802679e4f8362d3c819b83223854c638cc8f2b7f'/>
<id>802679e4f8362d3c819b83223854c638cc8f2b7f</id>
<content type='text'>
also support vmxon to finish out the f30f opcode map

add tests for forms of inc/dec, as well as TODOs, as yaxpeax-x86 doesn't
provide a way to distinguish different operand sizes (yet)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
also support vmxon to finish out the f30f opcode map

add tests for forms of inc/dec, as well as TODOs, as yaxpeax-x86 doesn't
provide a way to distinguish different operand sizes (yet)
</pre>
</div>
</content>
</entry>
<entry>
<title>more sse/sse2 support</title>
<updated>2020-02-22T23:12:37+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-02-22T23:12:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=d1787896dacc4821ebf399508472b3985ab2a232'/>
<id>d1787896dacc4821ebf399508472b3985ab2a232</id>
<content type='text'>
largely f20f/f30f opcode map items
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
largely f20f/f30f opcode map items
</pre>
</div>
</content>
</entry>
<entry>
<title>add vmclear test</title>
<updated>2020-02-22T08:53:41+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-02-22T08:53:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=cb6a086884adc0ea2119f5619f3616e31f34ffa5'/>
<id>cb6a086884adc0ea2119f5619f3616e31f34ffa5</id>
<content type='text'>
this instruction is decoded with the sse2 660f map but not actually added in sse2
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this instruction is decoded with the sse2 660f map but not actually added in sse2
</pre>
</div>
</content>
</entry>
<entry>
<title>support 660f sse2 instructions</title>
<updated>2020-02-22T08:52:38+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2020-02-22T08:51:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-x86/commit/?id=33c520341b373ac18e7924eb9227615ac65c2618'/>
<id>33c520341b373ac18e7924eb9227615ac65c2618</id>
<content type='text'>
this isn't quite all of sse2, but gets close. the f20f opcode map still
needs some touching up.

also fix `G_E_xmm_Ib` not respecting rex.r for the rrr operand
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this isn't quite all of sse2, but gets close. the f20f opcode map still
needs some touching up.

also fix `G_E_xmm_Ib` not respecting rex.r for the rrr operand
</pre>
</div>
</content>
</entry>
</feed>
