<feed xmlns='http://www.w3.org/2005/Atom'>
<title>botw/tools/check.py, branch master</title>
<subtitle>Decompilation of The Legend of Zelda: Breath of the Wild (Switch v1.5.0)</subtitle>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/'/>
<entry>
<title>Remove old tools/check.py</title>
<updated>2021-07-31T10:42:14+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2021-07-31T10:40:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=80bf9236a3e687e853c66a5a8aef4be1d40ba461'/>
<id>80bf9236a3e687e853c66a5a8aef4be1d40ba461</id>
<content type='text'>
RIP check.py 2020-2021
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
RIP check.py 2020-2021
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/check: Improve error reporting</title>
<updated>2020-11-11T16:00:25+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2020-11-11T14:15:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=b53135a885fac555563329347c4eb331369e6196'/>
<id>b53135a885fac555563329347c4eb331369e6196</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/check: Only print mismatch details if they exist</title>
<updated>2020-11-10T23:58:58+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2020-11-10T23:58:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=b4178ad2b953651f7622021a4372adbe502e4ad2'/>
<id>b4178ad2b953651f7622021a4372adbe502e4ad2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: Print mismatch cause</title>
<updated>2020-11-10T20:35:58+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2020-11-10T20:10:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=7e7a76f92695535c31618879ebb23753e72dc822'/>
<id>7e7a76f92695535c31618879ebb23753e72dc822</id>
<content type='text'>
Makes it easier to identify what's wrong.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Makes it easier to identify what's wrong.
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: Add script to automatically identify matches</title>
<updated>2020-11-09T22:46:57+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2020-11-09T16:31:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=ce5ff176669091bf530667f7230618516eeab629'/>
<id>ce5ff176669091bf530667f7230618516eeab629</id>
<content type='text'>
Given a list L of functions to identify and a small list of
candidates C, this tool will attempt to automatically identify matches
by checking each function in L against each function in C.

Very slow, but this should work well enough for small lists.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Given a list L of functions to identify and a small list of
candidates C, this tool will attempt to automatically identify matches
by checking each function in L against each function in C.

Very slow, but this should work well enough for small lists.
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: Do not use a global capstone disassembler instance</title>
<updated>2020-11-09T20:23:23+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2020-11-09T19:02:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=844db4220c46653e6d36e49bc75a091c34939fa6'/>
<id>844db4220c46653e6d36e49bc75a091c34939fa6</id>
<content type='text'>
Instead, use one instance per function checker.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead, use one instance per function checker.
</pre>
</div>
</content>
</entry>
<entry>
<title>tools: Deduplicate code</title>
<updated>2020-11-09T18:16:37+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2020-11-09T18:13:35+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=5d09d99b1bbee904b03e3f0b86cf166d5aea2c2a'/>
<id>5d09d99b1bbee904b03e3f0b86cf166d5aea2c2a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/check: Handle address differences for str/stp as well</title>
<updated>2020-11-07T00:32:31+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2020-11-07T00:32:02+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=f918d1f805a6e4decf14c1f3146efeb16bde8eaf'/>
<id>f918d1f805a6e4decf14c1f3146efeb16bde8eaf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/check: Avoid recreating capstone instances all the time</title>
<updated>2020-11-01T16:01:09+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2020-11-01T16:01:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=c6ff7af2b07080ba1515500dc5f199328b9fdb2c'/>
<id>c6ff7af2b07080ba1515500dc5f199328b9fdb2c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>tools/check: Fix adrp_pair_registers not being updated for identical instructions</title>
<updated>2020-11-01T15:57:58+00:00</updated>
<author>
<name>Léo Lam</name>
<email>leo@leolam.fr</email>
</author>
<published>2020-11-01T15:57:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.dog6.net/botw/commit/?id=41cd5cceeab0dae2da4bad0a778b590c4f556d97'/>
<id>41cd5cceeab0dae2da4bad0a778b590c4f556d97</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
