#3 failed to patch

已关闭
yec5 年之前创建 · 12 条评论
yec 评论于 5 年之前

Hello?

I failed to patch the first step that you noticed.

os version

mac os version : catalina, 10.15.4

reproduce

$ git clone -b mac --single-branch https://notabug.org/doublesine/navicat-keygen.git

$ cd navicat-keygen && make all

g++ -std=c++17 -O2 \
-I./common/ \
-I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib \
  \
  \
  \
./navicat-patcher/CapstoneDisassembler.cpp ./navicat-patcher/KeystoneAssembler.cpp ./navicat-patcher/Misc.cpp ./navicat-patcher/X64ImageInterpreter.cpp ./navicat-patcher/PatchSolution0.cpp ./navicat-patcher/PatchSolution1.cpp ./navicat-patcher/PatchSolution2.cpp ./navicat-patcher/PatchSolution3.cpp ./navicat-patcher/main.cpp -o ./bin/navicat-patcher -lcrypto -lcapstone -lkeystone -lplist++

g++ -std=c++17 -O2 \
-I./common/ \
-I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib \
 \
./navicat-keygen/CollectInformation.cpp ./navicat-keygen/GenerateLicense.cpp ./navicat-keygen/main.cpp ./navicat-keygen/SerialNumberGenerator.cpp -o ./bin/navicat-keygen -lcrypto
Done.

$ ./navicat-patcher /Applications/Navicat\ Premium.app
**********************************************************
*       Navicat Patcher (macOS) by @DoubleLabyrinth      *
*                  Version: 5.0                          *
**********************************************************

Press Enter to continue or Ctrl + C to abort.

[+] Try to open "Contents/MacOS/Navicat Premium" ... Ok!
[+] Try to open "Contents/Frameworks/libcc-premium.dylib" ... Ok!

[-] PatchSolution0 ...... Omitted.
[-] PatchSolution1 ...... Omitted.
[-] PatchSolution2 ...... Omitted.
[-] PatchSolution3 ...... Omitted.

[*] Your Navicat version: 15.0.16

[-] Patch abort. None of PatchSolutions will be applied.
    Are you sure your Navicat has not been patched/modified before?
Hello? I failed to patch the first step that you noticed. ## os version mac os version : catalina, 10.15.4 ## reproduce ``` $ git clone -b mac --single-branch https://notabug.org/doublesine/navicat-keygen.git $ cd navicat-keygen && make all g++ -std=c++17 -O2 \ -I./common/ \ -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib \ \ \ \ ./navicat-patcher/CapstoneDisassembler.cpp ./navicat-patcher/KeystoneAssembler.cpp ./navicat-patcher/Misc.cpp ./navicat-patcher/X64ImageInterpreter.cpp ./navicat-patcher/PatchSolution0.cpp ./navicat-patcher/PatchSolution1.cpp ./navicat-patcher/PatchSolution2.cpp ./navicat-patcher/PatchSolution3.cpp ./navicat-patcher/main.cpp -o ./bin/navicat-patcher -lcrypto -lcapstone -lkeystone -lplist++ g++ -std=c++17 -O2 \ -I./common/ \ -I/usr/local/opt/openssl@1.1/include -L/usr/local/opt/openssl@1.1/lib \ \ ./navicat-keygen/CollectInformation.cpp ./navicat-keygen/GenerateLicense.cpp ./navicat-keygen/main.cpp ./navicat-keygen/SerialNumberGenerator.cpp -o ./bin/navicat-keygen -lcrypto Done. $ ./navicat-patcher /Applications/Navicat\ Premium.app ********************************************************** * Navicat Patcher (macOS) by @DoubleLabyrinth * * Version: 5.0 * ********************************************************** Press Enter to continue or Ctrl + C to abort. [+] Try to open "Contents/MacOS/Navicat Premium" ... Ok! [+] Try to open "Contents/Frameworks/libcc-premium.dylib" ... Ok! [-] PatchSolution0 ...... Omitted. [-] PatchSolution1 ...... Omitted. [-] PatchSolution2 ...... Omitted. [-] PatchSolution3 ...... Omitted. [*] Your Navicat version: 15.0.16 [-] Patch abort. None of PatchSolutions will be applied. Are you sure your Navicat has not been patched/modified before? ```
DeltaFoX 评论于 5 年之前

I have just Fixed..

I have just Fixed..
yec 评论于 5 年之前
发布者

@DeltaFox

I've tried to do it again using your repo. (mac branch)

But failed again at same step.

@DeltaFox I've tried to do it again using your repo. (mac branch) But failed again at same step.
Double Sine 评论于 5 年之前
所有者

It seems that there's something changed inside executable files of navicat.

However, I left my macbook pro at my hometown which I am far away from, so I don't have a macOS environment to do analysis for navicat now. The mac branch won't be maintained until I have a macOS environment.

It seems that there's something changed inside executable files of navicat. However, I left my macbook pro at my hometown which I am far away from, so I don't have a macOS environment to do analysis for navicat now. The `mac` branch won't be maintained until I have a macOS environment.
DeltaFoX 评论于 5 年之前

I have write a Pull Request for the fix..

Best Regards bro Double Sine..

DFoX

@yec I have just Update NOW my FORK repo..

I have write a Pull Request for the fix.. Best Regards bro Double Sine.. DFoX @yec I have just Update NOW my FORK repo..
yec 评论于 5 年之前
发布者

@DeltaFox

I can not progress next step for get activation code when I input base64 request code then Enter.(last step)

So, I checked keygen process using top, it kept sleeping.

How can I get the Activation code?

Thanks.

@DeltaFox I can not progress next step for get activation code when I input base64 request code then Enter.(last step) So, I checked keygen process using top, it kept sleeping. How can I get the Activation code? Thanks.
DeltaFoX 评论于 5 年之前

I don't understand that you mean the keygen is fully functional... Just click activate now and regenerate key and activation...

I don't understand that you mean the keygen is fully functional... Just click activate now and regenerate key and activation...
yec 评论于 5 年之前
发布者

I tried to

  1. open navicat
  2. run patcher
  3. run code sign
  4. run keygen
  5. register
  6. manual register
  7. input request code(copy and paste)
  8. keygen does not respond
I tried to 1. open navicat 2. run patcher 3. run code sign 4. run keygen 5. register 6. manual register 7. input request code(copy and paste) 8. keygen does not respond
DeltaFoX 评论于 5 年之前

have you double press enter?

have you double press enter?
yec 评论于 5 年之前
发布者

No, I just copy, paste + Enter.

Process is end when double press enter

No, I just copy, paste + Enter. Process is end when double press enter
DeltaFoX 评论于 5 年之前

press two time enter after copy base64 request

Regards

press two time enter after copy base64 request Regards
yec 评论于 5 年之前
发布者

[-] ./common/RSACipher.hpp:251 ->

RSA_private_decrypt failed.
Hints: Are your sure you DO provide a correct private key?
[-] ./common/RSACipher.hpp:251 -> RSA_private_decrypt failed. Hints: Are your sure you DO provide a correct private key?
yec 评论于 5 年之前
发布者

@DeltaFox

Eventually, I activated.

I had a mistake at code sign step.

Thank you for your help.

Take care.

@DeltaFox Eventually, I activated. I had a mistake at code sign step. Thank you for your help. Take care.
yec4 年之前 关闭
登录 并参与到对话中。
未选择标签
未选择里程碑
未指派成员
3 名参与者
正在加载...
取消
保存
这个人很懒,什么都没留下。