lib 1004516 // Dedexer // Credits for Dedexer to Gabor Paller (http://pallergabor.uw.hu) // More at: http://dedexer.sourceforge.net import hu.uw.pallergabor.dedexer.Dedexer; static void dedex(File dexFile, File outDir) { Dedexer.main(litstringarray("-d", f2s(programDir()), f2s(dexFile))); } static void dedex(S snippetID, File outDir) { dedex(loadProgramDex(snippetID), outDir); }
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: | 649 / 645 |
Referenced in: | #1004528 - Test dedex #1006654 - Standard functions list 2 (LIVE, continuation of #761) |