<feed xmlns='http://www.w3.org/2005/Atom'>
<title>chrysalide.git/plugins/ropgadgets, branch r612-disrupted_base</title>
<subtitle>Chrysalide - Reverse Engineering Factory</subtitle>
<link rel='alternate' type='text/html' href='https://git.0xdeadc0de.fr/cgi-bin/cgit.cgi/chrysalide.git/'/>
<entry>
<title>Fixed most of the warnings about use of uninitialized data.</title>
<updated>2015-11-11T23:05:36Z</updated>
<author>
<name>Cyrille Bagard</name>
<email>nocbos@gmail.com</email>
</author>
<published>2015-11-11T23:05:36Z</published>
<link rel='alternate' type='text/html' href='https://git.0xdeadc0de.fr/cgi-bin/cgit.cgi/chrysalide.git/commit/?id=355a7140932b77d351bc6ddd965608b0011af855'/>
<id>355a7140932b77d351bc6ddd965608b0011af855</id>
<content type='text'>
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@607 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@607 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
</pre>
</div>
</content>
</entry>
<entry>
<title>Fixed all remaining gtk warnings about deprecated declarations.</title>
<updated>2015-10-10T00:31:50Z</updated>
<author>
<name>Cyrille Bagard</name>
<email>nocbos@gmail.com</email>
</author>
<published>2015-10-10T00:31:50Z</published>
<link rel='alternate' type='text/html' href='https://git.0xdeadc0de.fr/cgi-bin/cgit.cgi/chrysalide.git/commit/?id=8afd8490dcb695c5e1ab7c55d2305e6af7c97212'/>
<id>8afd8490dcb695c5e1ab7c55d2305e6af7c97212</id>
<content type='text'>
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@590 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@590 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
</pre>
</div>
</content>
</entry>
<entry>
<title>Extended the prototype for matching formats in order to get it suitable for plugins.</title>
<updated>2015-09-19T22:28:42Z</updated>
<author>
<name>Cyrille Bagard</name>
<email>nocbos@gmail.com</email>
</author>
<published>2015-09-19T22:28:42Z</published>
<link rel='alternate' type='text/html' href='https://git.0xdeadc0de.fr/cgi-bin/cgit.cgi/chrysalide.git/commit/?id=0e3059731d9687027c913135b3b856596c49a689'/>
<id>0e3059731d9687027c913135b3b856596c49a689</id>
<content type='text'>
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@577 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@577 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
</pre>
</div>
</content>
</entry>
<entry>
<title>Created an interface from the original GBinContent object.</title>
<updated>2015-09-11T20:40:24Z</updated>
<author>
<name>Cyrille Bagard</name>
<email>nocbos@gmail.com</email>
</author>
<published>2015-09-11T20:40:24Z</published>
<link rel='alternate' type='text/html' href='https://git.0xdeadc0de.fr/cgi-bin/cgit.cgi/chrysalide.git/commit/?id=18648e4e8763a3bc005d6fae51eae3d1528d7d29'/>
<id>18648e4e8763a3bc005d6fae51eae3d1528d7d29</id>
<content type='text'>
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@576 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@576 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
</pre>
</div>
</content>
</entry>
<entry>
<title>Extended the loading process of binary formats to prepare the DWARF support.</title>
<updated>2015-08-12T19:05:31Z</updated>
<author>
<name>Cyrille Bagard</name>
<email>nocbos@gmail.com</email>
</author>
<published>2015-08-12T19:05:31Z</published>
<link rel='alternate' type='text/html' href='https://git.0xdeadc0de.fr/cgi-bin/cgit.cgi/chrysalide.git/commit/?id=4b2f65ed2125cd7b6ef598cf02738f6c839d8935'/>
<id>4b2f65ed2125cd7b6ef598cf02738f6c839d8935</id>
<content type='text'>
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@568 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@568 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
</pre>
</div>
</content>
</entry>
<entry>
<title>Replaced all remaining raw accesses to binary contents with the GBinContent wrapper in binary formats.</title>
<updated>2015-07-24T18:43:55Z</updated>
<author>
<name>Cyrille Bagard</name>
<email>nocbos@gmail.com</email>
</author>
<published>2015-07-24T18:43:55Z</published>
<link rel='alternate' type='text/html' href='https://git.0xdeadc0de.fr/cgi-bin/cgit.cgi/chrysalide.git/commit/?id=156d2e2f6beda2302552ac79678494d914fda05b'/>
<id>156d2e2f6beda2302552ac79678494d914fda05b</id>
<content type='text'>
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@555 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@555 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
</pre>
</div>
</content>
</entry>
<entry>
<title>Used the binary contents a little bit more.</title>
<updated>2015-07-16T00:17:48Z</updated>
<author>
<name>Cyrille Bagard</name>
<email>nocbos@gmail.com</email>
</author>
<published>2015-07-16T00:17:48Z</published>
<link rel='alternate' type='text/html' href='https://git.0xdeadc0de.fr/cgi-bin/cgit.cgi/chrysalide.git/commit/?id=a61f089babe336b012da31a494b0f7470b6e1a9a'/>
<id>a61f089babe336b012da31a494b0f7470b6e1a9a</id>
<content type='text'>
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@551 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@551 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
</pre>
</div>
</content>
</entry>
<entry>
<title>Moved the project information into the analysis domain.</title>
<updated>2015-07-14T20:36:35Z</updated>
<author>
<name>Cyrille Bagard</name>
<email>nocbos@gmail.com</email>
</author>
<published>2015-07-14T20:36:35Z</published>
<link rel='alternate' type='text/html' href='https://git.0xdeadc0de.fr/cgi-bin/cgit.cgi/chrysalide.git/commit/?id=46c8fd10ec5bff1ee1146a0b6a7aa7eb9f47a2da'/>
<id>46c8fd10ec5bff1ee1146a0b6a7aa7eb9f47a2da</id>
<content type='text'>
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@550 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@550 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
</pre>
</div>
</content>
</entry>
<entry>
<title>Defined AIF_RETURN_POINT to replace the previous 'return' accessors.</title>
<updated>2015-07-12T01:57:23Z</updated>
<author>
<name>Cyrille Bagard</name>
<email>nocbos@gmail.com</email>
</author>
<published>2015-07-12T01:57:23Z</published>
<link rel='alternate' type='text/html' href='https://git.0xdeadc0de.fr/cgi-bin/cgit.cgi/chrysalide.git/commit/?id=ba1d7ae3ae3c82ab2c3d23a900c16baff6f8ca26'/>
<id>ba1d7ae3ae3c82ab2c3d23a900c16baff6f8ca26</id>
<content type='text'>
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@546 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@546 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
</pre>
</div>
</content>
</entry>
<entry>
<title>Provided a way to look for ROP gadgets in binary code.</title>
<updated>2015-05-11T00:58:05Z</updated>
<author>
<name>Cyrille Bagard</name>
<email>nocbos@gmail.com</email>
</author>
<published>2015-05-11T00:58:05Z</published>
<link rel='alternate' type='text/html' href='https://git.0xdeadc0de.fr/cgi-bin/cgit.cgi/chrysalide.git/commit/?id=46bcc7f122245f22772fd3e38d16e6afa7bd5881'/>
<id>46bcc7f122245f22772fd3e38d16e6afa7bd5881</id>
<content type='text'>
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@533 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@533 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
</pre>
</div>
</content>
</entry>
</feed>
