Skip to content

Malware Visualization Prototype for Reverse Engineering. Made with Unity3D using Leap Motion and Oculus Rift Packages

Notifications You must be signed in to change notification settings

dannisliang/malwarevis

Repository files navigation

malwarevis


to download git https://windows.github.com/ (for windows)

install github with default settings..... the commands below are for use in the github shell, gihub does include a GUI but I don't recommend it if you would like a GUI try SmartGit

basic git commands

to clone directory
	git clone https://github.com/gigglesninja/malwarevis.git

this will create a local directory under the github folder, default location is Documents\Github

commiting changes
	cd .\malwarvis
		changes directory to push local changes to github

	git add *
		add all local changes (ready for commit)
		
	git commit -m "message"
		commits local changes and adds change messages
		
	git push	
		pushes local changes to remote repository 

before starting work make sure to pull and sync the remote repository to your local
	
	cd .\malwarvis
	
	git pull	

About

Malware Visualization Prototype for Reverse Engineering. Made with Unity3D using Leap Motion and Oculus Rift Packages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published