├── LICENSE ├── README.md ├── RECLASSIFY.py ├── RECLASSIFY ├── HeuristicReasoning.py ├── InforExtraction.py ├── StaticTaintAnalysis.py ├── UML Editor │ ├── css │ │ ├── bootstrap.min.css │ │ ├── joint.min.css │ │ └── main.css │ ├── fonts │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.svg │ │ ├── glyphicons-halflings-regular.ttf │ │ ├── glyphicons-halflings-regular.woff │ │ └── glyphicons-halflings-regular.woff2 │ ├── index.html │ └── js │ │ ├── backbone.js │ │ ├── bootstrap.min.js │ │ ├── dagre.min.js │ │ ├── graphlib.min.js │ │ ├── joint.min.js │ │ ├── jquery.js │ │ ├── lodash.js │ │ └── main.js ├── analyzer.py ├── analyzerWithRtti.py └── cfg.py └── img ├── EditClass.jpg ├── EditLink.jpg ├── RTTI.jpg ├── UMLEditor.jpg └── WithoutRTTI.jpg /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/README.md -------------------------------------------------------------------------------- /RECLASSIFY.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/RECLASSIFY.py -------------------------------------------------------------------------------- /RECLASSIFY/HeuristicReasoning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/RECLASSIFY/HeuristicReasoning.py -------------------------------------------------------------------------------- /RECLASSIFY/InforExtraction.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/RECLASSIFY/InforExtraction.py -------------------------------------------------------------------------------- /RECLASSIFY/StaticTaintAnalysis.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/RECLASSIFY/StaticTaintAnalysis.py -------------------------------------------------------------------------------- /RECLASSIFY/UML Editor/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/RECLASSIFY/UML Editor/css/bootstrap.min.css -------------------------------------------------------------------------------- /RECLASSIFY/UML Editor/css/joint.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/RECLASSIFY/UML Editor/css/joint.min.css -------------------------------------------------------------------------------- /RECLASSIFY/UML Editor/css/main.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/RECLASSIFY/UML Editor/css/main.css -------------------------------------------------------------------------------- /RECLASSIFY/UML Editor/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/RECLASSIFY/UML Editor/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /RECLASSIFY/UML Editor/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/RECLASSIFY/UML Editor/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /RECLASSIFY/UML Editor/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/RECLASSIFY/UML Editor/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /RECLASSIFY/UML Editor/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/RECLASSIFY/UML Editor/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /RECLASSIFY/UML Editor/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/RECLASSIFY/UML Editor/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /RECLASSIFY/UML Editor/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/RECLASSIFY/UML Editor/index.html -------------------------------------------------------------------------------- /RECLASSIFY/UML Editor/js/backbone.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/RECLASSIFY/UML Editor/js/backbone.js -------------------------------------------------------------------------------- /RECLASSIFY/UML Editor/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/RECLASSIFY/UML Editor/js/bootstrap.min.js -------------------------------------------------------------------------------- /RECLASSIFY/UML Editor/js/dagre.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/RECLASSIFY/UML Editor/js/dagre.min.js -------------------------------------------------------------------------------- /RECLASSIFY/UML Editor/js/graphlib.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/RECLASSIFY/UML Editor/js/graphlib.min.js -------------------------------------------------------------------------------- /RECLASSIFY/UML Editor/js/joint.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/RECLASSIFY/UML Editor/js/joint.min.js -------------------------------------------------------------------------------- /RECLASSIFY/UML Editor/js/jquery.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/RECLASSIFY/UML Editor/js/jquery.js -------------------------------------------------------------------------------- /RECLASSIFY/UML Editor/js/lodash.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/RECLASSIFY/UML Editor/js/lodash.js -------------------------------------------------------------------------------- /RECLASSIFY/UML Editor/js/main.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/RECLASSIFY/UML Editor/js/main.js -------------------------------------------------------------------------------- /RECLASSIFY/analyzer.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/RECLASSIFY/analyzer.py -------------------------------------------------------------------------------- /RECLASSIFY/analyzerWithRtti.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/RECLASSIFY/analyzerWithRtti.py -------------------------------------------------------------------------------- /RECLASSIFY/cfg.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/RECLASSIFY/cfg.py -------------------------------------------------------------------------------- /img/EditClass.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/img/EditClass.jpg -------------------------------------------------------------------------------- /img/EditLink.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/img/EditLink.jpg -------------------------------------------------------------------------------- /img/RTTI.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/img/RTTI.jpg -------------------------------------------------------------------------------- /img/UMLEditor.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/img/UMLEditor.jpg -------------------------------------------------------------------------------- /img/WithoutRTTI.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/d1nn3r/RECLASSIFY/HEAD/img/WithoutRTTI.jpg --------------------------------------------------------------------------------