Download List

Projeto Descrição

Soot is a Java optimization framework. It provides three intermediate representations for analyzing and transforming Java bytecode: baf, a streamlined representation of bytecode which is simple to manipulate; jimple, a typed 3-address intermediate representation suitable for optimization; and grimp, an aggregated version of Jimple suitable for decompilation and code inspection. Soot can be used as a stand alone tool to optimize or inspect class files and a framework to develop optimizations or transformations on Java bytecode.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2001-04-04 00:35
1.2.2

Algumas correções de bugs e melhorias de desempenho, readaptação Jasmin para 1.06s10 versão, melhorias para lidar com JSR aninhados / RETs, uma correção para um bug em gramática para os dados de atributo, e GetNodes substituindo (). Contains () por containsNode () in jimple / ferramentas / invocar / MethodCallGraph.java que acelera a construção do gráfico chamada.
Tags: Minor bugfixes
Some bugfixes and performance improvements, upgrading Jasmin to version 1.06s10, improvements to handle nested JSR/RETs, a fix for a bug in grammer for attribute data, and replacing getNodes().contains() by containsNode() in jimple/toolkits/invoke/MethodCallGraph.java which speeds up the call graph construction.

2001-01-30 15:13
1.2.0

Suporte para anotar arquivos de classe Java, uma execução limpa da variável tipo de análise, e um novo sistema melhorado de digitação. Há também uma série de correções de bugs e alguma documentação nova.
Support for annotating Java class files, a clean implementation of Variable Type Analysis, and a new, improved typing system. There are also a number of bugfixes and some new documentation.

Project Resources