|
address = client.lpBaseOfDll + re.search(rb'.\x69\x6A\x00\x6A\x04', |
address = client.lpBaseOfDll + re.search(rb'.\x69\x6A\x00\x6A\x04', clientModule).start()
AttributeError: 'NoneType' object has no attribute 'start'
Is there a fix or we should just remove this feature?