DModule/Download
From DevDracoBlue
DModule-Docs • Download • Projects • Coding Style • API • Values • Defines • Modules • Tutorial • Commandline
Contents |
Download stable version
If you want to get latest version, check dracoblue.net-download section.
- Latest (beta) version: 0.13 (Changelog)
- Direct Download: dmodule_0_13.zip
- feature request: Feature Request
Getting latest version via GIT
You can also get latest (unstable) version from the free git client.
Setting up your enviroment
(This example is based on GTAT repository) You will need newest DModule (in this example i suggest to download stable *.zip version)
project directory
- Go to projects directory and create folder named gtat
- Right click on gtat folder
- clone the repository at https://github.com/DracoBlue/DModule
modules directory
- Go to main directory and create folder named modules.gtat
- Right click on modules.gtat folder
- Click on SVN Checkout...
- Use this URL: https://svn.dracoblue.net/gtat/trunk/pwn/modules.gtat
- Click on OK
- Enter your username and password
updating and commiting
If you've set up your enviroment properly, you will be able to update and commit changes as usual (projects/gtat checkout doesn't need everyday update, but remember to update it once a week)