Skip to content
#

dex

Here are 223 public repositories matching this topic...

reox
reox commented Oct 23, 2019

Does anyone uses the AST feature of thje decompiler, i.e. this one:

from pprint import pprint
from androguard.decompiler.dad.decompile import DvMethod
for method in dx.get_methods():
    if method.is_external():
        continue
    dv = DvMethod(method)
    dv.process(doAST=True)
    pprint(dv.get_ast())

I would really like to see a usecase for this and some code how it is ac

liuchengxu
liuchengxu commented Jul 11, 2019

ChainX桌面钱包在投票选举页面会展示各个节点logo。
在此收集各节点logo,不定期更新(每周一次)到桌面钱包到展示中,若节点不提供则会展示默认logo。
请需要展示logo的节点在本issue回复。

回复格式如下
节点名:
logo:上传大小为 80*80, 格式为 PNG 的 logo 图片, 也可以选择直接给出 logo 的 URL 地址。

ChainX desktop wallet will display a logo of each node in the staking page in the future version. The default logo will be used instead if some node doesn't provide one.

Please comment as follows:

node name

Improve this page

Add a description, image, and links to the dex topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the dex topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.