Skip to content

PAMunb/JimpleFramework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JimpleFramework

Build Status

A Rascal implementation of the Jimple framework. The current version supports:

  • parsing Java Byte Code into a JIMPLE representation.
  • JIMPLE code optmization constructs.
  • a framework for dataflow analysis.

Requirements

  • Java ?
  • Maven
  • Rascal
  • Eclipse IDE
  • Lombok

Setting up your requirements

  1. Make sure Eclipse is running on Java ?. Also, you need to setup your PATH to use Java ? when using Maven.
  2. Install Lombok into Eclipse IDE. https://projectlombok.org/setup/eclipse

Installation Procedure