JayFoxRox / xbox-tools

A collection of tools related to original Xbox
62 stars 11 forks source link

fixes #7 dict of modules to find the base addresses #30

Closed 0DaveX closed 7 years ago

0DaveX commented 7 years ago

fixes #7

implemented interface.if_xbdm.GetModules() xbdm.dll is also located now

so now you can do this: print("xdbm.dll base addr is: "+str(modules["xbdm.dll"]["base"]))

JayFoxRox commented 7 years ago

Please don't close PRs without reason. Always try to state your intention: