olibre / dfxml

Digital Forensics XML project and library

Home Page:http://www.forensicswiki.org/wiki/Category:Digital_Forensics_XML

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DFXML tools

python/ - tools in Python
src/    - tools in C

================================================================
To get back on master:


Summary:
$ git checkout -b newbranch
$ git checkout master
$ git merge newbranch
$ git branch -d newbranch

or:

$ git checkout -b tmp  ; git checkout master ; git merge tmp ; git branch -d tmp ; git push git@github.com:simsong/dfxml.git master

About

Digital Forensics XML project and library

http://www.forensicswiki.org/wiki/Category:Digital_Forensics_XML


Languages

Language:Python 79.9%Language:C++ 10.3%Language:Shell 6.2%Language:M4 2.2%Language:Makefile 1.1%Language:C 0.2%