Address Logger Problem I'm not very good in English, so yeah. I successfully made an address logger. But there was some problem with my sig. Code: DWORD PlayerPointer = FindPattern(0x400000, 0x9c0000,(PBYTE)"\x60\x00\x12\x06", "x?xx"); So the actual address of Player Pointer is 0xA155FC. But in the logresult.txt it, showed 0x0. I 100% sure the problem was in the sig -> '0x9c0000'. I tried to change the '0x9c0000' to '0x20000000' , but the logresult.txt showed nothing/failed. Any help will be appreciated.