x64dbg打开,直接搜索字符串:
"IsRegistered"
查找引用位置,只有一个地方引用。这个位置就是校验授权的函数,修改这个函数,使得其总是返回3.这代表着"single computer license".
保存即可