Externalize some internal variables #59
wcampbell0x2a
started this conversation in
Ideas
Replies: 1 comment
-
This is mostly done, but keeping around as a discussion to allow more requests for internal variables. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Allow some replacement of text in Input.
Mapping
It's very common to need to copy+past certain memory locations when settings breakpoints.
Maybe,
b *($VAR_MAPPING_START_/usr/lib/x86_64-linux-gnu/libc.so.6:0)
to mean the first? =>b *(0x7f741861f000)
,VAR_MAPPING_END
=>0x7f7418645000
Beta Was this translation helpful? Give feedback.
All reactions