redexer icon indicating copy to clipboard operation
redexer copied to clipboard

[master branch] redexer throws Exception: DynArray.Invalid_arg

Open heavyairship opened this issue 7 years ago • 1 comments

app-debug.apk.zip When I run redexer on my apk (attached), redexer throws the exception:

Exception: DynArray.Invalid_arg(0, "get", "index") Raised at file "hashtbl.ml", line 140, characters 23-32

To reproduce, run: the following:

~/Desktop/Hogarth/redexer$ ruby scripts/cmd.rb --cmd logging --logging-fine app-debug.apk

And you should see:

Exception: DynArray.Invalid_arg(0, "get", "index") Raised at file "hashtbl.ml", line 140, characters 23-32

heavyairship avatar Nov 15 '17 17:11 heavyairship

Dan,

Can you rewrite this app and confirm it's broken for you? I'm a bit busy right now and don't have time. My perception says it shouldn't be and that Andrew might have something set up wrong.

Kris

On Wed, Nov 15, 2017 at 12:12 PM heavyairship [email protected] wrote:

app-debug.apk.zip https://github.com/plum-umd/redexer/files/1475650/app-debug.apk.zip When I run redexer on my apk (attached), redexer throws the exception:

Exception: DynArray.Invalid_arg(0, "get", "index") Raised at file " hashtbl.ml", line 140, characters 23-32

To reproduce, run: the following:

~/Desktop/Hogarth/redexer$ ruby scripts/cmd.rb --cmd logging --logging-fine app-debug.apk

And you should see:

Exception: DynArray.Invalid_arg(0, "get", "index") Raised at file "hashtbl.ml", line 140, characters 23-32

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/plum-umd/redexer/issues/30, or mute the thread https://github.com/notifications/unsubscribe-auth/AAgvQvw9-gvj1Zfsi3p_-JX_i2DJR0c5ks5s2xt5gaJpZM4QfRKo .

kmicinski avatar Nov 15 '17 19:11 kmicinski