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

[Suggestion] Windows Types, Remove additional padding, Remove offset comments #9

Open
strme opened this issue Aug 7, 2019 · 3 comments

Comments

@strme
Copy link

strme commented Aug 7, 2019

  • Get the struct without additional padding
  • Print with Windows types (ULONG, BOOL, UCHAR ecc)
  • Remove offset comments ( /* 0x000 */)
@wbenny
Copy link
Owner

wbenny commented Aug 7, 2019

  • You can disable padding members with -p- switch
  • This one I've been planning for a long time :) it's really simple change, but one day I hopefully make it
  • You can disable offset comments with -x- switch

@bugproof
Copy link

bugproof commented Jan 28, 2020

anyway to remove /* bit position: ... */ and /* size: ... */ comments? +1 for windows types.

@wbenny
Copy link
Owner

wbenny commented Jan 28, 2020

@bugproof There's currently no way without code change.

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

3 participants