This website requires JavaScript.
Explore
Help
Sign In
The-Homebrew-Cloud
/
cemu-idapython
Watch
2
Star
0
Fork
0
You've already forked cemu-idapython
mirror of
https://github.com/cemu-project/idapython.git
synced
2024-11-24 10:09:20 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
53d99a141a
cemu-idapython
/
python
History
ero.carrera@gmail.com
53d99a141a
- 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
..
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