https://github.com/katahiromz/olebow
The OleView replacement in plain C++11/Win32
https://github.com/katahiromz/olebow
component-object-model cxx cxx11 oleview replacement win32 win32api
Last synced: about 1 year ago
JSON representation
The OleView replacement in plain C++11/Win32
- Host: GitHub
- URL: https://github.com/katahiromz/olebow
- Owner: katahiromz
- License: mit
- Created: 2021-04-18T11:43:54.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-23T12:07:09.000Z (about 5 years ago)
- Last Synced: 2025-04-09T01:35:04.928Z (about 1 year ago)
- Topics: component-object-model, cxx, cxx11, oleview, replacement, win32, win32api
- Language: C++
- Homepage:
- Size: 237 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.txt
Awesome Lists containing this project
README
# OleBow by katahiromz
The OleView replacement in plain C++11/Win32.
This software is based on [leibnitz27/olewoo](https://github.com/leibnitz27/olewoo).

## Usage
```txt
Usage: olebow [options] your_file.tlb [output.idl]
Options:
--help Show this message
--version Show version information
--codepage XXX Set output codepage
--sort Do sort by dependency
```