Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update oledump.py to be compatible with Python 3.12 #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion oledump.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
2023/05/01: 0.0.75 bumping version for update to plugin(s), no changes to oledump.py
2024/05/15: 0.0.76 added cMyJSONOutput
2024/07/11: 0.0.77 bumping version for update to plugin(s), no changes to oledump.py
2024/11/13: 0.0.78 updating def PrintManual to be compatible with Python 3.12+

Todo:

Expand Down Expand Up @@ -185,7 +186,7 @@
REGEX_STANDARD = b'[\x09\x20-\x7E]'

def PrintManual():
manual = '''
manual = r'''
Manual:

oledump is a tool to analyze OLE files (officially: Compound File Binary Format, CFBF). Many file formats are in fact OLE files, like Microsoft Office files, MSI files, ... Even the new Microsoft Office Open XML (OOXML) format uses OLE files for VBA macros.
Expand Down