Skip to content

Azvanzed/IdaMeme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IdaMeme

Crashes ida on static analyses.

POC that involves overwhelming the IDA program with numerous jumps at the executable entry point, causing it to crash prior to reaching the actual entry point. To achieve this, one can generate a fresh section and consecutively link numerous jumps while ensuring that the final jump corresponds to the payload from where the actual entry point will be invoked.

It's likely that the crash occurred because IDA attempted to analyze the code for the jmp instructions, which can take up to 100 ms. With approximately 20,000 jmps, this amount of processing time can overwhelm IDA and result in a crash.

The diagram delineates the process of its creation:

image

Warning:

  • Security checks have to be disable.
  • Does not support packers.

Media:

syz101.mp4

About

Crashes ida on static analyses.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages