1 | lib 1004516 // Dedexer |
2 | |
3 | // Credits for Dedexer to Gabor Paller (http://pallergabor.uw.hu) |
4 | // More at: http://dedexer.sourceforge.net |
5 | |
6 | import hu.uw.pallergabor.dedexer.Dedexer; |
7 | |
8 | static void dedex(File dexFile, File outDir) { |
9 | Dedexer.main(litstringarray("-d", f2s(programDir()), f2s(dexFile))); |
10 | } |
11 | |
12 | static void dedex(S snippetID, File outDir) { |
13 | dedex(loadProgramDex(snippetID), outDir); |
14 | } |
Began life as a copy of #1004517
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1004526 |
Snippet name: | dedex [run "Dedexer"] |
Eternal ID of this version: | #1004526/1 |
Text MD5: | 3bb848fb276148eaa304e59010c80850 |
Author: | stefan |
Category: | javax |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-08-19 16:45:47 |
Source code size: | 402 bytes / 14 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 650 / 646 |
Referenced in: | [show references] |