Parent Directory
|
Revision Log
|
Patch
revision 98 by william, Wed May 9 23:10:12 2012 UTC | revision 99 by william, Wed May 9 23:23:38 2012 UTC | |
---|---|---|
# | Line 150 namespace RomCheater.CorePlugins.Config | Line 150 namespace RomCheater.CorePlugins.Config |
150 | { | { |
151 | //addresses.Add(t); | //addresses.Add(t); |
152 | VTLB_RELEASE_OFFSET = t; | VTLB_RELEASE_OFFSET = t; |
153 | logger.Debug.WriteLine(" Process: {0} found release build entrypoint at 0x{1:x8}", filename, t); | logger.VerboseDebug.WriteLine(" Process: {0} found release build entrypoint at 0x{1:x8}", filename, t); |
154 | break; //use only the first valid value | break; //use only the first valid value |
155 | } | } |
156 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.22 |