FOSDEM: Gnash Developer Deciphers RTMP
Rob Savoye has been engaged in numerous projects, but in his work on Gnash, a free implementation of the Adobe Flash Player, he found a hard nut to crack: how to decipher the protocol details of the Real Time Messaging Protocol (RTMP) it uses. He has now presented his solution at the FOSDEM '09 conference in Belgium.
Savoye, developer with the Open Media Now project funded by Red Hat founder Bob Young, has worked on compilers and debuggers in the past. With Gnash he's been involved in enhancing support for ActionScript 9. Version 8 of the software already serves as a plug-in for Firefox and Konqueror, according to Savoye.
For him, reverse-engineering RTMP for Gnash has not least of all been a mental challenge. He would stare at hex code long enough until a revelation hit him, he said with a smile. He gave an example of his process: at first he searched for certain byte sequences of ASCII code in a collection of as many sample artifacts as possible. He could then determine the boundaries of other data fields and tried to locate a protocol data header. Based on his experience he could then often establish field lengths and checksums for the RTMP protocol.
Numbers are almost always coded in big-endian order in network protocols and checksums rarely consist of anything other than a simple sum or result of a cyclic redundancy check (CRC), according to Savoye. He wrote a log of test code to check his assumptions and warns prospective reverse engineers that they'd have to throw away much of their assumptions if proved false.
Not least of all he cautions imitators about possible legal implications: simple disassembling of proprietary software can lead to claims from respective originators. He therefore recommended involving legal counsel as early as possible in the process. It's also useful, according to Savoye, when a developer reimplements the code, to extract the specification from the network packet and leave just the protocol description for another independent developer in his implementation. Apparently the newest YouTube videos are already viewable using the current Gnash version based on Savoye's work.
Comments
comments powered by DisqusSubscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
ESET Discovers New Linux Malware
WolfsBane is an all-in-one malware that has hit the Linux operating system and includes a dropper, a launcher, and a backdoor.
-
New Linux Kernel Patch Allows Forcing a CPU Mitigation
Even when CPU mitigations can consume precious CPU cycles, it might not be a bad idea to allow users to enable them, even if your machine isn't vulnerable.
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
-
Fedora KDE Approved as an Official Spin
If you prefer the Plasma desktop environment and the Fedora distribution, you're in luck because there's now an official spin that is listed on the same level as the Fedora Workstation edition.
-
New Steam Client Ups the Ante for Linux
The latest release from Steam has some pretty cool tricks up its sleeve.
-
Gnome OS Transitioning Toward a General-Purpose Distro
If you're looking for the perfectly vanilla take on the Gnome desktop, Gnome OS might be for you.
-
Fedora 41 Released with New Features
If you're a Fedora fan or just looking for a Linux distribution to help you migrate from Windows, Fedora 41 might be just the ticket.
-
AlmaLinux OS Kitten 10 Gives Power Users a Sneak Preview
If you're looking to kick the tires of AlmaLinux's upstream version, the developers have a purrfect solution.
-
Gnome 47.1 Released with a Few Fixes
The latest release of the Gnome desktop is all about fixing a few nagging issues and not about bringing new features into the mix.
You are right
Actionscript 3 is the most current version
You mean Adobe Flash 9 right? I am an Adobe Flex developer and as per my knowledge and experience Actionscript 3 is the latest version.
Thanks
Faisal