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
ultramagnus_tcv
218a524704
Ran new code to create md5s
...
This contains the Paul submitted code to create two md5 hashes.
2016-01-09 10:53:24 -06:00
thecompu
8ccb028902
Merge pull request #4 from paulhagstrom/master
...
Added back md5 hash of just code and full driver, added DCB length
2016-01-09 10:42:27 -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
thecompu
e36081c05c
Merge pull request #3 from paulhagstrom/master
...
Added md5 hash of each driver to help find non-identical ones.
2016-01-03 11:51:25 -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
thecompu
c21d640fd7
Merge pull request #2 from paulhagstrom/master
...
Added file name and changed format for valid/invalid reporting
2015-12-31 13:15:12 -06:00
ultramagnus_tcv
e5f1cf74ed
Readme.md updates
2015-12-31 10:50:35 -06: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
thecompu
106ab2e211
Merge pull request #1 from paulhagstrom/master
...
Fixes to keep commas and quotation marks from messing up the CSV output
2015-12-28 10:24:14 -06: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
44f1914d05
Edited Readme
2015-12-10 18:27:11 -06:00
ultramagnus_tcv
75f48adf95
Updated CSV to reflect code changes
2015-12-10 10:39:20 -06:00
ultramagnus_tcv
3456ed000c
Removed unnecessary files
2015-12-10 10:32:51 -06:00
ultramagnus_tcv
12bd0e8623
Updated Markdown
2015-12-10 10:30:57 -06:00
thecompu
0c4eeef1f8
Update Readme.md
2015-12-10 10:29:10 -06:00
thecompu
602fbca631
Update Readme.md
2015-12-10 10:28:26 -06:00
thecompu
79ec688bb1
Update Readme.md
2015-12-10 10:27:48 -06:00
ultramagnus_tcv
a93db92b48
Updated Readme.md with markdown
2015-12-10 10:26:59 -06: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
ultramagnus_tcv
fcd45f53bb
Refined sub driver search
2015-11-21 09:57:49 -06:00
ultramagnus_tcv
789aa4a3f1
Addition of sub-driver loops and removed some debug lines
2015-11-12 09:19:18 -06:00
ultramagnus_tcv
9c8d5ff997
wrote function and code for version bytes
2015-11-06 21:52:23 -06:00
ultramagnus_tcv
08d89a840e
Remove the SOSCFFA.DRIVER.BID file which was created temporarily to test a case
2015-10-28 22:11:01 -04:00
ultramagnus_tcv
12651094ec
Found that I was not handling unknown dev_types properly. I also added manufacturing dictionary.
2015-10-28 18:11:33 -04:00
ultramagnus_tcv
15cbf887b5
Just comment cleanup
2015-10-28 07:49:36 -05:00
ultramagnus_tcv
8ff4a4a1e5
Fixed Flag Byte to account for drivers that need to be loaded on a page boundary.
2015-10-28 07:43:37 -05:00
ultramagnus_tcv
7b3c085f4e
Added more DIB fields up-to-and-including the Device Type and SubType
2015-10-27 16:15:59 -05:00
ultramagnus_tcv
3d348670fa
Adjusted text unpack so that output is converted from tuple to string.
2015-10-19 19:43:39 -05:00
ultramagnus_tcv
a4510e2d62
Major rewrite of the logic and lists and dictionaries to hold found values.
2015-10-19 10:59:46 -05:00
ultramagnus_tcv
55e88bf8ae
Cleaned up some files
2015-09-29 20:20:42 -05:00
ultramagnus_tcv
08c64e4849
Updated function based on some advice.
2015-09-29 20:17:26 -05:00
ultramagnus_tcv
17c9a702ff
Expanded the function to do text unpack, too.
2015-09-27 18:57:08 -05:00
ultramagnus_tcv
308ffd970c
Added driver counter and dictionaries for hold values.
2015-09-26 11:52:05 -05:00
ultramagnus_tcv
d0fc9c3f30
Cleaned up code.
2015-09-15 16:25:05 -05:00
ultramagnus_tcv
14c15797f0
Added function and loop to iterate through file.
2015-09-12 11:09:03 -05:00
ultramagnus_tcv
14bf6bdae1
Removed prompts. Place rudimentary if/else for first eight bytes of driver. Attempted function, but it's not working.
2015-09-07 12:24:01 -05:00
thecompu
3bfd8ab0b1
CRLF
2015-08-26 12:06:27 -05:00
thecompu
5f9d69e0a4
Just clarifying thoughts....
2015-08-26 12:02:57 -05:00
ultramagnus_tcv
abb05e1ee8
Added files in prep for move to other laptop. :-/
2015-08-16 10:56:17 -05:00
ultramagnus_tcv
43ddde575c
Adding some plain-text goals and problems documents...
2015-08-16 10:23:28 -05:00