资 源 简 介
This project is a dedication to all my works in progress.
TDParser is an XML Parser for the FireFox plugin called TamperData. TamperData allows you to modify web browser parameters when surfing web pages, and this plugin takes that data and does something with it. First, it can print the data out and put it into a character delimited format, for export into a spread sheet.
FiddlerParser is parser for fiddler archives. Fiddler is a web proxy for Windows, and it again allows data to be modified and a great many other features. This parser takes in a Fiddler Archive and creates all the necessary requests and responses in the sessions, and then the user can do what they will with it. My purpose was to interface it with a fuzzer, but time is short and I have priorities ;). This code is still in Beta.
Elffile is a shallow attempt to create the ELF equivalent of PEfile developed by Ero Carerra. This project is unstable, but it is getting stabler by the day.