tuyungang / Encrypt-Decrypt_Java_class_proc
1. 对java的编译后的.class文件进行加密,后然通过JVMTI接口agent解密,虚拟机加载通过接口加载解密后的.class文件获取相关类,从而达到类文件无法反编译。
☆19Updated 6 years ago
Alternatives and similar repositories for Encrypt-Decrypt_Java_class_proc:
Users that are interested in Encrypt-Decrypt_Java_class_proc are comparing it to the libraries listed below
- a bytecode encryptor that can protect java source code.☆130Updated 7 years ago
- a fork of enigma☆43Updated 7 years ago
- Jar包保护加密解决方案☆153Updated 8 years ago
- java 热更新工具,无需重启 java 进程实现代码更新☆26Updated 2 years ago
- 破解 Java 混淆工具 Allatori☆268Updated 2 years ago
- Dump classes from running JVM process.☆413Updated 2 years ago
- mitmproxy作为一款出色中间人攻击工具,它在渗透、爬虫、ajax-hook、抓包等场景中表现的相当稳定和出色。但由于原生项目是python的缘故,使得跨语言使用mitmproxy显的非常吃力。经常借助于中间件或单独开发http服务来于mitmproxy进行通信。为此m…☆85Updated 3 years ago
- ☆25Updated 7 years ago
- EasyEE 自动化代码生成器。EasyEE Automated code generator.☆42Updated 2 years ago
- Java dynamic debug tool☆99Updated 9 months ago
- support http/https proxy.类似于finddler,由java编写,代码简单便于理解。支持http/https代理!☆90Updated last year
- Javassist官方文档中文翻译☆78Updated 5 years ago
- 客户端谷歌令牌 基于时间片的6位动态密码生成 java实现☆65Updated 8 years ago
- 用netty实现的简单websocket服务器,根据RFC6455规范实现编/解码器☆20Updated 7 years ago
- The project help developer create or modify class at runtime simply. it's base on ASM framework and provide a high level API like java st…☆73Updated 4 years ago
- 基于Netty 构建的内网穿透服务(目前只实现TCP),基于Spring boot 构建隧道管理平台。☆33Updated 8 months ago
- 一个动态解析Protobuf文件的测试工具☆73Updated 9 years ago
- javaagent example☆36Updated 2 years ago
- ☆9Updated 6 years ago
- 基于Java语言的关系型数据库迭代升级版本化管理与自动化执行插件,兼容主流关系型数据库,支持其方言的所有 DDL / DML / DCL 语法,旨在让SQL脚本成为项目代码的一部分,让数据库升级也纳入版本化管理之中。☆25Updated 2 years ago
- A Decompiler can read the class file, and decompile the bytecode to java code.☆24Updated 5 years ago
- 经纬度转省市区县乡镇离线包,采用空间查询算法,速度快(单线程5w次/s),省市区县100%准确率。☆88Updated 2 years ago
- It's a Java debugger with the smaller step size. One line of java code is consisted of lines of bytecode. This debugger can step into the…☆16Updated last year
- Spring Boot项目使用Allatori代码混淆技术☆157Updated 6 years ago
- ☆22Updated 7 years ago
- 基于TBSchedule开发的一个分布式任务调度框架,可以解析任务间的依赖,并执行任务(执行Shell、bat脚本)☆12Updated 8 years ago
- netty实现的http动态代理服务器☆17Updated 5 years ago
- mpush allocator demo☆61Updated 7 years ago
- mitmproxy 非常适合捕捉网络流量,但是对于Java用户没有简单的接口。软件测试社区,特别是爬虫、中间人攻击测试人员,希望能够捕获设备在Java/golang/c++测试期间发出的网络请求。为此,基于grpc开发了mitmproxy的中央服务,任何语言都可以基于mitm…☆45Updated 3 years ago
- Java单例模式及其多线程下的实现,包括六种线程安全实现和一种非线程安全实现(经典懒汉式)。☆18Updated 7 years ago