A lightweight IDA Pro plugin that simplifies array resizing operations with convenient keyboard shortcuts.
- 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
- Navigate to the address of an array in the disassembly view
- Use the keyboard shortcuts listed above to adjust the array size
- The plugin will validate the operation and resize the array accordingly
- IDA Pro 9.0 or later
- Python 3.x
- Windows (x86-64)
- Linux (x86-64)
- macOS (Intel and Apple Silicon)
MIT