evm
7f76ccf794
Bugfixes from release process
2022-12-23 17:04:11 -05:00
evm
edef8dadb5
One more dir fix
2022-12-20 17:04:07 -05:00
evm
ae7979a013
Fixed extra directories
2022-12-20 17:03:14 -05:00
evm
34317e9d72
Initial commit of codecut-gui and deepcut from JHU/APL & DARPA open source review
2022-12-20 16:57:33 -05:00
Osborn, Justin D
0373f7a84b
Moving old IDA version to make room for Ghidra version
2022-12-15 17:04:20 -05:00
evm-apl
e70b9366e7
Merge pull request #2 from joxeankoret/master
...
Port to Python 3.X
2020-01-13 14:45:44 -05:00
joxeankoret@yahoo.es
f9c44f20c6
Minor mods
2020-01-08 13:22:59 +01:00
joxeankoret@yahoo.es
1fd96f8f9d
Added 2 GUI examples
2020-01-08 12:30:15 +01:00
joxeankoret@yahoo.es
4cfba49c5e
Ported to Python 3.X
2019-12-09 18:52:28 +01:00
evm
94201ea3d8
Merge branch 'master' of https://github.com/JHUAPL/CodeCut
2019-10-30 15:05:21 -04:00
evm
23c4412561
Merge branch 'tmr232-master'
2019-10-30 15:00:48 -04:00
evm
a816b65d9c
Merge branch 'master' of https://github.com/tmr232/CodeCut into tmr232-master
2019-10-30 15:00:12 -04:00
evm
a82081611f
Make LFA modules contiguous, source file names in .csv output for easier comparison between LFA and MC
2019-10-30 14:44:19 -04:00
Tamir Bahar
a80a4decd9
File location fix.
...
Sometimes the executable is in a non-writable directory, but the IDB is
always in a writable one.
2019-09-23 10:57:14 +03:00
Tamir Bahar
7949fe9b28
Added string escaping, forced naming
...
- When using strings with "quotes" in them, the code would generate invalid
GraphViz files & renaming scripts. Strings are now escaped using `json.dumps()`
for the GraphViz file and `repr()` for the rename scripts.
- IDA is quite strict about the characters allowed in function names. This means
that spaces and special characters cannot be used. To go around that, we now
use `ida_name.force_name()` to force IDA to accept the name. It will render
underscores (`_`) instead of the special characters.
2019-09-04 12:13:27 +03:00
evm
cf7d631bf4
Added MaxCut algorithm. Removed support for IDA 6.x
2019-08-29 16:32:26 -04:00
evm
54246a2ecf
Revert "Added MaxCut algorithm. Removed support for IDA 6.x"
...
This reverts commit 2f0073c8dd .
2019-08-29 16:27:28 -04:00
evm
2f0073c8dd
Added MaxCut algorithm. Removed support for IDA 6.x
2019-08-29 16:13:47 -04:00
evm
bdd4be2c27
Shmoocon Slides - added description of Max Cut algorithm
2019-01-21 17:06:28 -05:00
evm
7f064e31df
Fixed wrong api for functions (idc instead of ida_funcs)
2018-12-06 15:56:17 -05:00
evm
d10928f228
Initial commit - LFA code, basicutils for IDA 6.x and 7.x, CodeCut dataset
...
from JHU/APL open source release approved 10/29/18.
2018-10-29 15:24:34 -04:00