<feed xmlns='http://www.w3.org/2005/Atom'>
<title>substitute/test, branch master</title>
<subtitle>Runtime hooking library</subtitle>
<link rel='alternate' type='text/html' href='http://git.shotatoshounenwachigau.moe/vita/substitute/'/>
<entry>
<title>I don't remember what this test is for</title>
<updated>2016-11-16T02:58:33+00:00</updated>
<author>
<name>comex</name>
</author>
<published>2016-11-16T02:58:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.shotatoshounenwachigau.moe/vita/substitute/commit/?id=1d821292ca89ae0d75ec9741c350ea8924137b55'/>
<id>1d821292ca89ae0d75ec9741c350ea8924137b55</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix some ARM stuff including calls, and test it</title>
<updated>2016-11-16T02:57:23+00:00</updated>
<author>
<name>comex</name>
</author>
<published>2016-11-16T02:57:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.shotatoshounenwachigau.moe/vita/substitute/commit/?id=66bd9f17e9467b1eb5d6b2098b02241f03f8bbf6'/>
<id>66bd9f17e9467b1eb5d6b2098b02241f03f8bbf6</id>
<content type='text'>
wow this code sucks
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
wow this code sucks
</pre>
</div>
</content>
</entry>
<entry>
<title>add VEC_STORAGE_INIT_STATIC to match the HTAB one</title>
<updated>2015-08-07T21:17:01+00:00</updated>
<author>
<name>comex</name>
</author>
<published>2015-08-07T21:17:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.shotatoshounenwachigau.moe/vita/substitute/commit/?id=76f0f9a281bb0b01ad3cbbc96d998af58b7dace3'/>
<id>76f0f9a281bb0b01ad3cbbc96d998af58b7dace3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix vec.h bug</title>
<updated>2015-08-07T21:14:23+00:00</updated>
<author>
<name>comex</name>
</author>
<published>2015-08-07T21:14:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.shotatoshounenwachigau.moe/vita/substitute/commit/?id=eba07b47cdf64a1009b77d899f1435cc501e9eaa'/>
<id>eba07b47cdf64a1009b77d899f1435cc501e9eaa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix my hash table algorithm - argh</title>
<updated>2015-07-12T23:25:22+00:00</updated>
<author>
<name>comex</name>
</author>
<published>2015-07-12T23:25:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.shotatoshounenwachigau.moe/vita/substitute/commit/?id=d07d1dd683bcdc70edb26fc38719f38a591f1468'/>
<id>d07d1dd683bcdc70edb26fc38719f38a591f1468</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixes</title>
<updated>2015-07-12T21:49:43+00:00</updated>
<author>
<name>comex</name>
</author>
<published>2015-07-12T21:49:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.shotatoshounenwachigau.moe/vita/substitute/commit/?id=fc1752a7c3e90ec7d604e9a148482c106672c27b'/>
<id>fc1752a7c3e90ec7d604e9a148482c106672c27b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add vec</title>
<updated>2015-03-01T18:20:08+00:00</updated>
<author>
<name>comex</name>
</author>
<published>2015-03-01T18:20:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.shotatoshounenwachigau.moe/vita/substitute/commit/?id=471eb472dbd3462b6a5ab21f85621e16c411709b'/>
<id>471eb472dbd3462b6a5ab21f85621e16c411709b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add extra argument to substitute_hook_functions and interpose_imports for use with unhooking.</title>
<updated>2015-03-01T02:54:23+00:00</updated>
<author>
<name>comex</name>
</author>
<published>2015-03-01T02:54:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.shotatoshounenwachigau.moe/vita/substitute/commit/?id=a976efe67c5f936eb553a0d61b78a311da7224d9'/>
<id>a976efe67c5f936eb553a0d61b78a311da7224d9</id>
<content type='text'>
I think we'll need to explicitly record trampoline locations to avoid
the possibility of stomping on someone else's stuff if the function was
re-patched...

Also, document substitute_hook_functions.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I think we'll need to explicitly record trampoline locations to avoid
the possibility of stomping on someone else's stuff if the function was
re-patched...

Also, document substitute_hook_functions.
</pre>
</div>
</content>
</entry>
<entry>
<title>Add transform-dis-cases-arm64.S and fix a serious bug thus discovered.</title>
<updated>2015-02-23T05:54:14+00:00</updated>
<author>
<name>comex</name>
</author>
<published>2015-02-23T05:52:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.shotatoshounenwachigau.moe/vita/substitute/commit/?id=3ea0b595a9783282c233f0c7910c11688f9ae721'/>
<id>3ea0b595a9783282c233f0c7910c11688f9ae721</id>
<content type='text'>
Commit transform-dis-cases-x86_64.S, which I forgot to earlier.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Commit transform-dis-cases-x86_64.S, which I forgot to earlier.
</pre>
</div>
</content>
</entry>
<entry>
<title>Ban calls within transform regions in threadsafe mode.</title>
<updated>2015-02-23T05:54:13+00:00</updated>
<author>
<name>comex</name>
</author>
<published>2015-02-23T05:41:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.shotatoshounenwachigau.moe/vita/substitute/commit/?id=b63f1dff9dc736f7fa66f04976436f1f3fe2ac5d'/>
<id>b63f1dff9dc736f7fa66f04976436f1f3fe2ac5d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
