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

Crash report #38

Closed
fire-bot opened this issue Dec 3, 2018 · 2 comments
Closed

Crash report #38

fire-bot opened this issue Dec 3, 2018 · 2 comments

Comments

@fire-bot
Copy link
Collaborator

fire-bot commented Dec 3, 2018

Sent by Admin Gpd (gpdxdveil@gmail.com). Created by fire.


com.kyhsgeekcode.disassembler.NotThisFormatException
at com.kyhsgeekcode.disassembler.PEFile.(PEFile.java:20)
at com.kyhsgeekcode.disassembler.MainActivity.AfterReadFully(MainActivity.java:2126)
at com.kyhsgeekcode.disassembler.MainActivity.OnChoosePath(MainActivity.java:2101)
at com.kyhsgeekcode.disassembler.MainActivity.access$1000099(MainActivity.java)
at com.kyhsgeekcode.disassembler.MainActivity$100000026.onSelect(MainActivity.java:1979)
at com.codekidlabs.storagechooser.fragments.SecondaryChooserFragment$7$1.run(SecondaryChooserFragment.java:188)
at android.os.Handler.handleCallback(Handler.java:751)
at android.os.Handler.dispatchMessage(Handler.java:95)
at android.os.Looper.loop(Looper.java:154)
at android.app.ActivityThread.main(ActivityThread.java:6077)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:865)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:755)

@yhs0602
Copy link
Owner

yhs0602 commented Dec 3, 2018

Hello, what file are you trying to work on? Currently auto-parsing is only supported for wide-known file formats. (Much support on ELF files, less support for PE files) You have to setup manually when you want to disassemble a text files.. (As the app cannot find out where the code starts, or which address should it use to show jump target address, etc...)

@yhs0602
Copy link
Owner

yhs0602 commented Dec 3, 2018

If it is a widely- known file that I don't know yet, please let me know. Thanks!

@yhs0602 yhs0602 closed this as completed Dec 24, 2018
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