Giter Club home page Giter Club logo

bat's People

Contributors

blaisorblade avatar delors avatar dsiebert avatar mitschke avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Forkers

blaisorblade

bat's Issues

LocalVariableTable_attribute is missing in Method_Info attributes

Transformations of bytecode that contains local variable tables result in a BAT model instance that does not contain these information.

Simple example:
(Java Code):
public void testMethod() {
List list = new ArrayList();
list.add(null);
}

(Bytecode):
public void testMethod();
Code:
0: new #17; //class java/util/ArrayList
3: dup
4: invokespecial #19; //Method java/util/ArrayList."":()V
7: astore_1
8: aload_1
9: aconst_null
10: invokeinterface #20, 2; //InterfaceMethod java/util/List.add:(Ljava/lang/Object;)Z
15: pop
16: return

LineNumberTable:
line 8: 0
line 9: 8
line 10: 16

LocalVariableTable:
Start Length Slot Name Signature
0 17 0 this Ltest/TestClass;
8 9 1 list Ljava/util/List;

Extracted (Method_Info) attributes:
Only the following Code_attribute is attached to the Method_Info object...

Code_attribute(maxStack=2, maxLocals=2,Array(NEW(ObjectType(className="java/util/ArrayList")), DUP, INVOKESPECIAL(ObjectType(className="java/util/ArrayList"),,MethodDescriptor(parameterTypes=List(); returnType=VoidType)), ASTORE_1, ALOAD_1, ACONST_NULL, INVOKEINTERFACE(ObjectType(className="java/util/List"),add,MethodDescriptor(parameterTypes=List(ObjectType(className="java/lang/Object")); returnType=BooleanType)), POP, RETURN)WrappedArray(),WrappedArray())

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.