Results 4 comments of yushuihong

你好我按情况编写了加密解密springboot 项目 但是 在启动是报错nested exception is org.springframework.core.NestedIOException: ASM ClassReader failed to parse class file - probably due to a new Java class file version that isn't supported yet 而且也没有进去解密的类 我已经将springboot的jar弄成了一般的jar...

> ![image](https://user-images.githubusercontent.com/45226442/58326321-102eb480-7e5f-11e9-8ec7-fc0a5bdc1964.png) > > ![image](https://user-images.githubusercontent.com/45226442/58326643-00fc3680-7e60-11e9-969e-9ad3e3504ea9.png) > > 加解密的字符位置和之前windows一样。在if判断内的。这是什么原因呢? 我在windows下根本加载不了 不进去解密的jvmti写的Agent_OnLoad

> ![image](https://user-images.githubusercontent.com/45226442/58326321-102eb480-7e5f-11e9-8ec7-fc0a5bdc1964.png) > > ![image](https://user-images.githubusercontent.com/45226442/58326643-00fc3680-7e60-11e9-969e-9ad3e3504ea9.png) > > 加解密的字符位置和之前windows一样。在if判断内的。这是什么原因呢? 你成功加密的demo 可以给一个吗 或者加个联系方式QQ 1304320858

> 可以参考我写的博客:https://blog.csdn.net/weixin_39747279/article/details/90214044 博客仅实现了windows平台的springboot jar包的加密,linux版本的有异常,没有实现。 你刚才的异常,网上搜索了一下,是JDK和spring的版本冲突, jdk7对应的是spring 3.2, jdk8对应的是spring 4.2. 你可以排查一下这方面的。 > […](#) > ------------------ 原始邮件 ------------------ 发件人: "yushuihong"; 发送时间: 2019年5月29日(星期三) 晚上6:22 收件人: "sea-boat/ByteCodeEncrypt"; 抄送: "娃哈哈矿泉水";"Comment";%22Comment%22; 主题: Re: [sea-boat/ByteCodeEncrypt] java段怎么通过指定agentpath,调用dll,解密class (#1)...