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

keyboard navigation improvement (press enter selecting cross-reference should jump to that location) #67

Closed
psifertex opened this issue Nov 23, 2015 · 2 comments
Labels
Type: Enhancement Issue is a small enhancement to existing functionality
Milestone

Comments

@psifertex
Copy link
Member

See subject.

@psifertex psifertex added the Type: Enhancement Issue is a small enhancement to existing functionality label Nov 23, 2015
@psifertex psifertex modified the milestone: post-v1 Jun 3, 2016
@rlc4
Copy link

rlc4 commented Jun 4, 2016

Some suggestions for keyboard shortcuts:

arrow-up - up one line of asm
arrow-down - down one line of asm
cmd/meta-arrow-up - to calling function (assuming only one available)
cmd/meta-arrow-down - follow currently selected jmp / call
n - name selected symbol / address / function
N - name/rename current function
cmd/meta +/- - Zoom view

Commands already found:
H - view in Hex Editor
; - add comment / note
N - rename symbol (function) (I suggest limiting this to function naming / renaming, use lower n for a general renaming, or the other way around if people have already started using N as rename of currently selected item)
P - create function at symbol

@D0ntPanic
Copy link
Member

Fixed in dev

WeiN76LQh pushed a commit to WeiN76LQh/binaryninja-api that referenced this issue Jan 4, 2025
Basically just copied from the [workflow objc plugin](https://github.com/Vector35/workflow_objc) with [PR Vector35#67](Vector35/workflow_objc#67) applied.

Ideally this would not be a copy and these 2 codebases would share the code but its unclear if Vector35 would want to import the Objective-C workflow plugin into the BN API repo and what that would look like. So this is an intermediary solution to get `CFString` inlining working in DSC.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Issue is a small enhancement to existing functionality
Projects
None yet
Development

No branches or pull requests

3 participants