Peter M. Groen
/
oletools
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code ยป
Commit
5c8a35c9b8ff0187bd2089f7d5140be71ae9f610
Authored by
decalage2
2019-02-10 17:49:57 +0100
1 parent
c5273ef2
oleform: added ref to MS-OFORMS
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
oletools/oleform.py
oletools/oleform.py
View file @
5c8a35c
1
1
#!/usr/bin/env python
2
2
3
+# REFERENCES:
4
+# - MS-OFORMS: https://msdn.microsoft.com/en-us/library/office/cc313125%28v=office.12%29.aspx?f=255&MSPPError=-2147217396
5
+
3
6
# CHANGELOG:
4
7
# 2018-02-19 v0.53 PL: - fixed issue #260, removed long integer literals
5
8
...
...