Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

geoffblack/dfxml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 75.5%
  • C++ 14.9%
  • Shell 6.7%
  • C 2.9%