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
07 Dec, 2016
2 commits
  • Specify acceptable errors from ppt parsing ...
    90792cf8
    This global except had hidden the problem with failing imports
    Christian Herdtweck authored
    2016-12-07 09:26:04 +0100  
    Browse Code »
  • Change how ppt_parser imports olefile ...
    011471d9
    This may be a reason for users complaining about missing logger (issue #101)
    and fixed failing isinstance(ole, olefile.OleFileIO) on my machine
    Christian Herdtweck authored
    2016-12-07 09:24:19 +0100  
    Browse Code »

01 Dec, 2016
1 commit
  • Merge pull request #107 from spender-sandbox/patch-1 ...
    8e1d23d7
    Use correct variable when raising UnexpectedDataError on REFERENCENAM…
    Philippe Lagadec authored
    2016-12-01 06:47:59 +0100  
    Browse Code »

30 Nov, 2016
1 commit
  • Use correct variable when raising UnexpectedDataError on REFERENCENAME parsing ...
    c8eea24d
    Code was using the incorrect variable of 'value', an unrelated string created early in the function.  This will cause an error when the exception is raised due to an invalid hex formatting.
    
    -Brad
    Brad Spengler authored
    2016-11-30 11:28:31 -0500  
    Browse Code »

28 Nov, 2016
2 commits
  • Merge remote-tracking branch 'origin/master'
    e72b85c7
    decalage2 authored
    2016-11-28 22:27:25 +0100  
    Browse Code »
  • olevba: synchronized some changes with olevba3 (issue #106)
    1c52c0d5
    decalage2 authored
    2016-11-28 22:26:52 +0100  
    Browse Code »

18 Nov, 2016
1 commit
  • oleobj: added main and entry point in setup.py
    4d474c3a
    decalage2 authored
    2016-11-18 15:13:24 +0100  
    Browse Code »

17 Nov, 2016
1 commit
  • oleobj: fixed to extract OLE objects embedded into MS Office OLE files
    b8c80db7
    decalage2 authored
    2016-11-17 23:15:25 +0100  
    Browse Code »

04 Nov, 2016
2 commits
  • updated readme
    bde819d8
    decalage2 authored
    2016-11-04 22:23:31 +0100  
    Browse Code »
  • readme: moved full changelog to a separate file in wiki, updated install section
    895f8a9a
    decalage2 authored
    2016-11-04 22:10:03 +0100  
    Browse Code »

03 Nov, 2016
1 commit
  • olevba: added suspicious keywords EnumDateFormats and EnumSystemLanguageGroups
    ec2468a3
    decalage2 authored
    2016-11-03 23:20:46 +0100  
    Browse Code »

01 Nov, 2016
6 commits
  • updated setup.py
    7b213e49
    decalage2 authored
    2016-11-01 20:12:10 +0100  
    Browse Code »
  • updated setup.py for v0.50
    3397e5ea
    decalage2 authored
    2016-11-01 20:07:44 +0100  
    Browse Code »
  • updated install.txt
    47703991
    decalage2 authored
    2016-11-01 19:59:26 +0100  
    Browse Code »
  • updated readme
    50443239
    decalage2 authored
    2016-11-01 19:55:03 +0100  
    Browse Code »
  • updated doc and setup.py for v0.50
    0c345ef5
    decalage2 authored
    2016-11-01 17:23:18 +0100  
    Browse Code »
  • pyxswf, xxxswf: fixed to run on Python 2+3 (issue #62)
    d02c8456
    decalage2 authored
    2016-11-01 16:53:15 +0100  
    Browse Code »

28 Oct, 2016
1 commit
  • olemeta: removed the UTF8 codec for console display, to run on Python 2+3 (issue #62)
    d14635d2
    decalage2 authored
    2016-10-28 22:55:55 +0200  
    Browse Code »

27 Oct, 2016
2 commits
  • ezhexviewer: more fixes to run on Python 2+3 (issue #62)
    253eb712
    decalage2 authored
    2016-10-27 00:21:42 +0200  
    Browse Code »
  • updated readme - added link to anlyz.io
    8b184d70
    decalage2 authored
    2016-10-27 00:02:46 +0200  
    Browse Code »

26 Oct, 2016
1 commit
  • ezhexviewer: fixed to run on Python 2+3 (issue #62)
    3abb4cd0
    decalage2 authored
    2016-10-26 23:42:30 +0200  
    Browse Code »

25 Oct, 2016
3 commits
  • oleid: fixed print and bytes strings for Python 3 - issue #62
    8553797c
    decalage2 authored
    2016-10-25 22:32:25 +0200  
    Browse Code »
  • fixed raise and print statements for Python 3, removed legacy olefile2 - issue #62
    8c59b3e4
    decalage2 authored
    2016-10-25 22:23:34 +0200  
    Browse Code »
  • olevba3: fixed regex bytes strings (PR/issue #100)
    6fa2ba97
    decalage2 authored
    2016-10-25 21:40:55 +0200  
    Browse Code »

24 Oct, 2016
1 commit
  • Merge pull request #99 from colingrady/colingrady ...
    024a04ca
    Add VirtualAllocEx and RtlMoveMemory to SUSPICIOUS_KEYWORDS
    Philippe Lagadec authored
    2016-10-24 20:32:45 +0200  
    Browse Code »

20 Oct, 2016
2 commits
  • Add VirtualAllocEx and RtlMoveMemory to SUSPICIOUS_KEYWORDS (memory manipulation)
    c48da1f2
    Colin Grady authored
    2016-10-20 16:20:57 -0600  
    Browse Code »
  • readme: added v0.50
    af84bf99
    decalage2 authored
    2016-10-20 23:32:48 +0200  
    Browse Code »

19 Sep, 2016
1 commit
  • readme: added link to pcodedmp
    0d451876
    decalage2 authored
    2016-09-19 20:46:56 +0200  
    Browse Code »

17 Sep, 2016
2 commits
  • mraptor: added ActiveX triggers GotFocus|LostFocus|MouseHover (issue #80)
    2035c092
    decalage2 authored
    2016-09-17 18:16:47 +0200  
    Browse Code »
  • olevba: added ActiveX triggers GotFocus|LostFocus|MouseHover (issue #80)
    17d7c66c
    decalage2 authored
    2016-09-17 18:14:56 +0200  
    Browse Code »

15 Sep, 2016
1 commit
  • setup: all scripts have a main function + entry points - issue #69
    6fe312b3
    decalage2 authored
    2016-09-15 22:54:40 +0200  
    Browse Code »

13 Sep, 2016
6 commits
  • readme: fixed link to Cuckoo
    c8018359
    decalage2 authored
    2016-09-13 22:47:09 +0200  
    Browse Code »
  • readme: added projects using oletools
    35359f3b
    decalage2 authored
    2016-09-13 22:37:35 +0200  
    Browse Code »
  • ppt_parser: fixed format strings for Python 2.6 (issue #75)
    95c63270
    decalage2 authored
    2016-09-13 22:12:18 +0200  
    Browse Code »
  • ppt_parser: fixed olefile import for Python 2+3
    aeba6ed9
    decalage2 authored
    2016-09-13 21:56:22 +0200  
    Browse Code »
  • Merge pull request #88 from sebdraven/master ...
    c555887b
    modify import to package oletools
    Philippe Lagadec authored
    2016-09-13 20:38:27 +0200  
    Browse Code »
  • olevba: enabled packrat to improve pyparsing performance
    d183de8a
    decalage2 authored
    2016-09-13 18:45:26 +0200  
    Browse Code »

12 Sep, 2016
2 commits
  • change type of strings of vba
    ba73ec7e
    Sébastien Larinier authored
    2016-09-12 14:56:45 +0200  
    Browse Code »
  • modify import to package oletools
    4d9182e6
    Sébastien Larinier authored
    2016-09-12 11:30:06 +0200  
    Browse Code »

06 Sep, 2016
1 commit
  • olemeta: added main function for entry points in setup.py - issue #69
    f41fe365
    decalage2 authored
    2016-09-06 22:13:30 +0200  
    Browse Code »