Logo white

Peter M. Groen / oletools

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Commits 1,521
  • Compare
  • Branches 1
  • Tags 0
  • oletools
19 Jul, 2016
2 commits
  • Command Line Scripts
    b29a2a21
    Yohann Lepage authored
    2016-07-19 21:44:41 +0200  
    Browse Code »
  • Merge pull request #63 from sebdraven/master ...
    1cf591dd
    python3.5 compliant only
    Philippe Lagadec authored
    2016-07-19 14:26:00 +0200  
    Browse Code »

18 Jul, 2016
1 commit
  • python3.5 compliant only
    8adff0e0
    Sébastien Larinier authored
    2016-07-18 17:52:15 +0200  
    Browse Code »

15 Jul, 2016
1 commit
  • rtfobj: new RtfParser and RtfObjParser classes - a more complete RTF parser to s… ...
    2685c6f5
    …upport tricky edge cases exploited by malware
    decalage2 authored
    2016-07-15 16:36:40 +0200  
    Browse Code »

01 Jul, 2016
1 commit
  • olevba: fixed issue #58 with format() to support Python 2.6
    44ec0bd8
    decalage2 authored
    2016-07-01 23:21:39 +0200  
    Browse Code »

30 Jun, 2016
1 commit
  • olevba: fixed bug in extract_macros
    ce32342a
    decalage2 authored
    2016-06-30 22:29:30 +0200  
    Browse Code »

