Survey

A library for re-mapping compiled Java artifacts.

License

License

GroupId

GroupId

me.jamiemansfield
ArtifactId

ArtifactId

survey
Last Version

Last Version

0.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Survey
A library for re-mapping compiled Java artifacts.
Project URL

Project URL

https://github.com/jamiemansfield/Survey
Source Code Management

Source Code Management

https://github.com/jamiemansfield/Survey

Download survey

How to add to project

<!-- https://jarcasting.com/artifacts/me.jamiemansfield/survey/ -->
<dependency>
    <groupId>me.jamiemansfield</groupId>
    <artifactId>survey</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/me.jamiemansfield/survey/
implementation 'me.jamiemansfield:survey:0.1.0'
// https://jarcasting.com/artifacts/me.jamiemansfield/survey/
implementation ("me.jamiemansfield:survey:0.1.0")
'me.jamiemansfield:survey:jar:0.1.0'
<dependency org="me.jamiemansfield" name="survey" rev="0.1.0">
  <artifact name="survey" type="jar" />
</dependency>
@Grapes(
@Grab(group='me.jamiemansfield', module='survey', version='0.1.0')
)
libraryDependencies += "me.jamiemansfield" % "survey" % "0.1.0"
[me.jamiemansfield/survey "0.1.0"]

Dependencies

compile (4)

Group / Artifact Type Version
net.sf.jopt-simple : jopt-simple jar 5.0.3
org.ow2.asm : asm-commons jar 6.0
me.jamiemansfield : lorenz jar 0.2.0
me.jamiemansfield : csv jar 0.1.0

Project Modules

There are no modules declared in this project.

Survey

Survey is a binary transformation and -remapping framework for Java, built on ASM and Lorenz.

Features

Survey is a powerful, flexible tool that can be used in a variety of workflows - both programmatic (through Survey's simple API), and through the CLI.

  • Apply de-obfuscations mappings to a jar file.
    • Specific focus on producing valid, runnable output
      • Directory entries will be created for new directories, and obsolete ones will be removed (this resolves an issue with running programs using log4j2)
      • The MANIFEST will be remapped, specifically the Main-Class attribute
      • Service Provider Configurations will be remapped

Survey is also designed to be highly safe, and is backed by unit tests covering vast amounts of its functionality (the majority of these tests are in the larger upstream projects - Lorenz and Bombe).

License

Survey is made available under the Mozilla Public License 2.0, you can find a copy on this repository: LICENSE.txt.

me.jamiemansfield

Jamie Mansfield

Versions

Version
0.1.0