Skip to content

Instantly share code, notes, and snippets.

View Schachte's full-sized avatar
🫠

Ryan Schachte Schachte

🫠
View GitHub Profile
for child in root:
if child.attrib['major'] == str(hex(int(major_bits[::-1], 2))) and child.attrib['minor'] == str(hex(int(minor_bits[::-1], 2))):
command_name = str(child.attrib['name'])
print 'inside of this'
for grandchild in child.getchildren():
print str(grandchild.attrib['bytes'])