xtherk

Results 43 comments of xtherk

[EncryptionAlgorithm.zip](https://github.com/whereisr0da/exe2jar/files/7511000/EncryptionAlgorithm.zip) The project mentioned in the blog

The jar2exe program of the current latest version cannot be cracked by this way. I use memory dump tool to export the jar. The class inside the jar is encrypted.

据我所知,Recaf会优化一些访问不到的字节码指令,移除这些垃圾指令是会减少jar包体积的。 As far as I know, Recaf will optimize some instructions that cannot be accessed. Remove these garbage instructions will reduce the volume of the jar package.

> > > > thank you.but I cannot find where it can be disabled in backend .if have UI front ,better > > Can you give me a configured jar?thank...

> While this does solve the issue, I'd like to have an example so that I can fix this regardless. Somebody else will likely encounter the same issue. SpringBoot jar...

> Please try to execute below command under nginx folder after you execute nginx-clojure-embed/configure-win32 > > ``` > nmake -f objs/Makefile NGX_WIN64=1 embed > ``` > > If successful, a...

I executed `nmake -f objs/Makefile NGX_WIN64=1 embed`, but it failed immediately. ```txt C:\Users\xtherk\Desktop\nginx-env\nginx>nmake -f objs/Makefile NGX_WIN64=1 embed "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.29.30133\bin\HostX64\x64\nmake.exe" -f auto/lib/openssl/makefile.msvc OPENSSL="objs/lib/openssl-3.0.5" OPENSSL_OPT="enable-tlsext" cd objs/lib/openssl-3.0.5 perl Configure...

I remove the option `OPENSSL_OPT="enable-tlsext"` and try again. After a period of time, it output: ```txt 找不到 C:\Users\xtherk\Desktop\nginx-env\nginx\objs\lib\openssl-3.0.5\legacy.* NMAKE : fatal error U1077: “cmd”: 返回代码“0x1” Stop. NMAKE : fatal error...

> @xtherk > > Sorry, some internals of NGINX have changed since 1.23.0, so even though we fixed compilation issues with openssl 3.x on windows, we cannot successfully compile nginx-clojure...