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

Python bindings #40

Open
woodruffw opened this issue Mar 26, 2020 · 0 comments
Open

Python bindings #40

woodruffw opened this issue Mar 26, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@woodruffw
Copy link
Member

woodruffw commented Mar 26, 2020

Winchecksec can also be built as a library. We should consider making Python bindings for it, like so:

from winchecksec import Checksec

checksec = Checksec("foo.exe")
checksec.gs
checksec.authenticode
# ...
@woodruffw woodruffw added the enhancement New feature or request label Mar 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant