mirror of
https://github.com/david-schmidt/a3driverutil.git
synced 2026-04-20 03:16:38 +00:00
Less debug
Signed-off-by: David Schmidt <1110325+david-schmidt@users.noreply.github.com>
This commit is contained in:
@@ -555,7 +555,6 @@ elif args.command == 'extract':
|
||||
offset = drivers_list[i]['code_start']
|
||||
driver_details.append(parseDIB(sosdriverfile,offset,0)) #we always use dib0
|
||||
|
||||
print(driver_details)
|
||||
i = find(driver_details,'name',driver_name.upper()) #find index of the driver to extract, convert name to uppercase
|
||||
|
||||
if i != -1:
|
||||
|
||||
Reference in New Issue
Block a user