Code Monkey home page Code Monkey logo

Comments (17)

fjh658 avatar fjh658 commented on August 18, 2024 1

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.

from ida7.0_sp.

thinkycx avatar thinkycx commented on August 18, 2024

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

from ida7.0_sp.

thinkycx avatar thinkycx commented on August 18, 2024

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

from ida7.0_sp.

fjh658 avatar fjh658 commented on August 18, 2024

Checking binary file checksum:

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

shasum libqcocoa.dylib
23d94e8dae902515f1587e4bda8292e536c8e25a  libqcocoa.dylib

@thinkycx

from ida7.0_sp.

thinkycx avatar thinkycx commented on August 18, 2024

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

from ida7.0_sp.

fjh658 avatar fjh658 commented on August 18, 2024

You should know how to do it. @thinkycx

Good luck!

from ida7.0_sp.

thinkycx avatar thinkycx commented on August 18, 2024

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

from ida7.0_sp.

fjh658 avatar fjh658 commented on August 18, 2024

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

from ida7.0_sp.

thinkycx avatar thinkycx commented on August 18, 2024

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

from ida7.0_sp.

sailnorth avatar sailnorth commented on August 18, 2024

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

from ida7.0_sp.

sailnorth avatar sailnorth commented on August 18, 2024

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

from ida7.0_sp.

fjh658 avatar fjh658 commented on August 18, 2024

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

image

from ida7.0_sp.

fjh658 avatar fjh658 commented on August 18, 2024

iTerm2 @sailnorth

from ida7.0_sp.

thinkycx avatar thinkycx commented on August 18, 2024

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

from ida7.0_sp.

sailnorth avatar sailnorth commented on August 18, 2024

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

from ida7.0_sp.

thinkycx avatar thinkycx commented on August 18, 2024

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

from ida7.0_sp.

fjh658 avatar fjh658 commented on August 18, 2024

👍 @thinkycx

from ida7.0_sp.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.