Skip to content

Instantly share code, notes, and snippets.

@Alexandre-Bartel
Alexandre-Bartel / gist:7368544
Created November 8, 2013 09:27
Soot is stuck in SmartLocalDefs for a particular Jimple input generated from a Dalvik method
public class fm.flycast.DPManager$ConnectionThread {
public void run()
{
unknown $u36, $u0, $u1, $u2, $u3, $u4, $u5, $u6, $u7, $u8, $u9, $u10, $u11, $u12, $u13, $u14, $u15, $u16, $u17, $u18, $u19, $u20, $u21, $u22, $u23, $u24, $u25, $u26, $u27, $u28, $u29, $u30, $u31, $u32, $u33, $u34, $u35, $u_1;
$u36 := @this: fm.flycast.DPManager$ConnectionThread;
$u23 = 0;
$u10 = 0;
$u22 = 0;
$u5 = 0;
#!/usr/bin/env sh
#
# author: Quentin Sabah
#
deploy_dir=$PWD
jasmin_repo=http://github.com/Sable/jasmin.git
jasmin_branch=develop
jasmin_dir=$deploy_dir/jasmin-github