Sergio
Sergio
Added current example CFG to documentation 
Added basic CFG banker sample graph for wiki purposes [basic_cfg_sample_banker.pdf](https://github.com/droidefense/engine/files/1575176/basic_cfg_sample_banker.pdf)
Its been tested with apktool 2.0.2 and it fails Its been tested with apktool 2.2 and it works Its been tested with SUPER 0.4.0 and it works So we will...
compile .class files are obsolete. need to recompile them and replace in folder
@Razican yep, it might help you since I do not decompile android bytecode to java. I just read it as a decompiler does but without generating final code. So you...
And btw, if you guys @Razican @Br1oP @Chuky9 @SergioD0l agree, we can collaborate and improve one each others projects and create something big!
@Razican I know Java dependencies can be slow, and indeed, the latest version of apktool is much more slower than the previous one. Extracting .dex is simple cause you use...
@cweill, when I execute the gotests with -all flag, the functions with following header definition: `func BenchmarkGetState(b *testing.B){}` are also treated as test candidate generating following code snippet: ```go func...
a simple approach to use in those situations in where nodes are in same LAN/Datacenter private LAN, could be to use an SSDP style protocol for automatic discovery. It is...
Example: Command executed: ```bash python3 /opt/evmole/run.py 0x60606040526000543411601157600080fd5b60015473ffffffffffffffffffffffffffffffffffffffff1663d7bb99ba6247b760346040518363ffffffff167c0100000000000000000000000000000000000000000000000000000000028152600401600060405180830381858988f15050505050500000a165627a7a72305820d43c494964b14aa56c5eee3c28da8f5049cd2c382d21ee39a116116b5c1253db0029 ```` Current Output ```txt digraph G { "Block_0_12" [label="Block_0_12\nUnknown"]; "Block_13_16" [label="Block_13_16\nUnknown"]; "Block_17_118" [label="Block_17_118\nUnknown"]; } ``` Expected Kind of output ```txt digraph G {...