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
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
4 commits
  • updated readme
    22ab4465
    decalage2 authored
    2016-05-30 23:25:57 +0200  
    Browse Code »
  • add field to_deobfuscate to json_result; ensure that json always has same fields… ...
    fdf415c7
    … independent of options
    Christian Herdtweck authored
    2016-05-30 12:56:38 +0200  
    Browse Code »
  • warn if command line options are ignored or set (using log.info)
    e02ea888
    Christian Herdtweck authored
    2016-05-30 12:55:50 +0200  
    Browse Code »
  • enable macro deofuscation in json mode if --deof is given
    dafe55c6
    Christian Herdtweck authored
    2016-05-30 12:55:21 +0200  
    Browse Code »

29 May, 2016
1 commit
  • rtfobj: improved parsing, fixed issue #42
    23ffafb3
    decalage2 authored
    2016-05-29 20:53:24 +0200  
    Browse Code »

25 May, 2016
2 commits
  • updated colorclass to v2.2.0, updated tablestream
    5f8e0b88
    decalage2 authored
    2016-05-25 23:46:51 +0200  
    Browse Code »
  • updated readme with links to github
    f3d51f29
    decalage2 authored
    2016-05-25 23:19:35 +0200  
    Browse Code »

18 May, 2016
4 commits
  • olevba: updated changelog
    424f027c
    Philippe Lagadec authored
    2016-05-18 23:30:28 +0200  
    Browse Code »
  • olevba: restore imports after solving conflict with pull request 10
    285c9efa
    Philippe Lagadec authored
    2016-05-18 23:27:31 +0200  
    Browse Code »
  • Merged in christian_intra2net/oletools_json/ppt-parser (pull request #10) ...
    649f2e0f
    Ppt parser
    Philippe Lagadec authored
    2016-05-18 23:24:30 +0200  
    Browse Code »
  • olevba: temporarily revert some changes to solve conflict with ppt_parser pull request
    85bd93ee
    Philippe Lagadec authored
    2016-05-18 23:23:11 +0200  
    Browse Code »

16 May, 2016
2 commits
  • xglob: updated changelog
    d7dfefea
    Philippe Lagadec authored
    2016-05-16 16:36:24 +0200  
    Browse Code »
  • olevba: many improvements and fixes by Christian Herdtweck (exit code, exception… ...
    ffa04426
    … handling, JSON output)
    Philippe Lagadec authored
    2016-05-16 16:34:05 +0200  
    Browse Code »