Commit Graph

23 Commits

Author SHA1 Message Date
David Schmidt 0b243ba736
Correct character driver descriptions, make example csv match example driver (#8)
* Correct character descriptions, update example csv

* Update example output
2021-06-28 08:51:35 -05:00
David Schmidt a30f68ed0f
Decode device type, add known manufacturers (#7) 2021-06-27 17:42:39 -05:00
David Schmidt f8c3d43e2c
Documentation updates (#6)
* Update Readme.md

* Update Readme.md

* Recognize Rob Justice

* Uniform headers

* Ignorance is bliss
2021-06-16 22:21:15 -05:00
ultramagnus_tcv a1ab70deb3 Major Update
After Rob Justice fixed a problem with driver counting, everyone
decided that sub_driver names needed to be put in the CSV, but how.
First, we worked out how to get the sub_driver names properly. Once
done, we introduced a new field in the CSV to hold the sub_driver
names. Lastly, we placed the sub_driver names in the field, each
delimited by a pipe “|” character. A new EXAMPLE.SOS.DRIVER file has
been introduced, one that Rob Justice provided which contains a .MOUSE
sub_driver under .CONSOLE and a new EXAMPLE.OUTPUT.csv has been offered
as well.
2016-04-22 11:10:39 -05:00
robjustice 12bcf0ad11 Update Driv3rs.py
Update the loop to count the number of devices in a driver. Now counts the numbers correctly.
2016-04-10 10:24:13 +10:00
thecompu 5d7322f5bf Added argparse module and rewrote script based upon use. All initial crawls through the DIBs now record strictly decimabls unless output is ascii. At CSV write time, adjustments are made based upon options thrown when you run the script. New options include -rd for all decimal output and -rh for all hex output. Not specifying those arguments will get you more English friendly output. 2016-02-08 19:27:40 -06:00
ultramagnus_tcv 83ca1f3808 Slight change to remove spaces in front of some csv fields 2016-01-09 17:34:50 -06:00
ultramagnus_tcv e43df70d84 Stuck Banner in Usage.
Altered name order.
2016-01-09 16:35:34 -06:00
ultramagnus_tcv f54aa8e605 Added a banner
Added a banner because I’m “old school” … ALL THE WAY!
2016-01-09 11:03:17 -06:00
Paul Hagstrom 3ef242f49f Added md5 hashing of code alone and full driver, added DCB length, and stored link to next driver 2016-01-07 18:08:49 -05:00
ultramagnus_tcv 4c8145f8a3 Disabling MD5
Disabling MD5 until I can take a long look and what it’s supposed to
do. Right now, it’s not working as expected.
2016-01-06 11:24:04 -06:00
ultramagnus_tcv cfb2002bef Quick adjustment for md5
md5 does _not_ add the comment_start and dib_start fields as part of
the hash. (No point since they would change easily if drivers are in a
different order.)
2016-01-05 19:53:42 -06:00
ultramagnus_tcv 373a02b504 Whoops. Added an error with last commit. 2016-01-03 19:21:54 -06:00
ultramagnus_tcv d21cb8774b Refactor?
Moved hashing out of major driver loop. Created a new hashing function.
Moved addition of md5 hash to end of DIB walk.
2016-01-03 19:18:33 -06:00
Paul Hagstrom d059176c14 Added md5 hash of each driver to help find non-identical ones. 2016-01-03 00:13:53 -05:00
Paul Hagstrom 9e9e0ed823 Added file name and changed format for valid/invalid reporting (for batch runs) 2015-12-31 11:32:49 -05:00
Paul Hagstrom fc33ee7dc1 Fixes to keep commas and quotation marks from messing up the CSV output 2015-12-27 02:30:10 -05:00
ultramagnus_tcv 7336257383 Thought better of logging the csv. Changed to the input file. 2015-12-10 09:00:50 -06:00
ultramagnus_tcv 5f75a5ea09 Removed debug line 2015-12-09 19:39:52 -06:00
ultramagnus_tcv 3a711a528b RC1
Altered the script to append CSV information if CSV file already exists.

Changed MFG to output the raw data found in the SOS.DRIVER if we
encounter an unknown manufacturer.

Rewrote Readme.MD
2015-12-09 19:31:34 -06:00
ultramagnus_tcv 04fe11680d comments and Alpha/Beta/Experiment version numbers
Rewrote all the comments in a more friendly format. Also: created logic
depending upon the value of the ‘q’ field in the version number. Now
prints out Alpha, Beta, and Experimental if encountered.
2015-11-30 18:42:32 -06:00
ultramagnus_tcv a37db8e67b first go around with creating a cvs 2015-11-26 19:32:44 -06:00
ultramagnus_tcv e4f7a3ee3a Added argue stuff. Renamed script to Driv3rs.py (Better Name) 2015-11-26 17:42:52 -06:00