Subject: [BUG] tracer.rb tries to extract source code from binary files
From: Florian Gro<florgro gmail.com>
Date: Mon, 13 Dec 2004 00:23:22 +0900
Moin!
Run this:
ruby -r tracer -r socket -e "Socket.new"
It outputs lots of binary data to STDOUT.
I think a check for binary files (via file extension?) is missing in the
tracer library.
Kind regards,
Florian Gross