illera88 / Ponce

IDA 2016 plugin contest winner! Symbolic Execution just one-click away!
https://docs.idaponce.com
Other
1.48k stars 72 forks source link

Keep a version number an show it in the output/configuration #61

Closed 0ca closed 8 years ago

0ca commented 8 years ago

It would be very useful to have a version number and show this when the plugin is loaded and in the configuration window.

It could be useful to identify version related issues.

0ca commented 8 years ago

Done!

I added a script that generates a file VERSION_NUMBER.

version_number_update.sh

This file is in fact an include used in the Ponce project:

#define VERSION "0.1.20161013.f4fe348"

The format is:

Main version.DATE.last commit hash (7 digits like git)

The script will generate the VERSION_NUMBER in the prebuild event of the VS project.

When we want to compile a new version the procedure should be the next one: