Skip to content

Releases: radioegor146/native-obfuscator

3.2.1r

15 May 19:57
Compare
Choose a tag to compare
  • Fixed critical bug

3.3r

15 May 19:02
Compare
Choose a tag to compare
  • Annotations are now fully functional
  • Added a way to use annotations in code to README

3.2r

15 May 12:26
Compare
Choose a tag to compare
  • Fixed annotation processing

3.1b

14 May 15:46
Compare
Choose a tag to compare
3.1b Pre-release
Pre-release
  • Added annotation support
  • Fixed black/white lists

3.0r - new major release

13 May 02:03
Compare
Choose a tag to compare

Major release:

  • Full rewrite of all InvokeDynamic stuff (now supports full true stack trace)
  • Full rewrite of MethodHandle calling
  • Now instead of custom stack and locals, true locals are used (better protection and optimizations in Release build)
  • Fixed bug with NoClassDefFoundException not being called
  • Fixed bugs with IUSHR and LUSHR opcodes
  • Fixed bugs with MULTIANEWARRAY opcode
  • Special thanks to @HeyaGlitz for providing good testing samples!

2.3r

04 Apr 15:06
Compare
Choose a tag to compare
  • Fixed INDY returning non-object types
  • Removed sourcename editing

2.1r

03 Apr 12:32
Compare
Choose a tag to compare
  • Added readme
  • Added nice CLI support

2.1r

01 Apr 20:53
Compare
Choose a tag to compare
  • Fixed MULTIANEWARRAY opcode
  • Improved speed of tests

2.0r

04 Jan 00:49
Compare
Choose a tag to compare
  • Many major changes that can affect performance as well as code quuality

1.7r

01 May 10:26
Compare
Choose a tag to compare
  • Added freeing of LocalRefs
  • Fixed some ops like LUSHR and IUSHR
  • Added tests