Downloadliste

Projektbeschreibung

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.

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Einige Bugfixes und Performance-Verbesserungen, Jasmin Upgrade auf Version 1.06s10, Verbesserungen Griff verschachtelten JSR / RETs, eine Korrektur für einen Fehler in der Grammatik für Attribut-Daten und den Ersatz von getNodes (). () Enthält, durch containsNode () in jimple / Toolkits / aufrufen / MethodCallGraph.java verbessert die Geschwindigkeit des Call Graph Bau.
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

Unterstützung für Java-Klasse-Dateien mit Anmerkungen versehen, eine saubere Implementierung der Variable Typ-analyse, und ein neues, verbessertes System eingeben. Es gibt auch eine Reihe von Bugfixes und einige neue Dokumentation.
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