Skip to content

nihilus/BlockViewer

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

BlockViewer

Brief:Collapse and uncollapse the code block in IDA pseudocode view. Function: 1.If the cursor is inside a function, press hotkey "J" in IDA, you will jump to the start address of the function. 2.In pseudocode view, double click the right space of "{" or "}", you will collapse the block, and then double click right area to uncollapse. By the way, I develop this plugin to meet the demand that view a big code block in IDA, instead of copying to another editor.The code is open source, you can clone and modify at random. Maybe there are some bugs, welcome to pull requests.

About

Collapse and uncollapse the code block in IDA pseudocode view.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 92.3%
  • Makefile 7.7%