13 Jun, 2016
1 commit
  • colorclass: temporary fix for import issue on MacOSX (issue #51)
    158ae461
    decalage2 authored
    2016-06-13 23:00:43 +0200  
    Browse Code »

12 Jun, 2016
1 commit
  • olevba: fixed small bugs in VBA parsing code
    9225bf16
    decalage2 authored
    2016-06-12 23:07:58 +0200  
    Browse Code »

10 Jun, 2016
4 commits
  • updated readme for 0.47
    4b28ee1b
    decalage2 authored
    2016-06-10 11:29:03 +0200  
    Browse Code »
  • updated readme for 0.47
    0d4a9fb2
    decalage2 authored
    2016-06-10 11:28:22 +0200  
    Browse Code »
  • updated setup.py for github
    58a8c105
    decalage2 authored
    2016-06-10 10:14:21 +0200  
    Browse Code »
  • updated install.txt for github
    f003f27e
    decalage2 authored
    2016-06-10 10:12:34 +0200  
    Browse Code »

09 Jun, 2016
3 commits
  • olevba: fixed slight bug in open_word2003xml, updated changelog
    6301c9cf
    decalage2 authored
    2016-06-09 21:17:40 +0200  
    Browse Code »
  • Merge pull request #48 from christian-intra2net/relaxed-checking-opt ...
    e680ec16
    Relaxed checking opt
    Philippe Lagadec authored
    2016-06-09 21:09:51 +0200  
    Browse Code »
  • Merge pull request #47 from christian-intra2net/unicode-vba-stream-names ...
    41c8f561
    Unicode vba stream names
    Philippe Lagadec authored
    2016-06-09 21:07:04 +0200  
    Browse Code »

08 Jun, 2016
6 commits
  • readme: fixed download URLs
    7f8d84d7
    decalage2 authored
    2016-06-08 23:36:58 +0200  
    Browse Code »
  • setup: bumped version to 0.47
    1172e4e5
    decalage2 authored
    2016-06-08 23:32:11 +0200  
    Browse Code »
  • rtfobj: updated issues URL
    55a2d38d
    decalage2 authored
    2016-06-08 23:05:03 +0200  
    Browse Code »
  • olevba: updated issues URL
    646391c6
    decalage2 authored
    2016-06-08 23:03:39 +0200  
    Browse Code »
  • mraptor: updated issues URL
    2410bf38
    decalage2 authored
    2016-06-08 23:00:25 +0200  
    Browse Code »
  • updated doc for github
    ad513de6
    decalage2 authored
    2016-06-08 22:57:05 +0200  
    Browse Code »

07 Jun, 2016
11 commits
  • handle new exceptions in main
    6463d8b8
    Christian Herdtweck authored
    2016-06-07 12:44:07 +0200  
    Browse Code »
  • raise new exceptions if opening of substreams fails and not relaxed
    730f64f5
    Christian Herdtweck authored
    2016-06-07 12:44:07 +0200  
    Browse Code »
  • raise new exceptions in _extract_vba if not relaxed
    1f3fef52
    Christian Herdtweck authored
    2016-06-07 12:44:07 +0200  
    Browse Code »
  • created 3 new Exceptions: SubfileOpenError, UnexpectedDataError and OlevbaBaseException ...
    a7093b9b
    made all Exceptions subclasses of OlevbaBaseException,
    move some common functionality there
    Christian Herdtweck authored
    2016-06-07 12:44:07 +0200  
    Browse Code »
  • found one base except I must have overlooked in error-restructuring
    f2d57983
    Christian Herdtweck authored
    2016-06-07 12:44:07 +0200  
    Browse Code »
  • fix/clarify some output and add a comment
    32877661
    Christian Herdtweck authored
    2016-06-07 12:44:07 +0200  
    Browse Code »
  • remove one debugging output
    73ed5d71
    Christian Herdtweck authored
    2016-06-07 12:44:07 +0200  
    Browse Code »
  • corrected one comment
    6ecdcdbe
    Christian Herdtweck authored
    2016-06-07 12:44:07 +0200  
    Browse Code »
  • forward options.relaxed through VBA_Parsers to _extract_vba
    d6d204b9
    Christian Herdtweck authored
    2016-06-07 12:43:53 +0200  
    Browse Code »
  • simplified params & docu for VBA_Parser_CLI: just forward everything
    08870d71
    Christian Herdtweck authored
    2016-06-07 12:09:58 +0200  
    Browse Code »
  • added option --relaxed to olevba main
    34781615
    Christian Herdtweck authored
    2016-06-07 12:08:58 +0200  
    Browse Code »

06 Jun, 2016
2 commits
  • warn at logging.WARNING level if loading of vba module failed
    9f149ddb
    Christian Herdtweck authored
    2016-06-06 13:14:16 +0200  
    Browse Code »
  • try 3 different unicode versions of VBA module/stream name ...
    f5da9315
    use new uni_out instead of repr() to make unicode output save for shells
    Christian Herdtweck authored
    2016-06-06 13:13:38 +0200  
    Browse Code »

03 Jun, 2016
3 commits
  • Merge pull request #46 from christian-intra2net/robustify-extact-vba ...
    da9749ed
    Robustify extact vba
    Philippe Lagadec authored
    2016-06-03 23:56:22 +0200  
    Browse Code »
  • demote json2ascii log output from info to debug level; clarify text
    f144d2ce
    Christian Herdtweck authored
    2016-06-03 09:42:32 +0200  
    Browse Code »
  • wrap loop iteration in _extract_vba in try-except to prevent individual entries messing up result ...
    e16a29f9
    We have one example files, where openstream() fails in 3 out of 10 modules,
    but of course MS office (and even LibreOffice) ignore this.
    Christian Herdtweck authored
    2016-06-03 09:31:19 +0200  
    Browse Code »

01 Jun, 2016
1 commit
  • Merge pull request #44 from christian-intra2net/fix-deof-with-json ...
    d353c6d9
    Fix --deobf option for JSON output
    Philippe Lagadec authored
    2016-06-01 22:53:20 +0200  
    Browse Code »

31 May, 2016
1 commit
  • removed test code (was only there for debugging and development)
    80804e86
    Christian Herdtweck authored
    2016-05-31 10:23:32 +0200  
    Browse Code »

30 May, 2016
1 commit
  • updated readme
    22ab4465
    decalage2 authored
    2016-05-30 23:25:57 +0200  
    Browse Code »