cemu-idapython/python
2010-04-12 17:12:23 +00:00
..
idautils.py - added GetInstructionList() and GetRegisterList() to idautils.py 2010-03-22 14:21:43 +00:00
idc.py - Fixed a really subtle bug in some of the uses of _IDC_SetAttr(). In a couple of locations the call is made as part of the condition of an IF. But _IDC_SetAttr() will always return None ( "return setattr(obj, attrmap[attroffs][1], value)" ), leading to the value being properly set in the instance but never updated in the IDB. Which led to mysterious behavior because of "vanishing" attributes 2010-04-12 17:12:23 +00:00
init.py - minor code cleanup 2010-03-05 11:35:28 +00:00