Code Monkey home page Code Monkey logo

Comments (4)

zhehaowang avatar zhehaowang commented on June 19, 2024

As it turns out the current version / api endpoint we use does not have historical transaction price in its response: we only have time, size and buyer.
We played around with version string in request header and get params, but didn't get a different response.
Presumably it's the API endpoint that matters.
https://m.poizon.com/product/lastSoldList? --> https://app.poizon.com/api/v1/app/product/ice/lastSoldList
Our current sign value does not work with the second api endpoint: 500 or 403 are both triggered.

from sneaky.

zhehaowang avatar zhehaowang commented on June 19, 2024

It could also very well be the app version.
The new version presumably has a different sign mechanism, or maybe just a different salt value.
We could try reverse engineering a newer apk.

Some sources:
https://www.jianshu.com/p/652a1722378e
http://www.javadecompilers.com/apk
https://github.com/skylot/jadx

from sneaky.

zhehaowang avatar zhehaowang commented on June 19, 2024

/Users/zhehaowang/projects/du/reverse-engineering/com.shizhuang.duapp_4.11.1_liqucn.com/sources//com/shizhuang/duapp/common/utils/al.java seems to be the sign generation function.
We didn't manage trace up from requests yet. This is tracing down from i.k in com.shizhuang.duapp.common.a.i where the constant 3542e676b4c80983f6131cdfe577ac9b was still in use.
Two static functions one with param map the other with an additional timestamp. Need to figure out under what circumstances each is used.

from sneaky.

zhehaowang avatar zhehaowang commented on June 19, 2024

We switched to a different wechat small program based interface described here
https://github.com/luo1994/du-app-sign

from sneaky.

Related Issues (20)

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.