<feed xmlns='http://www.w3.org/2005/Atom'>
<title>yaxpeax-arm/differential-tests/tests, branch no-gods-no-</title>
<subtitle>yaxpeax arm decoder</subtitle>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/'/>
<entry>
<title>tag instruction decode fixes, differential test precision</title>
<updated>2025-10-19T23:29:05+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2025-10-19T20:50:09+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=153b5b3383d016a8a1440b2b932815efed25f847'/>
<id>153b5b3383d016a8a1440b2b932815efed25f847</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support the rest of PAC instructions. compare to a more recent capstone</title>
<updated>2025-05-25T05:41:28+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2025-05-25T05:27:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=614d7e8bc6325dd3e632b3e83da627fa6ff9f31a'/>
<id>614d7e8bc6325dd3e632b3e83da627fa6ff9f31a</id>
<content type='text'>
capstone-rs currently binds an old capstone (4.0), where capstone 5.0 is
where much of the armv8.2+ implementation was ported over from LLVM. so,
differential testing is now pointed to a capstone-rs fork pending the
merge of https://github.com/capstone-rust/capstone-rs/pull/172
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
capstone-rs currently binds an old capstone (4.0), where capstone 5.0 is
where much of the armv8.2+ implementation was ported over from LLVM. so,
differential testing is now pointed to a capstone-rs fork pending the
merge of https://github.com/capstone-rust/capstone-rs/pull/172
</pre>
</div>
</content>
</entry>
<entry>
<title>run non-panicking tests with a horkton of parallelism</title>
<updated>2024-03-17T18:20:39+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2024-03-17T18:20:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=9d60c5ed015f2739f2696e2c8150beb25421fc3f'/>
<id>9d60c5ed015f2739f2696e2c8150beb25421fc3f</id>
<content type='text'>
they run in minute or so now

and the thumb mode panics....???
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
they run in minute or so now

and the thumb mode panics....???
</pre>
</div>
</content>
</entry>
<entry>
<title>differential test: more refinement on exceptions</title>
<updated>2024-03-17T17:40:41+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2024-03-17T17:40:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=96cac06673bfb2c9fb6ea2da4bee4f0ed0f9b055'/>
<id>96cac06673bfb2c9fb6ea2da4bee4f0ed0f9b055</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>resolve warnings, make textual disassembly in differential tests a little faster</title>
<updated>2024-03-17T09:41:59+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2024-03-17T09:41:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=9835e702110eeed2f1fa498cd01c9751612b76a0'/>
<id>9835e702110eeed2f1fa498cd01c9751612b76a0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>differential tests: unnecessary mut</title>
<updated>2024-03-17T09:21:47+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2024-03-17T09:21:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=3479c054c06b69c001096a059f6ced24eba1d56c'/>
<id>3479c054c06b69c001096a059f6ced24eba1d56c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>differential test: use raw capstone interface to avoid reallocating cs_insn</title>
<updated>2024-03-17T08:58:26+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2024-03-17T08:58:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=1840e5e026b1e1c7f61f1c5a2cade4dc2deda4c4'/>
<id>1840e5e026b1e1c7f61f1c5a2cade4dc2deda4c4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>differential test: atomic adds are relaxed, dont need specific ordering</title>
<updated>2024-03-17T08:57:24+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2024-03-17T08:57:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=6ed26619c09e1d43572e17642e89161ab8e429b0'/>
<id>6ed26619c09e1d43572e17642e89161ab8e429b0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>differential tests: more unneeded special cases</title>
<updated>2024-03-17T08:49:55+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2024-03-17T08:49:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=85456e92b038f6e7c75c8714fb8dd4331e813c79'/>
<id>85456e92b038f6e7c75c8714fb8dd4331e813c79</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>differential tests: width-aware immediate parsing</title>
<updated>2024-03-17T08:49:03+00:00</updated>
<author>
<name>iximeow</name>
<email>me@iximeow.net</email>
</author>
<published>2024-03-17T08:49:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.iximeow.net/yaxpeax-arm/commit/?id=a5742df07225c1063df5246b760951774290e87a'/>
<id>a5742df07225c1063df5246b760951774290e87a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
