Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Speaker Deck
PRO
Sign in
Sign up for free
Glitching Ruby Script
Urabe Shyouhei
September 19, 2017
Technology
2
520
Glitching Ruby Script
A #rubykaigi 2017 Lightning Talk
Urabe Shyouhei
September 19, 2017
Tweet
Share
More Decks by Urabe Shyouhei
See All by Urabe Shyouhei
On sending methods
shyouhei
0
420
The send-pop optimisation
shyouhei
2
5.5k
Ruby 2.5 What's New
shyouhei
0
1k
Being an Open Source Developer, at work
shyouhei
11
5.8k
Optimizing Ruby
shyouhei
7
1.7k
Ruby and its evaluation
shyouhei
10
2.6k
Deeper look at RFC7159 the JSON
shyouhei
4
1.1k
What's New in Ruby 2.0
shyouhei
73
24k
Other Decks in Technology
See All in Technology
セキュリティ 開運研修2022 / security 2022
cybozuinsideout
PRO
2
2.9k
2022年度新卒技術研修「エンジニアマインド」講義
excitejp
PRO
0
320
会社訪問アプリ「Wantedly Visit」における推薦システム開発事例
hakubishin3
2
490
複数のスクラムチームをサポートするエンジニアリングマネジメントの話
okeicalm
0
900
Compose の LazyColumn パフォーマンス改善で取り組んだこと
tomoya0x00
0
210
オンラインでのサーバー切替事例紹介/ColoplTech-05-01
colopl
0
140
HoloLens2とMetaQuest2どちらも動くWebXRアプリをBabylon.jsで作る
iwaken71
0
140
音のような言葉 〜ちゃちゃっとチャットで楽しむちょっとしたコツ〜 / words like sounds
satoryu
1
1.3k
ソフトウェアライセンス 2022 / Software License 2022
cybozuinsideout
PRO
1
790
QiitaConference2022
fuwasegu
0
120
Microsoft Build 2022 Recap Party!! Azure のデータ & 分析サービス 注目アップデート / microsoft-build-2022-recap-azure-data-and-analytics
nakazax
0
220
Modern Android dependency injection
hugovisser
1
100
Featured
See All Featured
A better future with KSS
kneath
225
15k
The Invisible Side of Design
smashingmag
290
48k
The Cult of Friendly URLs
andyhume
68
4.8k
YesSQL, Process and Tooling at Scale
rocio
157
12k
Imperfection Machines: The Place of Print at Facebook
scottboms
253
12k
Responsive Adventures: Dirty Tricks From The Dark Corners of Front-End
smashingmag
237
19k
実際に使うSQLの書き方 徹底解説 / pgcon21j-tutorial
soudai
39
13k
Build your cross-platform service in a week with App Engine
jlugia
219
17k
CSS Pre-Processors: Stylus, Less & Sass
bermonpainter
349
27k
The World Runs on Bad Software
bkeepers
PRO
57
5.3k
Bash Introduction
62gerente
597
210k
Intergalactic Javascript Robots from Outer Space
tanoku
261
25k
Transcript
Glitching Ruby Script using American Fuzzy Lop @shyouhei
None
In short, AFL is a tool to glitch something.
Why not use it to glitch our ruby script.
Steps:
1: patch ruby.
None
OK That was too difficult.
Steps revised:
1: docker pull.
That’s all ;)
None
None
Outputs
None
*OQVU (MJUDIFE
*OQVU (MJUDIFE
*OQVU (MJUDIFE
N o w , R u b y comes with
many tests.
What if we glitch those tests?
None
None
None
None
None
None
None
It’s fun that AFL automatically finds bugs.
Let AFL work for you today!