mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-05-25 14:57:08 +00:00
Fixed: Correct AS/P-code matching in editor for AS3 after using deobfuscation
This commit is contained in:
@@ -59,4 +59,20 @@ public interface GraphSourceItem extends Serializable, Cloneable {
|
||||
public String getFile();
|
||||
|
||||
public abstract int getBytesLength();
|
||||
|
||||
/**
|
||||
* Gets virtual address. A virtual adress can be used for storing original
|
||||
* address before applying deobfuscation
|
||||
*
|
||||
* @return
|
||||
*/
|
||||
public long getVirtualAddress();
|
||||
|
||||
/**
|
||||
* Sets virtual address. A virtual adress can be used for storing original
|
||||
* address before applying deobfuscation
|
||||
*
|
||||
* @param virtualAddress
|
||||
*/
|
||||
public void setVirtualAddress(long virtualAddress);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user