yhs0602 / Android-Disassembler

Disassemble ANY files including .so (NDK, JNI), Windows PE(EXE, DLL, SYS, etc), linux binaries, libraries, and any other files such as pictures, audios, etc(for fun)files on Android. Capstone-based disassembler application on android. 안드로이드 NDK 공유 라이브러리, Windows 바이너리, etc,... 리버싱 앱
https://kyhsgeekcode.github.io/Android-Disassembler/
MIT License
592 stars 95 forks source link

Crash when opening 60mb so file #708

Open XnYnMaybeZ opened 1 year ago

XnYnMaybeZ commented 1 year ago

Describe the bug A crash because of low memory

To Reproduce Steps to reproduce the behavior:

  1. Go to the file libil2cpl.so
  2. Create a project
  3. Open the file
  4. The app freezes

Expected behavior File should be disassembled

Screenshots No screenshots

Smartphone (please complete the following information):

Additional context When i try to load the file the program instantly freezes the reason I think that is happening because of the low memory. There isn't enough memory for the app. So I think instead of processing the file all at once, should be processed by chunks