Skip to content

Slay3r00/OSX_Forensics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

OSX_Forensics

Includes scripts investigating OSX systems.

Change process

Creating Tools

Create a new folder, add a small README.md saying what it does or why.

Create a requirements.txt with whatever python libraries your code needs.

Modifying Tools

If you add a new 3rd-party import, update the requirements.txt in the same folder.

Committing your changes

Create a local branch with a unique name:

git checkout -b myChange

Stage and commit your changes:

git add -ip
git commit -m "Some small message here"

Push your branch to the remote:

git push --set-upstream origin myChange

Create a pull request.

Get someone to review and approve it.

Merge it.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published