- Sep 05, 2012
-
-
bdr7fv authored
Fixed some tabbing issues in core/fileir.hpp, added signature for fileir destructor in fileir.hpp. Implement fileir destructor in fileir.cpp. Multiple calls to generate spri no longer eat memory. Former-commit-id: 532c38b749c51e49bfe065590013fe66124d3152
-
bdr7fv authored
Former-commit-id: 725cf44b64bf2c237e117159643e0a58d49b4bd4
-
bdr7fv authored
Former-commit-id: 41a9019296f2de776394a68cc0b6bd263da4ed98
-
- Sep 04, 2012
-
-
bdr7fv authored
Former-commit-id: a977b05616eddd298f11726feef79af7d8649771
-
- Sep 03, 2012
-
-
bdr7fv authored
Former-commit-id: 6468c470dd0e14332604517ef2fe43b8bbe3ec7b
-
bdr7fv authored
Added a tool memcover, for memory coverage preprocessing. The current version is a work in progress. It does not provide annotations for all instructions or all the necessary information for those instructions annotated. Former-commit-id: 88ff8817fb230a6b9f9bc93a565b1d56ce41a4a6
-
- Aug 31, 2012
-
-
an7s authored
Former-commit-id: 5a9c6233815a55a16fa4fa620e10ee17384e0b9d
-
an7s authored
Now handles sqlite3 interception as well Former-commit-id: d9c45ce69de5c927342c4e51984e7ad54a0e1df2
-
bdr7fv authored
Commiting a new version of spasm. Spasm is now more memory efficient, although may be slightly slower. Former-commit-id: 043b962ad65d7fc249f2dd79a07992a44a6007ae
-
bdr7fv authored
Former-commit-id: cbb54b881e5a05be4bc0db449fde242293ad58b0
-
bdr7fv authored
Former-commit-id: bddee58141843e635ef5058210295d07cbe1c746
-
- Aug 30, 2012
-
-
jdh8d authored
Former-commit-id: 6147ea286df2b0d2c521261afcf35e7a1c64a877
-
- Aug 29, 2012
- Aug 28, 2012
- Aug 24, 2012
-
-
an7s authored
stash away sqlite3 internal db into the peasoup subdirectory for each executable Former-commit-id: 4d27014ef29149ab9a384d2474fbec7f4dd0de14
-
an7s authored
cleanup Former-commit-id: b45432d7654a95f6759da87a560c7a465f1a0eef
-
an7s authored
Former-commit-id: 6c0289445ed9f8181820cae07b11a139f4049f10
-
an7s authored
Former-commit-id: 2baed684ad3a06b0c7d5d9b6e60816c1915142c8
-
an7s authored
Former-commit-id: 237f79c5e3316be2a48788ac5042ac8898d5f35d
-
an7s authored
Former-commit-id: ed249b65ac5ae08848b71edb12ff0cf96395cbe0
-
- Aug 23, 2012
-
-
bdr7fv authored
Former-commit-id: 4ede940f860ad49df35b14b2de99d6543b8df78f
-
- Aug 22, 2012
-
-
jdh8d authored
Former-commit-id: 3925cdcce7557a33078cadc64305958387a39cbf
-
- Aug 20, 2012
-
-
bdr7fv authored
Fixed bug in spasm. Spasm was overflowing the bin buffer in getSpri, due to a misplaced check for the "rl" op. Added a few assertions as well to detect issues in the future. Former-commit-id: 7d4127403a958f862caded2da2005e3a924867ea
-
- Aug 17, 2012
-
-
bdr7fv authored
fileir.cpp, when assemblying the assembly registry, destorys any previous existing binary or assembly files, just in case. Former-commit-id: 55819c800e824afaeda2acbe87881dd0d1281202
-
bdr7fv authored
Altered Rewrite_Utility.cpp to use new libIRDB functionality for altering registered instruction keys. This is used for inserting new assembly instructions before an existing instruction. Former-commit-id: 80787a0e3ca51d5cd93f58250ea7cda4871f9e83
-
bdr7fv authored
Included new functionality in fileir to change the key of a registered instruction/assembly pair. This is necessary for some the rewriting I intend to do. Former-commit-id: d9aaec6b317e5d9664fed8e3050e2782c8fd796e
-
bdr7fv authored
Former-commit-id: 64a9cff6d7a51509dbd785932c58310575d79fb3
-
- Aug 16, 2012
-
-
bdr7fv authored
Former-commit-id: b4b7c7ef23662a33672cc7707045d6e783cd8488
-
bdr7fv authored
Former-commit-id: ad5320f6d081034e762b176a8b3a458fd3bbf603
-
bdr7fv authored
fileir now has an assembly registry. If assembling large numbers of instructions, register instructions here to speed up performance in assembly. Instructions are assembled on demand, or when fileir is used to write to the db or to generate spri. Former-commit-id: c92c7aa20ff36df6c01d34f949ea1a4248686b4f
-
- Aug 06, 2012
-
-
jdh8d authored
Former-commit-id: aa0402377fb7f2253102ec40101bd1dfe8327d79
-
- Aug 04, 2012
-
-
jdh8d authored
Former-commit-id: 6505c3f5ee0b4547cd11a015efacf077cb1791e1
-
- Jul 18, 2012
- Jul 16, 2012
-
-
jdh8d authored
Former-commit-id: ad2e710b7db7ea454d2d0d08b63a8aca99a902ea
-
- Jul 13, 2012