OpticFusion1 / Kitsune

A program to help with reverse engineering java, vbs, batch, and html files
GNU General Public License v3.0
13 stars 2 forks source link

Get the source code for each dex class #91

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

Get the source code for each dex class

https://github.com/OpticFusion1/Kitsune/blob/fec2c369c326e2387c79b58f36940a71cb111b96/src/main/java/net/dongliu/apk/parser/parser/DexParser.java#L19


import java.nio.ByteOrder;

/**
 * parse dex file. currently we only get the class name. see: http://source.android.com/devices/tech/dalvik/dex-format.html http://dexandroid.googlecode.com/svn/trunk/dalvik/libdex/DexFile.h
 *
 * @author dongliu
 */
// TODO: Get the source code for each dex class
public class DexParser {

    private ByteBuffer buffer;

b32c22f95cff42df0ea6fde461e84055b071f93b

github-actions[bot] commented 1 year ago

Closed in 2ca67492dabadf7415ff0ad4e06587b9fb40e48c