pgarba / SwitchIDAProLoader

Loader for IDA Pro to support the Nintendo Switch NRO binaries
191 stars 23 forks source link

Release code? #1

Closed strazzere closed 6 years ago

strazzere commented 7 years ago

If you'd like help - you should release the actual code for the loader, opposed to just a release binary. Also, you can upload the binaries as an actual release, to the release part of the repo -- like most project do. Then the actual code section can contain the code.

Otherwise, there isn't much need for a github repo since there isn't going to be any collaboration on anything...

Just my 2cents.

strazzere commented 7 years ago

Also, the included release binary is only a windows DLL - thus cannot be run on any systems. If code is provided I can compile a MachO binary of MacOS IDA users :)

pgarba commented 7 years ago

Hey,

Yes, I plan to release the source but I'm still reversing some internals of the object format.

Let me get the code in a better shape today and then I go to release it ;)

strazzere commented 7 years ago

Awesome - no rush, though I can always help make it prettier as well!

Pysis868 commented 6 years ago

I did find the Mac directory to be /Applications/IDA Free/ida64.app/Contents/MacOS/loaders, and currently found 3 files that are not DLLs in IDA 7.0 Free:

pgarba commented 6 years ago

Sorry I don’t have IDA for mac so I can’t test it. Pysis868 notifications@github.com schrieb am Sa. 16. Juni 2018 um 05:28:

I did find the Mac directory to be /Applications/IDA Free/ida64.app/Contents/MacOS/loaders, and currently found 3 files that are not DLLs in IDA 7.0 Free:

  • elf64.dylib
  • macho64.dylib
  • pe64.dylib

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/pgarba/SwitchIDAProLoader/issues/1#issuecomment-397800400, or mute the thread https://github.com/notifications/unsubscribe-auth/AJJSXwtC38vGB9nFG-eqFHdrdMrViRH8ks5t9M_UgaJpZM4NKmgW .

Haaroon commented 6 years ago

uploaded yet? would like to compile for mac