fix了下shift+g的快速跳转功能#1
Open
MinghaoLin2000 wants to merge 1 commit into
Open
Conversation
Owner
|
什么意思啊?没看懂呢。。 |
感觉应该意思是选中一个hex地址然后shift+g直接把选中的地址填充到jump的输入框里面的意思吧,听起来确实比较方便的 |
Author
是这个意思的,哈哈 |
Author
下面有大佬好像懂我的意思了。。我最近有点忙,忘记看消息了 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
调试老遇到指针各种指的,经常需要各种跳过去看内存,发现陈总有完善lazyida,但是使用过程中shift+g,在我这个mac ida7.6上,失效,看了下好像是这里函数还没实现好?小弟稍微改了下,使用方法就是鼠标拖中内存中对应的n个字节,shift+g自动将其填充到框中,鼠标点击jump跳转,其他机器还没测试,觉得有用感觉就pr上去了