Commit Graph

109 Commits

Author SHA1 Message Date
Romain Thomas b60b36a844 Enable PE hooking
* Add 'hook_function' to hook a PE imported function
  * Add tutorial on PE hooking (resolve #5)
  * Add 'PE::get_import' and 'PE::has_import' to retrieve import
2017-05-01 18:11:37 +02:00
Romain Thomas d8cddd6932 Remove useless code 2017-04-26 14:14:43 +02:00
Romain Thomas 4dcf824350 Disable 'program_name' due to an error in the PE Authenticode parser (related to #3) 2017-04-05 16:32:58 +02:00
Romain Thomas d75fd098b9 Enclose paths within quotes (fix #9) 2017-04-05 15:33:18 +02:00
Romain Thomas a8565505e6 Fix unicode problem 2017-04-05 08:25:46 +02:00
Romain Thomas 46a9017b55 Fix unicode error with Python 2.7 2017-04-04 23:04:18 +02:00
Romain Thomas babf69240b Don't use section's entry size to compute the number of symbols 2017-04-04 16:58:14 +02:00
Romain Thomas dae0c81eda Fix typo (Algorithm) 2017-04-04 15:34:20 +02:00
Romain Thomas 306a191a03 First public release 2017-03-30 16:56:49 +02:00