dex
Here are 250 public repositories matching this topic...
Analyze any Android/Java based app or game
-
Updated
Oct 16, 2019 - Java
LIEF - Library to Instrument Executable Formats
-
Updated
Jul 5, 2020 - C++
-
Updated
Apr 25, 2018 - Java
-
Updated
Feb 6, 2018 - Java
Public Blockchain as a Decentralized Finance Infrastructure Service Platform
-
Updated
Jul 16, 2020 - C++
User Story
As a graphene fork and bitshares blockchain developer I want the name of the blockchain to be added to config so that client programs i write can display the info to their users.
Global var can be added at https://github.com/bitshares/bitshares-core/blob/master/libraries/chain/include/graphene/chain/config.hpp#L26 and displayed initially just in the info wallet call at:
https
The OpenSource Disassembler
-
Updated
Jul 9, 2020 - C++
Tool to decompile & extract Android Dex bytecode from Vdex files
-
Updated
May 13, 2020 - C
A comprehensive list of decentralized exchanges (DEX) of cryptocurrencies, tokens, derivatives and futures, and their protocols.
-
Updated
May 14, 2020
A pattern based Dalvik deobfuscator which uses limited execution to improve semantic analysis
-
Updated
Mar 19, 2019 - Ruby
A plugin for IntelliJ IDEA & Android Studio to easily compile Java & Kotlin files to smali.
-
Updated
Apr 19, 2020 - Kotlin
[Official] Android reverse engineering tool focused on dynamic instrumentation automation. Powered by Frida. It disassembles dex, analyzes it statically, generates hooks, discovers reflected methods, stores intercepted data and does new things from it. Its aim is to be an all-in-one Android reverse engineering platform.
-
Updated
Jun 25, 2020 - JavaScript
Android Security Suite for APK reversing, in-depth reconnaissance and static bytecode analysis based on Ghera benchmarks.
-
Updated
Jul 16, 2020 - Python
It is redundant to keep Dex Helm chart in this repository, we should leave dex-k8s-authenticator chart and a good explanation of how to integrate it with Dex chart taken from stable/Dex repository.
DEPRECATED/OUTDATED!!! Do not use!
-
Updated
Mar 3, 2019 - JavaScript
Trading Bot for the BitShares Decentralized Exchange
-
Updated
May 24, 2020 - Python
ChainX 节点 logo 收集
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
Official Blocknet cryptocurrency wallet
-
Updated
Jul 15, 2020 - C++
The Dex module presents a leaky API to the user: lots of record cells are mutable, which ends up being problematic when inserting items because there are necessarily implicit invariants. For example, the tries_size field has to be in sync with the length of tries. The API should be carefully redesigned so that this is more intuitive.
The open-sourced Loopring Protocol
-
Updated
Jul 16, 2020 - TypeScript
Command line program for modifying apk files
-
Updated
Jun 10, 2020 - Python
Since we can expect users wanting to send regular lightning/raiden payments and L2 payment calls are not easy to use/learn (e.g. on raiden) we want to expose them in a simplified manner via xud's grpc and CLI as well:
Add to SwapClient interface, implement for LNDClient only (for now):
-
pay <Invoice>
LND Call: https://api.lightning.community/#sendpaymentsync - `send <curr
Ninja Reverse Engineering on Android APK packages
-
Updated
May 28, 2020 - Python
Improve this page
Add a description, image, and links to the dex topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dex topic, visit your repo's landing page and select "manage topics."


Does anyone uses the AST feature of thje decompiler, i.e. this one:
I would really like to see a usecase for this and some code how it is ac