Skip to content

A IDAPython script for searching overflows by IDA.

Notifications You must be signed in to change notification settings

hudangwei/SearchOverflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

SearchOverflow

A IDAPython script for searching overflows in IDA.

Now support:

strcpy(),    
_strcpy(),    
strcat(),    
_strcat(),    
sprintf(),    
_sprintf(),    
wsprintfA(),    
lstrcatA(),   
lstrcpyA()      

Refactored by Bugscam.

Usage

Load script in IDA,then use command:

> SearchOverflow()

VersionLog

v1.2: Add sprintf(), _sprintf(), wsprintfA(), only support arg includes "%s".

v1.1: Add lstrcatA(), lstrcpyA(), fixed command outputs.

About

A IDAPython script for searching overflows by IDA.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%