//
// This config is for the static web documentation generated as part
// of the release tarball.
//
$doc_mode = "static";
$extension = ".html";
$barry_page_path = "";
$image_path = "";
$files_path = "";
?>
include ("barry.inc"); ?>
createHeader("USB Capture Log Archive"); ?>
createSubHeader("USB Capture Log Archive"); ?>
Volunteers have contributed USB logs to help with reverse engineering
the low level protocol. If you would like to contribute a log that is
not already available here, please
createLink("contact", "contact the developers"); ?>.
Please note: These logs are very dense and highly
technical, and are not intended for end users, but instead intended
for developers who want to help reverse engineer the low level
USB protocol.
Some of the following log contributors are active on the
barry-devel mailing list,
in case you wish to get in touch with them.
Contributors in alphabetical order by last name:
-
Josh Kropf
Josh notes: The following captures where retreived using
SniffUsb.exe on Windows XP. For each capture I allowed the device
to settle for a few seconds before executing the single javaloader
command. Then after copying the log file I trimmed the initial
USB IO leading up to the request for javaloader mode. This should
get rid of any unrelated noise from the head of the log file.
To create the files below I ran each log through the awk
script in barry called convo.awk, and then through btranslate
tool:
awk -f convo.awk raw.log | btranslate > filtered.usb
- createPureFileLink("kropf/deviceinfo.usb.gz"); ?> - device info
- createPureFileLink("kropf/deviceinfo.txt"); ?> - output from device info command
- createPureFileLink("kropf/erase.usb.gz"); ?> - erase module
- createPureFileLink("kropf/erase-error-inuse.usb.gz"); ?> - attempt to erase module that is in use resulting in an error
- createPureFileLink("kropf/erase-inuse.usb.gz"); ?> - forcefully erase module in use
- createPureFileLink("kropf/javaloader-reset.txt"); ?> - annotated portion of the javaloader USB dump relating to device reset with descriptions of the various packets
- createPureFileLink("kropf/load.usb.gz"); ?> - load module
- createPureFileLink("kropf/load-inuse.usb.gz"); ?> - load and replace in use module
- createPureFileLink("kropf/save.usb.gz"); ?> - save module
- createPureFileLink("kropf/save-large.usb.gz"); ?> - save large module (107748 bytes) with siblings
- createPureFileLink("kropf/save-very-large.usb.gz"); ?> - save very large module (655796 bytes) with siblings
- createPureFileLink("kropf/eventlog.usb.gz"); ?> - dump eventlog
- createPureFileLink("kropf/eventlog-with-exception.usb.gz"); ?> - dump eventlog that contains an uncaught exception
- createPureFileLink("kropf/cleareventlog.usb.gz"); ?> - clear eventlog
- createPureFileLink("kropf/screenshot.usb.gz"); ?> - save screenshot as bmp
- createPureFileLink("kropf/8800-os-load-usb.log.bz2"); ?> - (large! about 33MB) USB logs generated by VMWare Fusion as per the instructions in this tutorial.
- createPureFileLink("kropf/after.info.gz"); ?> - CFP info output before the OS install.
- createPureFileLink("kropf/before.info.gz"); ?> - CFP info output after the OS install.
-
Robert Yaklin
- createPureFileLink("yaklin/cfp.hashbootrom.output.txt.bz2"); ?>
- createPureFileLink("yaklin/cfp.hashbootrom.sniff.txt.bz2"); ?>
- createPureFileLink("yaklin/cfp.load.8700-v4.2.1.101_P2.3.0.81.sfi.notes.txt.bz2"); ?>
- createPureFileLink("yaklin/cfp.load.8700-v4.2.1.101_P2.3.0.81.sfi.programOutput.txt.bz2"); ?>
- createPureFileLink("yaklin/cfp.load.8700-v4.2.1.101_P2.3.0.81.sfi.sniff.txt.bz2"); ?> (5MB)
- createPureFileLink("yaklin/javaloader.erase.net_rim_bb_browser.sniff.txt.bz2"); ?>
- createPureFileLink("yaklin/javaloader.erase.net_rim_bb_search.net_rim_bb_timezones.net_rim_bb_voice.sniff.txt.bz2"); ?>
- createPureFileLink("yaklin/javaloader.force.erase.net_rim_bb_browser.sniff.txt.bz2"); ?>
- createPureFileLink("yaklin/javaloader.force.erase.net_rim_bb_search.net_rim_bb_timezones.net_rim_bb_voice.sniff.txt.bz2"); ?>
- createPureFileLink("yaklin/javaloader.wipe.sniff.txt.bz2"); ?>
- createPureFileLink("yaklin/javaload_multiple_files.txt.bz2"); ?> (large! about 20MB)
- createPureFileLink("yaklin/1-LoadMFI.txt.bz2"); ?>
- createPureFileLink("yaklin/3-LoadVSM.txt.bz2"); ?>
- createPureFileLink("yaklin/2-RetrieveSomeInfo.txt.bz2"); ?>
- createPureFileLink("yaklin/4-LoadSFI.txt.bz2"); ?>
Copyright © echo date("Y"); ?> - Net Direct Inc.