Skip to content

jvdb/trinity

Repository files navigation

Trinity, an IDE for Derric

Trinity is an integrated development/debugging environment (IDE) for Derric, a domain-specific language to declaratively describe binary file formats. It provides automatic synchronization in the user interface between individual bytes in the input data and elements in the Derric source code.

Screencast

To get an overview of the key features of Trinity, we have created a screencast.

Installing

Trinity is a Java/Swing application. However, it depends on the Derric compiler, which was written in Rascal. So to be able to install and run Trinity, Derric and Rascal must be installed first:

Running the IDE

To run the IDE, go to the trinity project and execute the org.derric_lang.trinity.Main class as a Java application in Eclipse.

License

Copyright 2013 Netherlands Forensic Institute and Centrum Wiskunde & Informatica

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

About

Prototype of a live hex editor to edit Derric descriptions.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages