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

feat: add helper macros for IMGUI menus #126

Merged
merged 1 commit into from
Mar 11, 2024

Conversation

alandtse
Copy link
Collaborator

  • ADDRESS_NODE: Allows outputting common addresses to clipboard for RE
  • BUFFER_VIEWER_NODE: Allows output of buffer data to IMGUI

@doodlum
Copy link
Owner

doodlum commented Oct 10, 2023

I'm unsure if using macros like this could be a problem for debugging. I'm pretty sure these macros can be swapped to standard functions.

For BUFFER_VIEWER_NODE it might need an optional .name field added to each class in that case.

@alandtse
Copy link
Collaborator Author

alandtse commented Oct 10, 2023

Name field caused issues with format and runtime strings. Happy to take a PR to add it if you want.

EDIT: I'm not sure what debugging issues you see with the macros so not sure how to address that question.

* ADDRESS_NODE: Allows outputting common addresses to clipboard for RE
* BUFFER_VIEWER_NODE: Allows output of buffer data to IMGUI
@alandtse alandtse merged commit 8fa27ac into doodlum:dev Mar 11, 2024
3 checks passed
@alandtse alandtse deleted the imgui_helpers branch March 11, 2024 03:41
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

Successfully merging this pull request may close these issues.

2 participants