Code Monkey home page Code Monkey logo

zkar's Issues

很高兴P牛开源的作品,关于序列化的部分我已写好,希望可以帮到P牛

Hi! 很高兴P牛开源的作品,关于序列化的部分我已写好了( https://github.com/comwrg/ysoserial ),不过我和P牛写的在序列化结构定义上就存在很大的差异,所以希望在思路上可以帮到P牛。

关于序列化的部分几个需要注意的点:

  1. Java序列化中的结构中class desc部分和class data部分是分开的,不太适合人去观察,所以我进行了合并处理。
  2. Java序列化中handle部分是动态生成的,如果想更随心所欲的人肉改动序列化数据,增加或者删除某部分,handle需要动态生成。
  3. 关于8u20的畸形结构序列化的生成,可以参考代码( https://github.com/comwrg/ysoserial/blob/master/jdk8u20.go#L210 ),我是参考了 青衣十三楼 关于8u20的构造的思路。

运行报错

报错如下
go: github.com/cpuguy83/go-md2man/[email protected]: Get "https://proxy.golang.org/github.com/cpuguy83/go-md2man/v2/@v/v2.0.0.mod": dial tcp 172.217.163.49:443: i/o timeout

感谢P牛的工具, 问题已解决, 给后来的小伙伴借鉴
运行之前需要添加一个代理, 代理的官网: https://goproxy.io/
添加方式如下:

Bash (Linux or macOS)

Set the GOPROXY environment variable
export GOPROXY=https://goproxy.io,direct
Set environment variable allow bypassing the proxy for specified repos (optional)
export GOPRIVATE=git.mycompany.com,github.com/my/private

PowerShell (Windows)

Set the GOPROXY environment variable
$env:GOPROXY = "https://goproxy.io,direct"
Set environment variable allow bypassing the proxy for specified repos (optional)
$env:GOPRIVATE = "git.mycompany.com,github.com/my/private"

Zkar闪退

双击exe文件后,命令框一闪而过,闪退无法运行

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.