Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/QuiltMC/enigma

A deobfuscation/remapping tool for Java bytecode, fork of cuchaz's Enigma.
https://github.com/QuiltMC/enigma

Allow renaming method arguments where they're used (Fix #32)

aa031d1cbd1a6ca0d15ff72310e95600737f17c2 authored over 8 years ago
Add 'enigma.useSystemLookAndFeel' system property (#30)

e32e2e97ec5adc266f1fd0a569a7ea809f5b32f1 authored over 8 years ago
update Gradle wrapper

540e2743f24a837b5e11ab3379ab51295082a1a0 authored over 8 years ago
add Jenkinsfile and new Maven

4f5c97eaaa40e65274c692662559bd26a7d591f3 authored over 8 years ago
Comment debug openDeclaration

70df79440c02818e4a349c244fbc83a9cc97d39a authored over 8 years ago
Allow for selecting and copying text (Fix #22)

d4eab18648bea26ef348045e9eba0a651292c4c5 authored over 8 years ago
Rename for types select only the name part for deob ClassEntry (Fix #24)

ab94868dd728f791a0ba7e4c6af6900e7193516f authored over 8 years ago
Make sure to use UTF-8 in any case for I/O, change "Mark as deobfuscated" key and clean up

fc530f49fdbf773c497e3714c1f8e7c79020e0a3 authored over 8 years ago
fix method/argument renaming edge cases, add method/argument name rebuilder, add Package to Access enum

cfbb0efbff7c0fb2128fea25c2e15f4f911077c1 authored over 8 years ago
fix publify not handling package-default methods

0fa9760e176fbb4a0b3107b2d64c10eee228592f authored over 8 years ago
Update Procyon to 0.5.33.8

e29dc51b7079a17b611483f18997467e00475e2e authored over 8 years ago
Fix generic issue with return type signature

eccda558cb3ecf07bd66f726022d9cd7d2c8e99d authored over 8 years ago
Add a recursive scan for interfaces

db422a9332e0c8942e21d7728f68d28c1bcb6a19 authored over 8 years ago
Follow Javassist signature instead of ignoring generic classes (Fix #19)

591f44c85c392ecf281039a9f3c52673c11d9584 authored over 8 years ago
Generify ProcyonEntryFactory (Fix #18)

428574f8a44bdd21bbe408dde6d1df2b3db1efae authored over 8 years ago
A little bit of clean up

e0e3141619cecd54c087d964654e6c35511c48f9 authored over 8 years ago
Avoid Engima converter detecting <init> and <clinit> as matchable token

31e84d264162ea1062c1c0d211909b173c1a63c1 authored over 8 years ago
Fix for the last commit

3e2bb9b2b5e4c6e0e7ea62f4921d2e317c07034e authored over 8 years ago
Converter: fix inheritance issue with matcher system

357e86d096f91c2734b78227cff3166332a54636 authored over 8 years ago
Crash if we find duplicate mappings of classes (Fix #15)

05b353a5f69772cc0778f7542cbafb9eb93eb5b6 authored over 8 years ago
Fix generic method not being mapped as token in the editor (Close #16)

da42934c0a9c2ba9d209afe847940c69d37191b8 authored over 8 years ago
Fix #14

8b470d9e7e2f9103da76b388613dbe15246c38e8 authored over 8 years ago
Fix mapping not beeing saving in the right directory in some case

759b9501e1204b91bbe8df645dbe042e6d756ce1 authored over 8 years ago
And make ClassTransformer public so it can be used

766fadfad60428e303b71ba2f1e8a4a9a6d772d5 authored over 8 years ago
make transformJar public so custom ClassTransformer can be used from external projects

b29b7113c09dd03bbe84f76c1a311944547fe982 authored over 8 years ago
Use "." instead of "/" in package render and add ability to use "." in a class renaming scenario (Fix #11)

4f9f6e64ecd08301eddf745a1766146f218e1104 authored over 8 years ago
Revert "MARK EVERYTHING PUBLIC BECAUSE WE ARE EVIL"

This reverts commit fb0b74520da0781cfae880e69360cd5580447a40.

836347527b125e209ab4a9a3d4f95bdd6331fdf2 authored over 8 years ago
Update Procyon to 0.5.33.7-enigma

9733c6532e9f38fc876c0b46ac119d4ac29d1dc0 authored over 8 years ago
Update .gitignore

366921f567c61704ed24d31fff1a1b4a70c2d635 authored over 8 years ago
Remove Eclipse metadata file

ab439375b348b415ef2d6a0610f0280e236581d5 authored over 8 years ago
Add file path in MappingParseException message

d809895279cfff0f5331227def82633158e05218 authored over 8 years ago
Only use moveClassTree for ClassEntry (Fix #10)

cb697454604c0a0c053e3cf7a4f2d63c24ee6d68 authored over 8 years ago
Add mapping converter to command line system

6e9934a442394a9d0a81404c7480b8001939d92b authored over 8 years ago
Revert Main.java

d5adb581a8e6361a0f98b4cc3594f80f37cfe922 authored over 8 years ago
Readd a missing line from the last commit

b9634e82edd863ac8c350bb7e906fda2606f64c5 authored over 8 years ago
Rewrite rename update for packages render, now package will never be closed during renaming (Fix #6)

58c0189e572792ec488c29a4a67e7ae0ce9e6334 authored over 8 years ago
Ignore all files that start with "." and not end with ".mapping" (fix #8)

de263e00f748d19d0a3273e3e90ceb237d080280 authored over 8 years ago
Add the ability to rename package and classes in panels

3a50fea029b9f0355cba1bf8f9c5bb941298bc4a authored over 8 years ago
Don't trust Procyon for arguments positions (Fix #7)

48e63278b14863a0bed58e2638319c5e453fe725 authored over 8 years ago
Update Procyon (fix UTF-8 issues), disable debug line number in source code and make all decompiler settings configurable with system properties

38a790423bddce4a928a83d8f17cc5f4a41eeb81 authored over 8 years ago
Update Procyon to 0.5.32

e023d8b9751ca671062e2943b354b0eaac70cf3a authored over 8 years ago
add proper propagation of argument names

0a67556e85a26bcbc17bbb8ccba1fdc97e893469 authored over 8 years ago
bridged method fix did not apply to all cases of method implementation finding - this fixes it

6322b0ec355ab4aaeb8f3987aaf0e074b15d836c authored over 8 years ago
fix #4 by adding bridge checks to related method implementation scanning - please verify

7d6f50641e254a24aeb859d7dde8bf314490ca02 authored over 8 years ago
Deploy shadow jar and lib jar to maven

2d17567a996393064d5b652e6ae7d9f8f7eb5796 authored over 8 years ago
Fix #4, at least to the extent we currently need it

7defa283eb2c6d4c540f7cdf94f862c93775c8a4 authored over 8 years ago
Revert "Removed unused methods"

This reverts commit 1742190f784d0d62e7cc869eebafdfe1927e448f.

5540c815de36e316d0749ce2163f12c61895b327 authored over 8 years ago
Revert "Removed util"

This reverts commit 648239667318a26169488274cf73662afd85d0a8.

f73f5a47eb675be69cb6fac7327fe5bfcb52b16e authored over 8 years ago
better fix for #2

381b3f5b739b623f6a32e21f202abf2099173515 authored over 8 years ago
fix #2

37e8806d0b00128a25b4aa6a8058f68d63e34a91 authored over 8 years ago
update group id

6be6f1911e6882d5f094bcf5a022f59399d79a4b authored over 8 years ago
Rename things to fabric

db68a37b90038441b7ba43a5101f7e0e922801a2 authored over 8 years ago
Avoid making libraries methods renameable + Fix Cancel buttons in save diag

dd9ed9b6c394bfe96e34bd05618de6cf81aa6989 authored over 8 years ago
Upload fat jar to maven

0a6732359b68546488fe88153b832b66445b2ccf authored over 8 years ago
Added maven uploading

cefff832a4a180e9657dc846a853a814e6028588 authored over 8 years ago
"Close mappings" option now check if you have change your mappings and if you want to save them

fa6263bf6e11293783931619461b5e88ef33f9aa authored over 8 years ago
MARK EVERYTHING PUBLIC BECAUSE WE ARE EVIL

fb0b74520da0781cfae880e69360cd5580447a40 authored over 8 years ago
Propagate arguments remapping to children classes

TODO: support support not identical behavior (constructors)

8ec1ffe8b78463fc56b01b6dec13614130878feb authored over 8 years ago
Fix remapping of methods in children class with interfaces

9c1e37241a5fac55cc51de1daab14371a8a81cf7 authored over 8 years ago
Make sure to rewrite all the mapping files

f5fcda9490e372aa9d7e2520363229be60e1db34 authored over 8 years ago
Ouups

154e7296823b5718dd4b3fdecac9886876991bf3 authored over 8 years ago
Add F5 hotkey to reload class + use a ugly hack to avoid rename issues with generics...

0bc78d57a860789efa2c5af1fd2600f09332e78e authored over 8 years ago
Reverse scan of superclasses to find the first definition of method signature avoiding remapping errors

9353048dae8b747c4826a7e0102ca6d2aeb1853c authored over 8 years ago
Avoid using the override fix in others case than remapping (fix unit tests failures)

60c486959c69cd7f85ffe9506beb537cd30e4746 authored over 8 years ago
Fix override issues

030db77a1ca05181af9570b09cbd7923d51595f4 authored over 8 years ago
Remoe JSON directory format support and clean up others things

6032f55ede3c1b550cfd83b2f768926c992d9a98 authored over 8 years ago
Implement Enigma directory format (#1)

Others changes:
~ Rework File menu
~ Force UTF-8 for all I/O operations
~ Enigma now detect t...

c4970cc4addedd4565cf8c3ed9ea92b6a4487e0c authored over 8 years ago
Allow exporting mappings as SRG or Enigma

6c90b5f41ec9ea8c512981e4dbe69d5d9769651f authored over 8 years ago
Removed util

648239667318a26169488274cf73662afd85d0a8 authored over 8 years ago
Reformat

59e189bef2b5e6d129fb7c2c988ed0b2130e36ac authored over 8 years ago
Fixed Obf Class list order

f2c52cfc823486d6bc1c169f3a88b7e7696777a5 authored over 8 years ago
Fix #6, will now only load .json files

425bb7e0bff5207f9ce0fb15f1ebbac3a82d9e10 authored over 8 years ago
Started Gui Refactor

9a3e5a9d132735f818c379ba72c554362650690d authored over 8 years ago
Fixed #4

ec26e0ffa1270e479cd239cc613329ad646baec2 authored over 8 years ago
Fixed build.gradle

4dbf0ef6561e8b5d591281ae82ee9a94766e99a7 authored over 8 years ago
Removed unused methods

1742190f784d0d62e7cc869eebafdfe1927e448f authored over 8 years ago
Reformatting code

74edc74c2c7b3236f00bf92499bb884837673b7d authored over 8 years ago
Renamed Fields

64c359d3c1d2347001e5c6becb1d7561457f52cc authored over 8 years ago
Fixed Null.json and #4

c1d7c42de903cc471f21d78072f1a973d08d2a49 authored over 8 years ago
Fixed Constructor loading

84171658bd3fb0f73e971183ff2dd119f3fff48e authored over 8 years ago
Set the LookAndFeel to the System's (#3)

This makes it look beautiful on Windows 10.

45e01906820dbb9ff1582aada02e119f800073b8 authored over 8 years ago
Update version info

f67593afd9a974233342cecb7c1d1004c37fb31f authored over 8 years ago
Fixed build fail

d2cb718d57c6bc8bdc064d8663c250598c6dada8 authored over 8 years ago
Json format (#2)

* Added new format

* Fixed bug

* Updated Version

4be005617b3b8c3578cca07c5d085d12916f0d1d authored over 8 years ago
Some small changes to fix idea importing

1daadc0278682250e2760f2f350f43f2936080b7 authored over 8 years ago
Make ConvertMain more generic

c385ed04881ee9ea0b8129d03fe556222c378961 authored over 9 years ago
Added description to all the tasks in build.py

ed7081dd75965f66a2a98767504dd8d28bc4f186 authored over 9 years ago
fix compile errors ... >.>

suppress some warnings too

3796df7eca2ca0b3b23a04cec4d9d96b3cd52e42 authored over 9 years ago
Added a Command-line interface to ConvertMain

e7d94c619cca81c69539f10efeddf44cbf9d6286 authored over 9 years ago
Added tag v0.11 beta for changeset a715b2808bb0

cd316d63d4076bd9711eef7e032a81480b4bb9c1 authored over 9 years ago
bump version to 0.11

we just add compatibility with the server jar. I guess that's worth a minor revision =P

e9229a70dd3d8ac36086c06cea47dd636ee0abb3 authored over 9 years ago
log exceptions to stderr instead of just crashing when procyon chokes on decompiling something weird

2bee2c1a55464688409a8321a2ecad5d0c578dae authored over 9 years ago
fix assembling nested inner class names

b0485f3fa10c52a57bd575ce3fe22a0b0742e1c1 authored over 9 years ago
tweaks to matcher for 1.9 snapshot

30b601c690e89e18185c399bd623dfb4fad88ea8 authored over 9 years ago
add top 10 matches only button to class matcher

b383a4909556bd1b00ee0350f7a79a671cac79d6 authored over 9 years ago
fix up converter some more

7744d67e0416e1237c16bf0ddc0605eb5e7c1bb6 authored over 9 years ago
fix up class matcher a bit

4923fdfe8a01f361b76bd4c7d045184272d41ad5 authored over 9 years ago
Merged in mikesmiffy128/enigma/fix-unit-tests (pull request #2)

Fix a stupid Gradle typo I made which broke 53 unit tests.

915f8075e5d8997c66eec04b518d05576febe0d4 authored over 9 years ago
Fix a stupid Gradle typo which broke 53 unit tests.

I actually thought I was fixing the tests when I started.

9d9c1f9e30b4610efee98046a04d3900d02933a3 authored over 9 years ago
Added tag v0.10.4 beta for changeset 5a4c76b39c10

352bdcc856b6b08aaee90f92d7b4e912eeabeb70 authored over 9 years ago