Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I need help #4

Open
sailnorth opened this issue Nov 25, 2018 · 17 comments
Open

I need help #4

sailnorth opened this issue Nov 25, 2018 · 17 comments

Comments

@sailnorth
Copy link

sailnorth commented Nov 25, 2018

sorry,I don‘t know how to fix this bug,could you please help me step by step?thx!

@thinkycx
Copy link

thinkycx commented Nov 25, 2018

step zero

start terminal

step one

git clone https://github.com/fjh658/IDA7.0_SP.git
cd IDA7.0_SP

step two(macOS)

cp /Applications/IDA\ Pro\ 7.0/ida.app/Contents/PlugIns/platforms/libqcocoa.dylib /Applications/IDA\ Pro\ 7.0/ida.app/Contents/PlugIns/platforms/libqcocoa.dylib.bak
cp libqcocoa.dylib /Applications/IDA\ Pro\ 7.0/ida.app/Contents/PlugIns/platforms/libqcocoa.dylib

step three

restart IDA

@fjh658
Copy link
Owner

fjh658 commented Nov 25, 2018

Are you sure that there is only one file libqcocoa.dylib.bak about the platforms directory?

You need to ensure that the backup file libqcocoa.dylib does not end with dylib.

@sailnorth @thinkycx

When testing, you can just keep one file libqcocoa.dylib for platforms directory.

@thinkycx
Copy link

thinkycx commented Nov 25, 2018

Yes. Before I cp the libqcocoa.dylib to the platforms directory, there is no other file in it.
image

➜  platforms pwd
/Applications/IDA Pro 7.0/ida64.app/Contents/PlugIns/platforms
➜  platforms ls
libqcocoa.dylib     libqcocoa.dylib.bak
➜  platforms

@fjh658

@fjh658
Copy link
Owner

fjh658 commented Nov 25, 2018

Checking binary file checksum:

md5 libqcocoa.dylib
MD5 (libqcocoa.dylib) = 9c8fa1ec2d16bc18e326f362918b0cb9

shasum libqcocoa.dylib
23d94e8dae902515f1587e4bda8292e536c8e25a  libqcocoa.dylib

@thinkycx

@thinkycx
Copy link

thinkycx commented Nov 25, 2018

Checking binary file checksum:

md5 libqcocoa.dylib
MD5 (libqcocoa.dylib) = 9c8fa1ec2d16bc18e326f362918b0cb9

shasum libqcocoa.dylib
23d94e8dae902515f1587e4bda8292e536c8e25a  libqcocoa.dylib

@thinkycx

Wow....it's different!

➜  platforms md5 libqcocoa.dylib
MD5 (libqcocoa.dylib) = ff8a1f3fea897c40055cefd7bb7ccf40
➜  platforms
➜  platforms shasum libqcocoa.dylib
e1644a89b27aaf570cdb716f72d5e50612373cbf  libqcocoa.dylib
➜  platforms

@fjh658

@fjh658
Copy link
Owner

fjh658 commented Nov 25, 2018

You should know how to do it. @thinkycx

Good luck!

@thinkycx
Copy link

It's very interesing. I remember I have copied it before. And I can find my copy history .
But my IDA doesn't crash now.
@fjh658

@fjh658
Copy link
Owner

fjh658 commented Nov 25, 2018

Please using the libqcocoa.dylib of IDA7.0_SP's master.

  • Fixed when multiply input method the IDA pro7.0 on mojave, ida will crash in non-english input method.
  • Fixed shortcuts do not work in non-english input method. Eg: F2, tab, ctrl+enter etc.
  • Added load bundle for open dialog (The official Qt does not support this feature, but this is suitable for ida )
    @thinkycx

@thinkycx
Copy link

I got the point.

You have updated the binary 21days ago.
However, I did't update because I don't know the updates information.
What are the differences between them? (you can see the picture below)

image
@fjh658

@sailnorth
Copy link
Author

thx a lot @thinkycx @fjh658 i learn a lot from you

@sailnorth
Copy link
Author

Yes. Before I cp the libqcocoa.dylib to the platforms directory, there is no other file in it.
image

➜  platforms pwd
/Applications/IDA Pro 7.0/ida64.app/Contents/PlugIns/platforms
➜  platforms ls
libqcocoa.dylib     libqcocoa.dylib.bak
➜  platforms

@fjh658

i wanna know what’s your fantastic terminal‘s name,thx

@fjh658
Copy link
Owner

fjh658 commented Nov 25, 2018

Added load bundle(package) for open dialog that .app as directory. @sailnorth

image

@fjh658
Copy link
Owner

fjh658 commented Nov 25, 2018

iTerm2 @sailnorth

@thinkycx
Copy link

Yes. Before I cp the libqcocoa.dylib to the platforms directory, there is no other file in it.
image

➜  platforms pwd
/Applications/IDA Pro 7.0/ida64.app/Contents/PlugIns/platforms
➜  platforms ls
libqcocoa.dylib     libqcocoa.dylib.bak
➜  platforms

@fjh658

i wanna know what’s your fantastic terminal‘s name,thx

About my terminal

Yes. iTerm2 + zsh + oh-my-zsh and some plugins on it.
You can install it with one script I wrote. https://gist.github.com/thinkycx/2e21c3572a8d1fde21aad07a58fcf940
@fjh658 @sailnorth

@sailnorth
Copy link
Author

thx a lot!!!!!! @thinkycx @fjh658

@thinkycx
Copy link

I saw the updates here.
https://github.com/fjh658/IDA7.0_SP/commits/master.
I have updated the binary to the latest. Thank you. @fjh658

➜  platforms shasum libqcocoa.dylib
23d94e8dae902515f1587e4bda8292e536c8e25a  libqcocoa.dylib
➜  platforms md5 libqcocoa.dylib
MD5 (libqcocoa.dylib) = 9c8fa1ec2d16bc18e326f362918b0cb9

image

@fjh658
Copy link
Owner

fjh658 commented Nov 25, 2018

👍 @thinkycx

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants