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

automating diffing process #315

Open
djn3m0 opened this issue Sep 24, 2024 · 2 comments
Open

automating diffing process #315

djn3m0 opened this issue Sep 24, 2024 · 2 comments

Comments

@djn3m0
Copy link

djn3m0 commented Sep 24, 2024

Hi,

I'm trying to diff binary files automatically and unattended.

I tried,

ida64.exe -A -B -Sc:\Users\user\Desktop\diaphora\diaphora.py c:\Users\user\Desktop\ntos\test1.exe

But I have two issues,

  1. I cannot tell when the script is done so I can go on with the next file
  2. The IDA Pro UI is popping up despite having -A and -B flags

Thanks

@joxeankoret
Copy link
Owner

Hey!

You need to setup some environment variables first, as pointed out here: https://github.com/joxeankoret/diaphora/wiki/How-can-I-automate-the-diffing-process%3F

If the GUI tool ida64.exe isn't working for you for some reason in batch mode, try with idat64.exe.

By the way, which IDA version are you using?

@djn3m0
Copy link
Author

djn3m0 commented Sep 25, 2024

Im using 8.4.

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

2 participants