Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ class InvokedynamicRewritingExecutionTest extends AnyFunSpec with Matchers {
// Otherwise, the hermes resources are not included and hermes won't find
// HermesCLI.txt for example
val paths = Array(
new File("TOOLS/hermes/src/main/resources/").toURI.toURL,
new File("DEVELOPING_OPAL/tools/src/main/resources/").toURI.toURL,
new File("OPAL/ai/src/main/resources/").toURI.toURL,
new File("OPAL/ba/src/main/resources/").toURI.toURL,
Expand Down
3 changes: 0 additions & 3 deletions OPAL/ProjectDependencies.mmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ flowchart BT
IDE[IDE<br>ide]
BytecodeInfrastructure[Bytecode Infrastructure<br>bi]
AbstractInterpretationFramework[Abstract Interpretation Framework<br>ai]
Hermes[Hermes<br>hermes]
ConfigurationExplorer[Configuration Explorer<br>ce]
Common[Common<br>common]
BytecodeDisassembler[Bytecode Disassembler<br>da]
Expand All @@ -21,7 +20,6 @@ flowchart BT

style Common fill:#9cbecc,color:black
style Framework fill:#c0ffc0
style Hermes fill:#ffd7cf

Framework --> BytecodeAssembler
Framework --> ArchitectureValidation
Expand All @@ -34,7 +32,6 @@ flowchart BT
IDE --> BytecodeRepresentation
BytecodeInfrastructure --> Common
AbstractInterpretationFramework --> BytecodeRepresentation
Hermes --> Framework
ConfigurationExplorer --> BytecodeRepresentation
BytecodeDisassembler --> BytecodeInfrastructure
StaticAnalysisInfrastructure --> Common
Expand Down
Binary file modified OPAL/ProjectDependencies.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion OPAL/ProjectDependencies.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 0 additions & 2 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ OPAL consists of several projects:

* **APK** (OPAL/apk) Provides support for parsing Android APK packages, supporting DEX and native code.

* **Hermes** (OPAL/TOOLS/hermes): A framework to run various code queries against sets of projects.

## Developer Tools

OPAL also comes with a growing number of tools that are intended to help developers to become familiar with Java Bytecode and/or OPAL. These projects are found in the folder `DEVELOPING_OPAL/tools` and can be run using the SBT console.
Expand Down
2 changes: 1 addition & 1 deletion TOOLS/ce/src/main/resources/ce.conf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# @description This setting contains a list of filenames that are in use for configuration files in this project
# reference.conf, application.conf are default filenames defined by the maker of typesafe configuration
# @type String
configurationFilenames = ["ce.conf","reference.conf","application.conf", "hermes.conf","CommandLineProject.conf","LibraryProject.conf","NoTransformations.conf"]
configurationFilenames = ["ce.conf","reference.conf","application.conf","CommandLineProject.conf","LibraryProject.conf","NoTransformations.conf"]

# @brief Toggle for replacing classes in the configuration documentation
# @description You can use this option to activate / deactivate the replacement of subclass type configuration entries
Expand Down
15 changes: 0 additions & 15 deletions TOOLS/hermes/README.markdown

This file was deleted.

1 change: 0 additions & 1 deletion TOOLS/hermes/build.sbt

This file was deleted.

35 changes: 0 additions & 35 deletions TOOLS/hermes/src/main/resources/README.markdown

This file was deleted.

137 changes: 0 additions & 137 deletions TOOLS/hermes/src/main/resources/hermes-test-fixtures.json

This file was deleted.

87 changes: 0 additions & 87 deletions TOOLS/hermes/src/main/resources/hermes.conf

This file was deleted.

Loading