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
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 Dir »

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 Dir »

16 Feb, 2022
3 commits
  • 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 Dir »
  • tests: fix & extend olevba crypto test ...
    f899797d
    VBA stomping warning might occur here
    Christian Herdtweck authored
    2022-02-16 13:56:17 +0100  
    Browse Dir »
  • tests: Update olevba test to slight change in json output ...
    58954d69
    Do not need the last meta-information return code json output from
    olevba any more
    Christian Herdtweck authored
    2022-02-16 13:56:17 +0100  
    Browse Dir »

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 Dir »
  • test_basic: disabled a few tests that were causing issues
    297abf75
    decalage2 authored
    2020-05-04 13:25:46 +0200  
    Browse Dir »

06 May, 2019
2 commits
  • tests: Do not assume we are running CPython
    95468654
    Christian Herdtweck authored
    2019-05-06 12:46:42 +0200  
    Browse Dir »
  • tests: Clarify whether to include stderr or not
    d24210bc
    Christian Herdtweck authored
    2019-05-06 12:46:42 +0200  
    Browse Dir »

30 Apr, 2019
4 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 Dir »
  • tests: Move code to "run and capture" to utils
    b22b36c5
    Christian Herdtweck authored
    2019-04-30 13:02:46 +0200  
    Browse Dir »
  • tests: minor pylint-inspired changes
    9b05546a
    Christian Herdtweck authored
    2019-04-30 12:50:30 +0200  
    Browse Dir »
  • tests: Check behaviour of olevba for rtf, text, empty
    f537ec1c
    Christian Herdtweck authored
    2019-04-30 12:50:30 +0200  
    Browse Dir »

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 Dir »

25 Mar, 2019
2 commits
  • tests: Add exceptions to olevba return code test
    7e5ee417
    Christian Herdtweck authored
    2019-03-25 11:47:34 +0100  
    Browse Dir »
  • tests: Create test for new excel encrypted files
    e2684a62
    Christian Herdtweck authored
    2019-03-25 11:47:34 +0100  
    Browse Dir »

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 Dir »

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 Dir »