# jdSign **Repository Path**: vww/jdSign ## Basic Information - **Project Name**: jdSign - **Description**: https://github.com/n1ptune/jdSign - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-08 - **Last Updated**: 2024-03-08 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README The sign directory include all the code to generate a sign. The emu directory include emulate code for some function. 1_5136b9e5ca2e2c9394c097d2bd2521d6.apk is the orign apk # How to use #### see /sign/test.py ```python from jdSign import getSign functionId = "switchQuery" clientVersion = "11.8.3" client = "android" uuid = "uuid" body = "aaaabbbb" getSign(functionId, body, uuid, client, clientVersion) ```