You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I’ve been working on a competing project, written in object oriented python3, to manipulate OLE files. I was hoping I could get some people to abuse it with weird but valid OLE files to make sure it’s working. Right now I’m happy with the “show details” functions: given a file, it will display the file structure and list all the streams and details of the streams.
This project is also able to create an OLE file from a directory, and I’ve used the decalage2/ole_file project to test if they are valid, and they pass. I know this project wanted to add OLE creation, so feel free to test/abuse that, and borrow code or ask questions.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I’ve been working on a competing project, written in object oriented python3, to manipulate OLE files. I was hoping I could get some people to abuse it with weird but valid OLE files to make sure it’s working. Right now I’m happy with the “show details” functions: given a file, it will display the file structure and list all the streams and details of the streams.
This project is also able to create an OLE file from a directory, and I’ve used the decalage2/ole_file project to test if they are valid, and they pass. I know this project wanted to add OLE creation, so feel free to test/abuse that, and borrow code or ask questions.
Beta Was this translation helpful? Give feedback.
All reactions