Skip to content

milankovo/array-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

Array Helper

A lightweight IDA Pro plugin that simplifies array resizing operations with convenient keyboard shortcuts.

Features

  • Increment Array Size (Numpad+): Increase the size of an array by one element
  • Decrement Array Size (Numpad−): Decrease the size of an array by one element
  • Increment by 10 (Shift+Numpad+): Increase the size of an array by 10 elements
  • Decrement by 10 (Shift+Numpad−): Decrease the size of an array by 10 elements

Usage

  1. Navigate to the address of an array in the disassembly view
  2. Use the keyboard shortcuts listed above to adjust the array size
  3. The plugin will validate the operation and resize the array accordingly

Requirements

  • IDA Pro 9.0 or later
  • Python 3.x

Supported Platforms

  • Windows (x86-64)
  • Linux (x86-64)
  • macOS (Intel and Apple Silicon)

License

MIT

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages