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
  • tests
  • olevba
  • test_basic.py
06 May, 2024
1 commit
  • Merge branch 'master' into unittest-automation
    3b7a4ea8
    Philippe Lagadec authored
    2024-05-06 23:28:35 +0200  
    Browse File »

29 Jan, 2024
1 commit
  • Merge remote-tracking branch 'kijeong/add/projectcompatversion_record' ...
    5c03a4af
    # Conflicts:
    #	tests/olevba/test_basic.py
    decalage2 authored
    2024-01-29 23:14:54 +0100  
    Browse File »

22 Dec, 2023
1 commit
  • tests: Deal with warnings in output ...
    3c3b7093
    Do not assume a known length of output when checking it. Only assume that
    meta information about oletool used is first. Ignore warnings and messages
    that come after that to identify the actual result we want to check.
    Christian Herdtweck authored
    2023-12-22 13:04:37 +0100  
    Browse File »

10 Oct, 2022
1 commit
  • tests: Adjust olevba expected output ...
    669d001f
    Before using log_helper in olevba logged a "finalization message", which is
    no longer required. Had forgotten to update unittests.
    Christian Herdtweck authored
    2022-10-10 09:50:12 +0200  
    Browse File »

20 Apr, 2022
1 commit
  • tests: Add test for olevba-output for xlm samples
    633f5252
    Christian Herdtweck authored
    2022-04-20 11:38:38 +0200  
    Browse File »

16 Feb, 2022
1 commit
  • tests: speed up longest test ...
    b8ba847b
    On my test VM this reduces test time for this one test from 33s to
    10s
    Christian Herdtweck authored
    2022-02-16 13:56:17 +0100  
    Browse File »

09 Nov, 2021
1 commit
  • olevba: added PROJECTCOMPATVERSION Record on dir Stream
    f302bdeb
    kijeong authored
    2021-11-09 14:39:16 +0900  
    Browse File »

04 May, 2020
2 commits
  • test_basic: fixed a slight issue when testing RTF with olevba
    ddf57c0e
    decalage2 authored
    2020-05-04 13:40:47 +0200  
    Browse File »
  • test_basic: disabled a few tests that were causing issues
    297abf75
    decalage2 authored
    2020-05-04 13:25:46 +0200  
    Browse File »

30 Apr, 2019
3 commits
  • test: Use call_and_capture in olevba tests ...
    0bc67280
    Running main() within same interpreter capturing SystemExit and
    sys.stdout/err always causes trouble (at least in unittest).
    Fork another python process and capture from there, that is easier
    and cleaner in my view.
    Christian Herdtweck authored
    2019-04-30 13:02:46 +0200  
    Browse File »
  • tests: minor pylint-inspired changes
    9b05546a
    Christian Herdtweck authored
    2019-04-30 12:50:30 +0200  
    Browse File »
  • tests: Check behaviour of olevba for rtf, text, empty
    f537ec1c
    Christian Herdtweck authored
    2019-04-30 12:50:30 +0200  
    Browse File »

29 Apr, 2019
1 commit
  • tests: Add another sample ...
    5dfba516
    This is an interesting one since "our" old implementation of is_encrypted
    claims that the embedded file is still encrypted (which it is not), but
    the msoffcrypto-is_encrypted gets it right.
    Christian Herdtweck authored
    2019-04-29 12:01:35 +0200  
    Browse File »

25 Mar, 2019
1 commit
  • tests: Add exceptions to olevba return code test
    7e5ee417
    Christian Herdtweck authored
    2019-03-25 11:47:34 +0100  
    Browse File »

21 Mar, 2019
1 commit
  • tests: add encrypted excel samples ...
    ddeeb743
    These are encrypted with the standard password hard-coded into excel to
    implement a form of write protection
    Christian Herdtweck authored
    2019-03-21 17:53:46 +0100  
    Browse File »

30 Oct, 2018
1 commit
  • tests: create unittest for olevba with encrypted input
    c2018fd8
    Christian Herdtweck authored
    2018-10-30 12:18:59 +0100  
    Browse File »