Skip to content
View zhangjiequan's full-sized avatar
Block or Report

Block or report zhangjiequan

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. AssetStudio AssetStudio Public

    Forked from Perfare/AssetStudio

    AssetStudio - Based on the archived Perfare's AssetStudio, I continue Perfare's work to keep AssetStudio up-to-date, with support for new Unity versions and additional improvements.

    C# 834 67

  2. EmmyLua/EmmyLuaDebugger EmmyLua/EmmyLuaDebugger Public

    EmmyLua Debugger

    C++ 179 74

  3. Dump Lua Stack using C/C# In Unity T... Dump Lua Stack using C/C# In Unity Tolua#
    1
    //Call_StackDumper_Example.cs
    2
    protected void OpenFP64()
    3
    {
    4
        luaState.OpenLibs(LuaDLL.luaopen_fp64);
    5
        StackDumper.StackDump(luaState);//加这句,dump出当前Lua虚拟栈
  4. Raphael2048/LuaFixedPoint64 Raphael2048/LuaFixedPoint64 Public

    A fixed point 64bits library for Lua.

    C 13 9

  5. luadec luadec Public

    Forked from viruscamp/luadec

    Lua Decompiler for lua 5.1 , 5.2 and 5.3

    Lua 2 2

  6. ljd ljd Public

    Forked from zzwlpx/ljd

    LuaJIT raw-bytecode decompiler

    Python 1 2