Move API

Move API technology protects applications from memory dumping and rebuilding API calls. Original API functions calls are redirected as so-called fake calls. Even if a program cracker manages to dump the application, it is of no use, because the application calls the fake API calls - not the real ones. As a result, the dumped application will not work properly.