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

Expose DateTimeKind value #89

Open
malwarefrank opened this issue Oct 19, 2024 · 1 comment
Open

Expose DateTimeKind value #89

malwarefrank opened this issue Oct 19, 2024 · 1 comment

Comments

@malwarefrank
Copy link
Owner

Expose the DateTimeKind value of a serialized DateTime object in a .NET resource

@malwarefrank
Copy link
Owner Author

@nightlark if you want to help out feel free. Otherwise I'll get around to this when I have some time. I started drafting an idea, see the datetime branch I just pushed

I am leaning towards creating a DateTime object with a member named struct, to be consistent with other custom objects and the pefile. The struct members would then be raw numbers while the DateTime object members would be more Pythonic.

I may end up doing this for all the base System.* types, but that will take some time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant