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

GDB Refactor [11/N]: Move elftypes.py to lib/ #1132

Merged
merged 1 commit into from
Sep 7, 2022

Conversation

gsingh93
Copy link
Member

@gsingh93 gsingh93 commented Sep 7, 2022

Note that while the goal of moving code to lib/ is to not depend on GDB, for now we will have a small dependency on pwndbg.gdblib.arch/pwndbg.gdblib.typeinfo for sizes of types (which is fine for now because this is easy to mock). Because pwndbg.gdblib.ctypes is a small file with just a dependency on pwndbg.gdblib.arch.ptrsize, for now it should be OK to reference this in lib/, and if we can sort out how to get rid of the dependency on arch it will get cleaned up then.

@disconnect3d disconnect3d merged commit bf37c03 into pwndbg:dev Sep 7, 2022
@gsingh93 gsingh93 deleted the elftypes branch September 9, 2022 03:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants