<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yaxpeax-arm/src/armv8, branch 0.2.5</title>
<subtitle>yaxpeax arm decoder</subtitle>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/'/>
<entry>
<title>improve msr register decoding</title>
<updated>2024-03-10T02:00:42+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2024-03-10T02:00:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=57aa49ef6b0b5cfc040606a4e2b2f2d097d8aee4'/>
<id>57aa49ef6b0b5cfc040606a4e2b2f2d097d8aee4</id>
<content type='text'>
"improve" rather than "fix" as `pstate.0x3` is hardly as useful as
`msr uao, #3`. but the "pstate field" that had been decoded before was
totally incorrect.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
"improve" rather than "fix" as `pstate.0x3` is hardly as useful as
`msr uao, #3`. but the "pstate field" that had been decoded before was
totally incorrect.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix armv8 a64 decoder hint instructions</title>
<updated>2024-03-10T01:59:54+00:00</updated>
<author>
<name>belovdv</name>
<email>70999565+belovdv@users.noreply.github.com</email>
</author>
<published>2024-03-07T17:48:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=098b030310a2b6dcc778c2e1cc765be2b3b5e95a'/>
<id>098b030310a2b6dcc778c2e1cc765be2b3b5e95a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix no_std builds</title>
<updated>2022-04-08T13:09:30+00:00</updated>
<author>
<name>Mitchell Johnson</name>
<email>ehntoo@ehntoo.org</email>
</author>
<published>2022-04-07T02:13:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=434508ca1a5ee2f4bf0f1e3b9f01c5e4e167efa2'/>
<id>434508ca1a5ee2f4bf0f1e3b9f01c5e4e167efa2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix docs that failed to build</title>
<updated>2022-01-02T20:46:28+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2022-01-02T20:46:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=514eae8d01163f9550046054f2d3accc00df972c'/>
<id>514eae8d01163f9550046054f2d3accc00df972c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>document the crate</title>
<updated>2022-01-02T08:01:55+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2022-01-02T08:01:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=39f183cb5ea8f5514a0010b9b9a43f2d449567cd'/>
<id>39f183cb5ea8f5514a0010b9b9a43f2d449567cd</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>capstone/yax differences, test pac more comprehensively</title>
<updated>2022-01-02T00:04:09+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2022-01-02T00:04:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=3514ebc8fac92395536026b0e6f4845cff672eca'/>
<id>3514ebc8fac92395536026b0e6f4845cff672eca</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix float formatter</title>
<updated>2022-01-01T21:20:03+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2022-01-01T21:20:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=22cbf99292d009c89a6e13c91f901c838a81180d'/>
<id>22cbf99292d009c89a6e13c91f901c838a81180d</id>
<content type='text'>
integer floats need a .0, the rest get default precision
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
integer floats need a .0, the rest get default precision
</pre>
</div>
</content>
</entry>
<entry>
<title>more inconvenient test case handling</title>
<updated>2022-01-01T10:22:43+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2022-01-01T10:22:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=3b834ed7b77cadb09e2f37fd6234f24925b875b8'/>
<id>3b834ed7b77cadb09e2f37fd6234f24925b875b8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test expectation cleanup</title>
<updated>2022-01-01T09:13:12+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2022-01-01T09:13:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=eb867d51ed8ad3b45d710f4ae3eb2fbb52605cb6'/>
<id>eb867d51ed8ad3b45d710f4ae3eb2fbb52605cb6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>start getting the msr/hint situation under control</title>
<updated>2022-01-01T08:09:56+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2022-01-01T08:09:56+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=f6bcab9efe9df410187b8b271f45487c916f602a'/>
<id>f6bcab9efe9df410187b8b271f45487c916f602a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
