Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Scags/IDA-RunLastScript

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IDA-RunLastScript

IDA Pro plugin with a shortcut to run the most previously used script.

Installation

Download runlastscript.py and extract it to your %IDADIR%/plugins/ directory.

Usage

  • File -> Run previous script file

Or

  • Ctrl+Shift+F7

Caveats

If a python script entraps its code within a __name__ == "__main__", it will not run correctly.

If a python script uses implicit IDA modules (e.g. ida_kernwin) without explicitly importing the module, it will fail. TLDR, make sure all module code invokations fall under idaapi.

Also retrying some scripts can randomly crash IDA. I'm not sure why, but I think it has to do with modifying global variables.

About

IDA Pro plugin with a shortcut to run the most previously used script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

Morty Proxy This is a proxified and sanitized view of the page, visit original site.