Survey

A library for re-mapping compiled Java artifacts.

Лицензия

Лицензия

Группа

Группа

me.jamiemansfield
Идентификатор

Идентификатор

survey
Последняя версия

Последняя версия

0.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

Survey
A library for re-mapping compiled Java artifacts.
Ссылка на сайт

Ссылка на сайт

https://github.com/jamiemansfield/Survey
Система контроля версий

Система контроля версий

https://github.com/jamiemansfield/Survey

Скачать survey

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
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

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
0.1.0