├── ClassyShark.jar ├── README-EN.md ├── README.md ├── apktool ├── apktool.jar ├── art └── guard.png ├── classyshark_recents.properties ├── classyshark_ui.properties ├── dex2jar-0.0.9.15.zip ├── dex2jar-0.0.9.15 ├── LICENSE.txt ├── NOTICE.txt ├── d2j-apk-sign.bat ├── d2j-apk-sign.sh ├── d2j-asm-verify.bat ├── d2j-asm-verify.sh ├── d2j-decrpyt-string.bat ├── d2j-decrpyt-string.sh ├── d2j-dex-asmifier.bat ├── d2j-dex-asmifier.sh ├── d2j-dex-dump.bat ├── d2j-dex-dump.sh ├── d2j-dex2jar.bat ├── d2j-dex2jar.sh ├── d2j-init-deobf.bat ├── d2j-init-deobf.sh ├── d2j-jar-access.bat ├── d2j-jar-access.sh ├── d2j-jar-remap.bat ├── d2j-jar-remap.sh ├── d2j-jar2dex.bat ├── d2j-jar2dex.sh ├── d2j-jar2jasmin.bat ├── d2j-jar2jasmin.sh ├── d2j-jasmin2jar.bat ├── d2j-jasmin2jar.sh ├── dex-dump.bat ├── dex-dump.sh ├── dex2jar.bat ├── dex2jar.sh ├── lib │ ├── asm-LICENSE.txt │ ├── asm-all-3.3.1.jar │ ├── commons-io-LICENSE.txt │ ├── commons-io-NOTICE.txt │ ├── commons-lite-1.15.jar │ ├── dex-ir-1.12.jar │ ├── dex-reader-1.15.jar │ ├── dex-tools-0.0.9.15.jar │ ├── dex-translator-0.0.9.15.jar │ ├── dx-NOTICE │ ├── dx.jar │ ├── jar-rename-1.6.jar │ ├── jasmin-p2.5.jar │ └── license-jasmin.txt └── setclasspath.bat ├── jadx-0.6.1 ├── LICENSE ├── NOTICE ├── README.md ├── bin │ ├── jadx │ ├── jadx-gui │ ├── jadx-gui.bat │ └── jadx.bat └── lib │ ├── android-5.1.jar │ ├── annotations-12.0.jar │ ├── asm-5.0.3.jar │ ├── cloning-1.9.2.jar │ ├── commons-io-2.4.jar │ ├── concurrent-trees-2.4.0.jar │ ├── dx-1.10.jar │ ├── gson-2.3.1.jar │ ├── jadx-cli-0.6.1-dev-build223.jar │ ├── jadx-core-0.6.1-dev-build223.jar │ ├── jadx-gui-0.6.1-dev-build223.jar │ ├── jcommander-1.47.jar │ ├── jfontchooser-1.0.5.jar │ ├── logback-classic-1.1.2.jar │ ├── logback-core-1.1.2.jar │ ├── objenesis-2.1.jar │ ├── rsyntaxtextarea-2.5.7.jar │ └── slf4j-api-1.7.10.jar ├── jadx ├── LICENSE ├── NOTICE ├── README.md ├── bin │ ├── jadx │ ├── jadx-gui │ ├── jadx-gui.bat │ └── jadx.bat └── lib │ ├── android-5.1.jar │ ├── annotations-12.0.jar │ ├── asm-5.0.3.jar │ ├── cloning-1.9.2.jar │ ├── commons-io-2.4.jar │ ├── dx-1.10.jar │ ├── gson-2.3.1.jar │ ├── image-viewer-1.2.3.jar │ ├── jadx-cli-0.6.1.jar │ ├── jadx-core-0.6.1.jar │ ├── jadx-gui-0.6.1.jar │ ├── jcommander-1.47.jar │ ├── jfontchooser-1.0.5.jar │ ├── logback-classic-1.1.2.jar │ ├── logback-core-1.1.2.jar │ ├── objenesis-2.1.jar │ ├── rsyntaxtextarea-2.5.8.jar │ └── slf4j-api-1.7.10.jar ├── jd-gui-0.3.5.linux.i686.tar.gz ├── jd-gui.cfg ├── jd-gui ├── contrib │ └── Nautilus File Manager Integration │ │ ├── open-in-jd-gui.sh │ │ └── readme.txt ├── jd-gui └── readme.txt ├── jeb ├── bin │ ├── .eclipseproduct │ ├── INSTALLED_SP.TXT │ ├── VERSION.TXT │ ├── cl │ │ ├── jeb.jar │ │ └── libs │ │ │ ├── commons-beanutils-1.9.2.jar │ │ │ ├── commons-codec-1.10.jar │ │ │ ├── commons-collections4-4.0.jar │ │ │ ├── commons-configuration2-2.0-alpha2.jar │ │ │ ├── commons-io-2.4.jar │ │ │ ├── commons-lang-2.6.jar │ │ │ ├── commons-lang3-3.3.2.jar │ │ │ ├── commons-logging-1.2.jar │ │ │ ├── guava-18.0.jar │ │ │ ├── json-simple-1.1.1.jar │ │ │ ├── objenesis-2.1.jar │ │ │ └── xpp3-1.1.4c.jar │ ├── configuration │ │ ├── config.ini │ │ ├── org.eclipse.core.runtime │ │ │ ├── .contributions.1 │ │ │ ├── .contributors.1 │ │ │ ├── .extraData.1 │ │ │ ├── .mainData.1 │ │ │ ├── .manager │ │ │ │ ├── .fileTable.7 │ │ │ │ ├── .fileTable.8 │ │ │ │ └── .fileTableLock │ │ │ ├── .namespaces.1 │ │ │ ├── .orphans.1 │ │ │ └── .table.1 │ │ ├── org.eclipse.equinox.app │ │ │ └── .manager │ │ │ │ └── .fileTableLock │ │ ├── org.eclipse.equinox.launcher │ │ │ └── com.pnfsoftware.jeb.rcpclient_2.0.6.201508250451 │ │ │ │ └── splash.bmp │ │ ├── org.eclipse.equinox.simpleconfigurator │ │ │ └── bundles.info │ │ ├── org.eclipse.osgi │ │ │ ├── 46 │ │ │ │ └── 0 │ │ │ │ │ └── .cp │ │ │ │ │ └── icons │ │ │ │ │ └── full │ │ │ │ │ └── ovr16 │ │ │ │ │ └── pinned_ovr.gif │ │ │ ├── 59 │ │ │ │ └── data │ │ │ │ │ └── SCR │ │ │ ├── 88 │ │ │ │ └── 0 │ │ │ │ │ └── .cp │ │ │ │ │ └── org │ │ │ │ │ └── eclipse │ │ │ │ │ └── jface │ │ │ │ │ ├── action │ │ │ │ │ └── images │ │ │ │ │ │ └── stop.gif │ │ │ │ │ └── fieldassist │ │ │ │ │ └── images │ │ │ │ │ ├── contassist_ovr.gif │ │ │ │ │ ├── error_ovr.gif │ │ │ │ │ ├── errorqf_ovr.gif │ │ │ │ │ ├── info_ovr.gif │ │ │ │ │ ├── required_field_cue.gif │ │ │ │ │ └── warn_ovr.gif │ │ │ ├── 96 │ │ │ │ └── 0 │ │ │ │ │ └── .cp │ │ │ │ │ ├── libswt-atk-gtk-4430.so │ │ │ │ │ ├── libswt-cairo-gtk-4430.so │ │ │ │ │ ├── libswt-gtk-4430.so │ │ │ │ │ └── libswt-pi-gtk-4430.so │ │ │ ├── 112 │ │ │ │ └── 0 │ │ │ │ │ └── .cp │ │ │ │ │ ├── icons │ │ │ │ │ ├── android.png │ │ │ │ │ ├── eclipse │ │ │ │ │ │ ├── add_obj.gif │ │ │ │ │ │ ├── comment_edit.gif │ │ │ │ │ │ ├── console_view.gif │ │ │ │ │ │ ├── copy_edit.gif │ │ │ │ │ │ ├── cut_edit.gif │ │ │ │ │ │ ├── debug_view.gif │ │ │ │ │ │ ├── debugt_obj_2.gif │ │ │ │ │ │ ├── delete_obj.gif │ │ │ │ │ │ ├── export_wiz.gif │ │ │ │ │ │ ├── fldr_obj.gif │ │ │ │ │ │ ├── generic_xml_obj.gif │ │ │ │ │ │ ├── goto_obj.gif │ │ │ │ │ │ ├── hierarchy_co.gif │ │ │ │ │ │ ├── image_obj.gif │ │ │ │ │ │ ├── importzip_wiz.gif │ │ │ │ │ │ ├── jcu_obj.gif │ │ │ │ │ │ ├── logical_package_obj.gif │ │ │ │ │ │ ├── loop_obj.gif │ │ │ │ │ │ ├── nav_backward.gif │ │ │ │ │ │ ├── nav_forward.gif │ │ │ │ │ │ ├── owned_monitor_obj.gif │ │ │ │ │ │ ├── package_obj.gif │ │ │ │ │ │ ├── paste_edit.gif │ │ │ │ │ │ ├── pause.gif │ │ │ │ │ │ ├── resume_co.gif │ │ │ │ │ │ ├── runtoline_co.gif │ │ │ │ │ │ ├── save_edit.gif │ │ │ │ │ │ ├── search_ref_obj.gif │ │ │ │ │ │ ├── stepinto_co.gif │ │ │ │ │ │ ├── stepover_co.gif │ │ │ │ │ │ ├── stepreturn_co.gif │ │ │ │ │ │ ├── super_co.gif │ │ │ │ │ │ ├── term_sbook.gif │ │ │ │ │ │ ├── type.gif │ │ │ │ │ │ ├── unknown_obj.gif │ │ │ │ │ │ ├── warning.gif │ │ │ │ │ │ ├── write_obj.gif │ │ │ │ │ │ └── writeout_co.gif │ │ │ │ │ ├── jeb1 │ │ │ │ │ │ ├── icon-jeb.png │ │ │ │ │ │ ├── icon-options.png │ │ │ │ │ │ └── icon-world.png │ │ │ │ │ └── program │ │ │ │ │ │ └── jeb.png │ │ │ │ │ └── libs │ │ │ │ │ ├── commons-beanutils-1.9.2.jar │ │ │ │ │ ├── commons-codec-1.10.jar │ │ │ │ │ ├── commons-collections4-4.0.jar │ │ │ │ │ ├── commons-configuration2-2.0-alpha2.jar │ │ │ │ │ ├── commons-io-2.4.jar │ │ │ │ │ ├── commons-lang-2.6.jar │ │ │ │ │ ├── commons-lang3-3.3.2.jar │ │ │ │ │ ├── commons-logging-1.2.jar │ │ │ │ │ ├── guava-18.0.jar │ │ │ │ │ ├── jeb.jar │ │ │ │ │ ├── json-simple-1.1.1.jar │ │ │ │ │ ├── objenesis-2.1.jar │ │ │ │ │ └── xpp3-1.1.4c.jar │ │ │ ├── .manager │ │ │ │ ├── .fileTable.2 │ │ │ │ ├── .fileTable.3 │ │ │ │ └── .fileTableLock │ │ │ └── framework.info.2 │ │ └── org.eclipse.update │ │ │ ├── last.config.stamp │ │ │ └── platform.xml │ ├── icon.xpm │ ├── jeb │ ├── jeb-client.cfg │ ├── jeb-engines.cfg │ ├── jeb.ini │ ├── jeb2-sp-lin64-v2.zip │ ├── jebi.jar │ └── plugins │ │ ├── com.ibm.icu_52.1.1.v201501240615.jar │ │ ├── com.pnfsoftware.jeb.rcpclient_2.0.6.201508250451.jar │ │ ├── javax.annotation_1.2.0.v201401042248.jar │ │ ├── javax.inject_1.0.0.v20091030.jar │ │ ├── javax.servlet_3.0.0.v201112011016.jar │ │ ├── javax.xml_1.3.4.v201005080400.jar │ │ ├── org.apache.batik.css_1.7.0.v201011041433.jar │ │ ├── org.apache.batik.util.gui_1.7.0.v200903091627.jar │ │ ├── org.apache.batik.util_1.7.0.v201011041433.jar │ │ ├── org.apache.commons.logging_1.1.1.v201101211721.jar │ │ ├── org.eclipse.ant.core_3.3.1.v20150123-1553.jar │ │ ├── org.eclipse.compare.core_3.5.400.v20130903-0736.jar │ │ ├── org.eclipse.core.commands_3.6.100.v20140528-1422.jar │ │ ├── org.eclipse.core.contenttype_3.4.200.v20140207-1251.jar │ │ ├── org.eclipse.core.databinding.beans_1.2.200.v20140214-0004.jar │ │ ├── org.eclipse.core.databinding.observable_1.4.1.v20140210-1835.jar │ │ ├── org.eclipse.core.databinding.property_1.4.200.v20140214-0004.jar │ │ ├── org.eclipse.core.databinding_1.4.2.v20140729-1044.jar │ │ ├── org.eclipse.core.expressions_3.4.600.v20140128-0851.jar │ │ ├── org.eclipse.core.filebuffers_3.5.400.v20140127-1516.jar │ │ ├── org.eclipse.core.filesystem.java7_1.0.0.v20140429-1531.jar │ │ ├── org.eclipse.core.filesystem.linux.x86_64_1.2.200.v20140124-1940.jar │ │ ├── org.eclipse.core.filesystem_1.4.100.v20140514-1614.jar │ │ ├── org.eclipse.core.jobs_3.6.1.v20141014-1248.jar │ │ ├── org.eclipse.core.resources_3.9.1.v20140825-1431.jar │ │ ├── org.eclipse.core.runtime.compatibility.registry_3.5.300.v20140128-0851 │ │ ├── .api_description │ │ ├── META-INF │ │ │ ├── ECLIPSE_.RSA │ │ │ ├── ECLIPSE_.SF │ │ │ └── MANIFEST.MF │ │ ├── about.html │ │ ├── fragment.properties │ │ └── runtime_registry_compatibility.jar │ │ ├── org.eclipse.core.runtime.compatibility_3.2.200.v20140128-0851.jar │ │ ├── org.eclipse.core.runtime_3.10.0.v20140318-2214.jar │ │ ├── org.eclipse.core.variables_3.2.800.v20130819-1716.jar │ │ ├── org.eclipse.debug.core_3.9.1.v20140805-1629.jar │ │ ├── org.eclipse.e4.core.commands_0.10.2.v20140424-2344.jar │ │ ├── org.eclipse.e4.core.contexts_1.3.100.v20140407-1019.jar │ │ ├── org.eclipse.e4.core.di.extensions_0.12.0.v20140417-2033.jar │ │ ├── org.eclipse.e4.core.di_1.4.0.v20140414-1837.jar │ │ ├── org.eclipse.e4.core.services_1.2.1.v20140808-1251.jar │ │ ├── org.eclipse.e4.ui.bindings_0.10.200.v20140424-2042.jar │ │ ├── org.eclipse.e4.ui.css.core_0.10.100.v20140424-2042.jar │ │ ├── org.eclipse.e4.ui.css.swt.theme_0.9.300.v20141126-1957.jar │ │ ├── org.eclipse.e4.ui.css.swt_0.11.101.v20140818-1343.jar │ │ ├── org.eclipse.e4.ui.di_1.0.0.v20140328-2112.jar │ │ ├── org.eclipse.e4.ui.model.workbench_1.1.0.v20140512-1820.jar │ │ ├── org.eclipse.e4.ui.services_1.1.0.v20140328-1925.jar │ │ ├── org.eclipse.e4.ui.widgets_1.0.0.v20140514-1823.jar │ │ ├── org.eclipse.e4.ui.workbench.addons.swt_1.1.2.v20141126-1310.jar │ │ ├── org.eclipse.e4.ui.workbench.renderers.swt_0.12.2.v20150204-1353.jar │ │ ├── org.eclipse.e4.ui.workbench.swt_0.12.100.v20141126-1150.jar │ │ ├── org.eclipse.e4.ui.workbench3_0.12.0.v20140227-2118.jar │ │ ├── org.eclipse.e4.ui.workbench_1.2.2.v20141212-1259.jar │ │ ├── org.eclipse.emf.common_2.10.1.v20150123-0348.jar │ │ ├── org.eclipse.emf.databinding_1.3.0.v20150123-0452.jar │ │ ├── org.eclipse.emf.ecore.change_2.10.0.v20150123-0348.jar │ │ ├── org.eclipse.emf.ecore.xmi_2.10.2.v20150123-0348.jar │ │ ├── org.eclipse.emf.ecore_2.10.2.v20150123-0348.jar │ │ ├── org.eclipse.emf.edit_2.10.1.v20150123-0452.jar │ │ ├── org.eclipse.equinox.app_1.3.200.v20130910-1609.jar │ │ ├── org.eclipse.equinox.bidi_0.10.0.v20130327-1442.jar │ │ ├── org.eclipse.equinox.common_3.6.200.v20130402-1505.jar │ │ ├── org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar │ │ ├── org.eclipse.equinox.ds_1.4.200.v20131126-2331.jar │ │ ├── org.eclipse.equinox.event_1.3.100.v20140115-1647.jar │ │ ├── org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20131211-1531.jar │ │ ├── org.eclipse.equinox.frameworkadmin_2.0.100.v20131209-2144.jar │ │ ├── org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20150204-1316 │ │ ├── META-INF │ │ │ ├── ECLIPSE_.RSA │ │ │ ├── ECLIPSE_.SF │ │ │ └── MANIFEST.MF │ │ ├── about.html │ │ ├── eclipse_1607.so │ │ └── launcher.gtk.linux.x86_64.properties │ │ ├── org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar │ │ ├── org.eclipse.equinox.p2.artifact.repository_1.1.300.v20131211-1531.jar │ │ ├── org.eclipse.equinox.p2.core_2.3.0.v20131211-1531.jar │ │ ├── org.eclipse.equinox.p2.director.app_1.0.300.v20150129-0838.jar │ │ ├── org.eclipse.equinox.p2.director_2.3.100.v20140224-1921.jar │ │ ├── org.eclipse.equinox.p2.engine_2.3.0.v20140506-1720.jar │ │ ├── org.eclipse.equinox.p2.garbagecollector_1.0.200.v20131115-1210.jar │ │ ├── org.eclipse.equinox.p2.jarprocessor_1.0.300.v20131211-1531.jar │ │ ├── org.eclipse.equinox.p2.metadata.repository_1.2.100.v20131209-2144.jar │ │ ├── org.eclipse.equinox.p2.metadata_2.2.0.v20131211-1531.jar │ │ ├── org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20140414-0825.jar │ │ ├── org.eclipse.equinox.p2.publisher_1.3.0.v20140911-0143.jar │ │ ├── org.eclipse.equinox.p2.repository.tools_2.1.0.v20131211-1531.jar │ │ ├── org.eclipse.equinox.p2.repository_2.3.0.v20131211-1531.jar │ │ ├── org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20140512-1650.jar │ │ ├── org.eclipse.equinox.p2.updatesite_1.0.400.v20131211-1531.jar │ │ ├── org.eclipse.equinox.preferences_3.5.200.v20140224-1527.jar │ │ ├── org.eclipse.equinox.registry_3.5.400.v20140428-1507.jar │ │ ├── org.eclipse.equinox.security_1.2.0.v20130424-1801.jar │ │ ├── org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20131217-1203.jar │ │ ├── org.eclipse.equinox.simpleconfigurator_1.1.0.v20131217-1203.jar │ │ ├── org.eclipse.equinox.util_1.0.500.v20130404-1337.jar │ │ ├── org.eclipse.jdt.compiler.apt_1.1.0.v20150122-0735.jar │ │ ├── org.eclipse.jdt.compiler.tool_1.0.300.v20150114-1827.jar │ │ ├── org.eclipse.jdt.core_3.10.2.v20150120-1634.jar │ │ ├── org.eclipse.jdt.debug_3.8.102.v20150115-1323 │ │ ├── .api_description │ │ ├── .options │ │ ├── META-INF │ │ │ ├── ECLIPSE_.RSA │ │ │ ├── ECLIPSE_.SF │ │ │ └── MANIFEST.MF │ │ ├── about.html │ │ ├── jdi.jar │ │ ├── jdimodel.jar │ │ ├── plugin.properties │ │ └── plugin.xml │ │ ├── org.eclipse.jdt.launching_3.7.102.v20141111-0953.jar │ │ ├── org.eclipse.jface.databinding_1.6.200.v20140528-1422.jar │ │ ├── org.eclipse.jface.text_3.9.2.v20141003-1326.jar │ │ ├── org.eclipse.jface_3.10.2.v20141021-1035.jar │ │ ├── org.eclipse.osgi.compatibility.state_1.0.1.v20140709-1414.jar │ │ ├── org.eclipse.osgi.services_3.4.0.v20140312-2051.jar │ │ ├── org.eclipse.osgi_3.10.2.v20150203-1939.jar │ │ ├── org.eclipse.pde.build_3.9.0.v20140415-2029 │ │ ├── .api_description │ │ ├── .options │ │ ├── META-INF │ │ │ ├── ECLIPSE_.RSA │ │ │ ├── ECLIPSE_.SF │ │ │ ├── MANIFEST.MF │ │ │ └── eclipse.inf │ │ ├── about.html │ │ ├── about_files │ │ │ └── LICENSE-2.0.txt │ │ ├── data │ │ │ ├── 21 │ │ │ │ ├── fragment │ │ │ │ │ └── fragment.xml │ │ │ │ └── plugin │ │ │ │ │ └── plugin.xml │ │ │ ├── 30 │ │ │ │ ├── fragment │ │ │ │ │ ├── META-INF │ │ │ │ │ │ └── MANIFEST.MF │ │ │ │ │ └── fragment.xml │ │ │ │ └── plugin │ │ │ │ │ ├── META-INF │ │ │ │ │ └── MANIFEST.MF │ │ │ │ │ └── plugin.xml │ │ │ └── env.properties │ │ ├── lib │ │ │ └── pdebuild-ant.jar │ │ ├── pdebuild.jar │ │ ├── plugin.properties │ │ ├── plugin.xml │ │ ├── scripts │ │ │ ├── build.xml │ │ │ ├── genericTargets.xml │ │ │ ├── package.xml │ │ │ └── productBuild │ │ │ │ ├── allElements.xml │ │ │ │ └── productBuild.xml │ │ └── templates │ │ │ ├── features │ │ │ └── customBuildCallbacks.xml │ │ │ ├── headless-build │ │ │ ├── allElements.xml │ │ │ ├── build.properties │ │ │ ├── customAssembly.xml │ │ │ └── customTargets.xml │ │ │ ├── packager │ │ │ ├── customTargets.xml │ │ │ ├── packager.properties │ │ │ └── packaging.properties │ │ │ └── plugins │ │ │ └── customBuildCallbacks.xml │ │ ├── org.eclipse.pde.core_3.10.2.v20150127-1015.jar │ │ ├── org.eclipse.swt.gtk.linux.x86_64_3.103.2.v20150203-1351.jar │ │ ├── org.eclipse.swt_3.103.2.v20150203-1313.jar │ │ ├── org.eclipse.team.core_3.7.0.v20130514-1224.jar │ │ ├── org.eclipse.text_3.5.300.v20130515-1451.jar │ │ ├── org.eclipse.update.configurator_3.3.300.v20140518-1928.jar │ │ ├── org.hamcrest.core_1.3.0.v201303031735.jar │ │ ├── org.junit_4.11.0.v201303080030 │ │ ├── META-INF │ │ │ ├── ECLIPSE_.RSA │ │ │ ├── ECLIPSE_.SF │ │ │ ├── MANIFEST.MF │ │ │ └── eclipse.inf │ │ ├── about.html │ │ ├── about_files │ │ │ └── cpl-v10.html │ │ ├── junit.jar │ │ └── plugin.properties │ │ ├── org.sat4j.core_2.3.5.v201308161310.jar │ │ ├── org.sat4j.pb_2.3.5.v201404071733.jar │ │ ├── org.w3c.css.sac_1.3.1.v200903091627.jar │ │ ├── org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar │ │ ├── org.w3c.dom.smil_1.0.0.v200806040011.jar │ │ └── org.w3c.dom.svg_1.1.0.v201011041433.jar ├── coreplugins │ └── PLUGINS.TXT ├── doc │ ├── FLOATING.TXT │ └── README.TXT ├── frameworks │ └── 1.apk ├── jeb_linux.sh ├── jeb_macos.sh ├── jeb_wincon.bat └── workspace │ └── .metadata │ ├── .lock │ ├── .log │ ├── .plugins │ ├── org.eclipse.core.resources │ │ └── .root │ │ │ └── .indexes │ │ │ └── properties.version │ ├── org.eclipse.core.runtime │ │ └── .settings │ │ │ └── org.eclipse.core.resources.prefs │ └── org.eclipse.e4.workbench │ │ └── workbench.xmi │ └── version.ini └── smali2java └── Smali2JavaUI.exe /ClassyShark.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/ClassyShark.jar -------------------------------------------------------------------------------- /README-EN.md: -------------------------------------------------------------------------------- 1 | ###This is an collection of android reverse tools 2 | + [apktool](https://github.com/iBotPeaches/Apktool): 3 | + decode resources 4 | + decode dex to smali 5 | + rebuild a new apk after changing smali codes 6 | + [dex2jar](https://github.com/pxb1988/dex2jar): dex转为jar工具 7 | + convert dex to jar file 8 | + decode to smali rebuild from it 9 | + [jd-gui](https://bitbucket.org/bric3/jd-intellij): 10 | + decode .class files to java code 11 | + has plugins for Eclipse, IntelliJ/Android Studio 12 | + has beautiful gui 13 | 14 | ![](http://jd.benow.ca/img/screenshot17.png) 15 | 16 | + [jadx](https://github.com/skylot/jadx/tree/master/jadx-gui/src/main/java/jadx/gui): 17 | + decode dex to jar 18 | + a similar gui with jd-gui 19 | 20 | ![](https://camo.githubusercontent.com/bd3c0ea851c23c4535e43590a86c940a0786faa6/687474703a2f2f736b796c6f742e6769746875622e696f2f6a6164782f6a6164782d6775692e706e67) 21 | + without the need to unzip apk first, you can just send a apk to it, can it will do all the stuff for you 22 | 23 | + [androguard](https://github.com/androguard/androguard): 24 | + use DAD as the decompiler 25 | + can also configure to use `dex2jar` + `jad` to decompile 26 | + malware and good ware analysis 27 | + has python api to write custom extensions 28 | + **support visualization** 29 | ![](https://raw.githubusercontent.com/Juude/droidReverse/master/art/guard.png) 30 | 31 | + [enjarfy](https://github.com/google/enjarify): 32 | + a reverse tool built by google 33 | + translate dalvik bytecode to java bytecode 34 | + compared to dex2jar: 35 | > Enjarify correctly handles unicode class names, constants used as multiple types, implicit casts, exception handlers jumping into normal control flow, classes that reference too many constants, very long methods, exception handlers after a catchall handler, and static initial values of the wrong type 36 | + [jeb](https://www.pnfsoftware.com/) 37 | + a buisiness software(although the demo version is free) 38 | + a powful decompile from bytecode to java, better handling of loop 39 | + **can edit dynamiclly, add tags, rename package names** 40 | + support python api 41 | + [codeinspect](http://sseblog.ec-spride.de/tools/codeinspect/) 42 | + Support breakpoint debug 43 | + can edit the decompiled code 44 | + [bytecodeviewer](https://bytecodeviewer.com/) 45 |   + a tool integrated J-RET,JHexPane, Dex2Jar and many other tools. 46 | + [ClassyShark](https://github.com/google/android-classyshark) 47 | + Understand the structure and dependencies of your APK 48 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # droiReverse 2 | 3 | ### [English Edition](https://github.com/Juude/droidReverse/blob/master/README-EN.md) 4 | ### 这是一个android反编译工具的合集 5 | + [apktool](https://ibotpeaches.github.io/Apktool/): 6 | 7 | + 编译res资源 8 | + 转成smali 9 | + 将修改后的smali回编译为apk 10 | + [dex2jar](https://github.com/pxb1988/dex2jar): 11 | 12 | + dex转为jar工具 13 | + 转成smali并且回编译 14 | + [jd-gui](http://jd.benow.ca/): 15 | + 用来查看反编译.class文件 16 | + 支持Eclipe和IntelliJ扩展 17 | + 有漂亮的gui界面 18 | 19 | ![](http://jd.benow.ca/img/screenshot17.png) 20 | 21 | + [jadx-gui](https://github.com/skylot/jadx/tree/master/jadx-gui/src/main/java/jadx/gui): 22 | 23 | + 方便的jadx工具,可以直接反编译apk 24 | + 与jd-gui有类似的界面 25 | ![](https://camo.githubusercontent.com/bd3c0ea851c23c4535e43590a86c940a0786faa6/687474703a2f2f736b796c6f742e6769746875622e696f2f6a6164782f6a6164782d6775692e706e67) 26 | + [androguard](https://github.com/androguard/androguard): 27 | 28 | + 使用DAD作为反编译器 29 | + 可以分析恶意软件 30 | + 有python api,可以写扩展 31 | + **支持可视化** 32 | ![](https://raw.githubusercontent.com/Juude/droidReverse/master/art/guard.png) 33 | + [enjarfy](https://github.com/google/enjarify): 34 | + google的反编译工具 35 | + 可以将dalvik bytecode转化为java bytecode 36 | + 比dex2jar支持case更多 37 | + [jeb](https://www.pnfsoftware.com/) 38 | + 商业反编译软件(有demo版本免费) 39 | + 强大的将bytecode转为java代码的能力,对于循环等处理的很好 40 | + **支持动态编辑,重命名,添加新package等** 41 | + 支持python的api扩展 42 | + [codeinspect](http://sseblog.ec-spride.de/tools/codeinspect/) 43 | + 支持调试 44 | + 可以IDE中编辑反编译后文件 45 | + [https://bytecodeviewer.com/](https://bytecodeviewer.com/) 46 |   + 集成了J-RET,JHexPane, Dex2Jar等多个反编译工具 47 | + [ClassyShark](https://github.com/google/android-classyshark) 48 | + Google的apk查看工具 49 | + 可以分析出apk的结构以及依赖信息 50 | 51 | ### Follow Me 52 | + [Weibo](http://weibo.com/evoluter/) 53 | -------------------------------------------------------------------------------- /apktool: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # Copyright (C) 2007 The Android Open Source Project 4 | # 5 | # Licensed under the Apache License, Version 2.0 (the "License"); 6 | # you may not use this file except in compliance with the License. 7 | # You may obtain a copy of the License at 8 | # 9 | # http://www.apache.org/licenses/LICENSE-2.0 10 | # 11 | # Unless required by applicable law or agreed to in writing, software 12 | # distributed under the License is distributed on an "AS IS" BASIS, 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 14 | # See the License for the specific language governing permissions and 15 | # limitations under the License. 16 | 17 | # This script is a wrapper for smali.jar, so you can simply call "smali", 18 | # instead of java -jar smali.jar. It is heavily based on the "dx" script 19 | # from the Android SDK 20 | 21 | # Set up prog to be the path of this script, including following symlinks, 22 | # and set up progdir to be the fully-qualified pathname of its directory. 23 | prog="$0" 24 | while [ -h "${prog}" ]; do 25 | newProg=`/bin/ls -ld "${prog}"` 26 | echo ${newProg} 27 | 28 | 29 | newProg=`expr "${newProg}" : ".* -> \(.*\)$"` 30 | if expr "x${newProg}" : 'x/' >/dev/null; then 31 | prog="${newProg}" 32 | else 33 | progdir=`dirname "${prog}"` 34 | prog="${progdir}/${newProg}" 35 | fi 36 | done 37 | oldwd=`pwd` 38 | progdir=`dirname "${prog}"` 39 | cd "${progdir}" 40 | progdir=`pwd` 41 | prog="${progdir}"/`basename "${prog}"` 42 | cd "${oldwd}" 43 | 44 | 45 | jarfile=apktool.jar 46 | libdir="$progdir" 47 | if [ ! -r "$libdir/$jarfile" ] 48 | then 49 | echo `basename "$prog"`": can't find $jarfile" 50 | exit 1 51 | fi 52 | 53 | javaOpts="" 54 | 55 | # If you want DX to have more memory when executing, uncomment the following 56 | # line and adjust the value accordingly. Use "java -X" for a list of options 57 | # you can pass here. 58 | # 59 | javaOpts="-Xmx512M" 60 | 61 | # Alternatively, this will extract any parameter "-Jxxx" from the command line 62 | # and pass them to Java (instead of to dx). This makes it possible for you to 63 | # add a command-line parameter such as "-JXmx256M" in your ant scripts, for 64 | # example. 65 | while expr "x$1" : 'x-J' >/dev/null; do 66 | opt=`expr "$1" : '-J\(.*\)'` 67 | javaOpts="${javaOpts} -${opt}" 68 | shift 69 | done 70 | 71 | if [ "$OSTYPE" = "cygwin" ] ; then 72 | jarpath=`cygpath -w "$libdir/$jarfile"` 73 | else 74 | jarpath="$libdir/$jarfile" 75 | fi 76 | 77 | # add current location to path for aapt 78 | PATH=$PATH:`pwd`; 79 | export PATH; 80 | exec java $javaOpts -jar "$jarpath" "$@" 81 | -------------------------------------------------------------------------------- /apktool.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/apktool.jar -------------------------------------------------------------------------------- /art/guard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/art/guard.png -------------------------------------------------------------------------------- /classyshark_recents.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/classyshark_recents.properties -------------------------------------------------------------------------------- /classyshark_ui.properties: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/classyshark_ui.properties -------------------------------------------------------------------------------- /dex2jar-0.0.9.15.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/dex2jar-0.0.9.15.zip -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/NOTICE.txt: -------------------------------------------------------------------------------- 1 | dex2jar - Tools to work with android .dex and java .class files 2 | Copyright (c) 2009-2012 Panxiaobo 3 | 4 | contributors 5 | - Panxiaobo 6 | - yyjdelete 7 | 8 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/d2j-apk-sign.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | REM 4 | REM dex2jar - Tools to work with android .dex and java .class files 5 | REM Copyright (c) 2009-2012 Panxiaobo 6 | REM 7 | REM Licensed under the Apache License, Version 2.0 (the "License"); 8 | REM you may not use this file except in compliance with the License. 9 | REM You may obtain a copy of the License at 10 | REM 11 | REM http://www.apache.org/licenses/LICENSE-2.0 12 | REM 13 | REM Unless required by applicable law or agreed to in writing, software 14 | REM distributed under the License is distributed on an "AS IS" BASIS, 15 | REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | REM See the License for the specific language governing permissions and 17 | REM limitations under the License. 18 | REM 19 | 20 | set CLASSPATH= 21 | FOR %%i IN ("%~dp0lib\*.jar") DO CALL "%~dp0setclasspath.bat" "%%i" 22 | 23 | java -Xms512m -Xmx1024m -cp %CLASSPATH% "com.googlecode.dex2jar.tools.ApkSign" %* 24 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/d2j-apk-sign.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # 4 | # dex2jar - Tools to work with android .dex and java .class files 5 | # Copyright (c) 2009-2012 Panxiaobo 6 | # 7 | # Licensed under the Apache License, Version 2.0 (the "License"); 8 | # you may not use this file except in compliance with the License. 9 | # You may obtain a copy of the License at 10 | # 11 | # http://www.apache.org/licenses/LICENSE-2.0 12 | # 13 | # Unless required by applicable law or agreed to in writing, software 14 | # distributed under the License is distributed on an "AS IS" BASIS, 15 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | # See the License for the specific language governing permissions and 17 | # limitations under the License. 18 | # 19 | 20 | # copy from $Tomcat/bin/startup.sh 21 | # resolve links - $0 may be a softlink 22 | PRG="$0" 23 | while [ -h "$PRG" ] ; do 24 | ls=`ls -ld "$PRG"` 25 | link=`expr "$ls" : '.*-> \(.*\)$'` 26 | if expr "$link" : '/.*' > /dev/null; then 27 | PRG="$link" 28 | else 29 | PRG=`dirname "$PRG"`/"$link" 30 | fi 31 | done 32 | PRGDIR=`dirname "$PRG"` 33 | # 34 | 35 | _classpath="." 36 | for k in "$PRGDIR"/lib/*.jar 37 | do 38 | _classpath="${_classpath}:${k}" 39 | done 40 | java -Xms512m -Xmx1024m -classpath "${_classpath}" "com.googlecode.dex2jar.tools.ApkSign" "$@" 41 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/d2j-asm-verify.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | REM 4 | REM dex2jar - Tools to work with android .dex and java .class files 5 | REM Copyright (c) 2009-2012 Panxiaobo 6 | REM 7 | REM Licensed under the Apache License, Version 2.0 (the "License"); 8 | REM you may not use this file except in compliance with the License. 9 | REM You may obtain a copy of the License at 10 | REM 11 | REM http://www.apache.org/licenses/LICENSE-2.0 12 | REM 13 | REM Unless required by applicable law or agreed to in writing, software 14 | REM distributed under the License is distributed on an "AS IS" BASIS, 15 | REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | REM See the License for the specific language governing permissions and 17 | REM limitations under the License. 18 | REM 19 | 20 | set CLASSPATH= 21 | FOR %%i IN ("%~dp0lib\*.jar") DO CALL "%~dp0setclasspath.bat" "%%i" 22 | 23 | java -Xms512m -Xmx1024m -cp %CLASSPATH% "com.googlecode.dex2jar.tools.AsmVerify" %* 24 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/d2j-asm-verify.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # 4 | # dex2jar - Tools to work with android .dex and java .class files 5 | # Copyright (c) 2009-2012 Panxiaobo 6 | # 7 | # Licensed under the Apache License, Version 2.0 (the "License"); 8 | # you may not use this file except in compliance with the License. 9 | # You may obtain a copy of the License at 10 | # 11 | # http://www.apache.org/licenses/LICENSE-2.0 12 | # 13 | # Unless required by applicable law or agreed to in writing, software 14 | # distributed under the License is distributed on an "AS IS" BASIS, 15 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | # See the License for the specific language governing permissions and 17 | # limitations under the License. 18 | # 19 | 20 | # copy from $Tomcat/bin/startup.sh 21 | # resolve links - $0 may be a softlink 22 | PRG="$0" 23 | while [ -h "$PRG" ] ; do 24 | ls=`ls -ld "$PRG"` 25 | link=`expr "$ls" : '.*-> \(.*\)$'` 26 | if expr "$link" : '/.*' > /dev/null; then 27 | PRG="$link" 28 | else 29 | PRG=`dirname "$PRG"`/"$link" 30 | fi 31 | done 32 | PRGDIR=`dirname "$PRG"` 33 | # 34 | 35 | _classpath="." 36 | for k in "$PRGDIR"/lib/*.jar 37 | do 38 | _classpath="${_classpath}:${k}" 39 | done 40 | java -Xms512m -Xmx1024m -classpath "${_classpath}" "com.googlecode.dex2jar.tools.AsmVerify" "$@" 41 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/d2j-decrpyt-string.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | REM 4 | REM dex2jar - Tools to work with android .dex and java .class files 5 | REM Copyright (c) 2009-2012 Panxiaobo 6 | REM 7 | REM Licensed under the Apache License, Version 2.0 (the "License"); 8 | REM you may not use this file except in compliance with the License. 9 | REM You may obtain a copy of the License at 10 | REM 11 | REM http://www.apache.org/licenses/LICENSE-2.0 12 | REM 13 | REM Unless required by applicable law or agreed to in writing, software 14 | REM distributed under the License is distributed on an "AS IS" BASIS, 15 | REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | REM See the License for the specific language governing permissions and 17 | REM limitations under the License. 18 | REM 19 | 20 | set CLASSPATH= 21 | FOR %%i IN ("%~dp0lib\*.jar") DO CALL "%~dp0setclasspath.bat" "%%i" 22 | 23 | java -Xms512m -Xmx1024m -cp %CLASSPATH% "com.googlecode.dex2jar.tools.DecryptStringCmd" %* 24 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/d2j-decrpyt-string.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # 4 | # dex2jar - Tools to work with android .dex and java .class files 5 | # Copyright (c) 2009-2012 Panxiaobo 6 | # 7 | # Licensed under the Apache License, Version 2.0 (the "License"); 8 | # you may not use this file except in compliance with the License. 9 | # You may obtain a copy of the License at 10 | # 11 | # http://www.apache.org/licenses/LICENSE-2.0 12 | # 13 | # Unless required by applicable law or agreed to in writing, software 14 | # distributed under the License is distributed on an "AS IS" BASIS, 15 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | # See the License for the specific language governing permissions and 17 | # limitations under the License. 18 | # 19 | 20 | # copy from $Tomcat/bin/startup.sh 21 | # resolve links - $0 may be a softlink 22 | PRG="$0" 23 | while [ -h "$PRG" ] ; do 24 | ls=`ls -ld "$PRG"` 25 | link=`expr "$ls" : '.*-> \(.*\)$'` 26 | if expr "$link" : '/.*' > /dev/null; then 27 | PRG="$link" 28 | else 29 | PRG=`dirname "$PRG"`/"$link" 30 | fi 31 | done 32 | PRGDIR=`dirname "$PRG"` 33 | # 34 | 35 | _classpath="." 36 | for k in "$PRGDIR"/lib/*.jar 37 | do 38 | _classpath="${_classpath}:${k}" 39 | done 40 | java -Xms512m -Xmx1024m -classpath "${_classpath}" "com.googlecode.dex2jar.tools.DecryptStringCmd" "$@" 41 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/d2j-dex-asmifier.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | REM 4 | REM dex2jar - Tools to work with android .dex and java .class files 5 | REM Copyright (c) 2009-2012 Panxiaobo 6 | REM 7 | REM Licensed under the Apache License, Version 2.0 (the "License"); 8 | REM you may not use this file except in compliance with the License. 9 | REM You may obtain a copy of the License at 10 | REM 11 | REM http://www.apache.org/licenses/LICENSE-2.0 12 | REM 13 | REM Unless required by applicable law or agreed to in writing, software 14 | REM distributed under the License is distributed on an "AS IS" BASIS, 15 | REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | REM See the License for the specific language governing permissions and 17 | REM limitations under the License. 18 | REM 19 | 20 | set CLASSPATH= 21 | FOR %%i IN ("%~dp0lib\*.jar") DO CALL "%~dp0setclasspath.bat" "%%i" 22 | 23 | java -Xms512m -Xmx1024m -cp %CLASSPATH% "com.googlecode.dex2jar.util.ASMifierFileV" %* 24 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/d2j-dex-asmifier.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # 4 | # dex2jar - Tools to work with android .dex and java .class files 5 | # Copyright (c) 2009-2012 Panxiaobo 6 | # 7 | # Licensed under the Apache License, Version 2.0 (the "License"); 8 | # you may not use this file except in compliance with the License. 9 | # You may obtain a copy of the License at 10 | # 11 | # http://www.apache.org/licenses/LICENSE-2.0 12 | # 13 | # Unless required by applicable law or agreed to in writing, software 14 | # distributed under the License is distributed on an "AS IS" BASIS, 15 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | # See the License for the specific language governing permissions and 17 | # limitations under the License. 18 | # 19 | 20 | # copy from $Tomcat/bin/startup.sh 21 | # resolve links - $0 may be a softlink 22 | PRG="$0" 23 | while [ -h "$PRG" ] ; do 24 | ls=`ls -ld "$PRG"` 25 | link=`expr "$ls" : '.*-> \(.*\)$'` 26 | if expr "$link" : '/.*' > /dev/null; then 27 | PRG="$link" 28 | else 29 | PRG=`dirname "$PRG"`/"$link" 30 | fi 31 | done 32 | PRGDIR=`dirname "$PRG"` 33 | # 34 | 35 | _classpath="." 36 | for k in "$PRGDIR"/lib/*.jar 37 | do 38 | _classpath="${_classpath}:${k}" 39 | done 40 | java -Xms512m -Xmx1024m -classpath "${_classpath}" "com.googlecode.dex2jar.util.ASMifierFileV" "$@" 41 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/d2j-dex-dump.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | REM 4 | REM dex2jar - Tools to work with android .dex and java .class files 5 | REM Copyright (c) 2009-2012 Panxiaobo 6 | REM 7 | REM Licensed under the Apache License, Version 2.0 (the "License"); 8 | REM you may not use this file except in compliance with the License. 9 | REM You may obtain a copy of the License at 10 | REM 11 | REM http://www.apache.org/licenses/LICENSE-2.0 12 | REM 13 | REM Unless required by applicable law or agreed to in writing, software 14 | REM distributed under the License is distributed on an "AS IS" BASIS, 15 | REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | REM See the License for the specific language governing permissions and 17 | REM limitations under the License. 18 | REM 19 | 20 | set CLASSPATH= 21 | FOR %%i IN ("%~dp0lib\*.jar") DO CALL "%~dp0setclasspath.bat" "%%i" 22 | 23 | java -Xms512m -Xmx1024m -cp %CLASSPATH% "com.googlecode.dex2jar.util.Dump" %* 24 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/d2j-dex-dump.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # 4 | # dex2jar - Tools to work with android .dex and java .class files 5 | # Copyright (c) 2009-2012 Panxiaobo 6 | # 7 | # Licensed under the Apache License, Version 2.0 (the "License"); 8 | # you may not use this file except in compliance with the License. 9 | # You may obtain a copy of the License at 10 | # 11 | # http://www.apache.org/licenses/LICENSE-2.0 12 | # 13 | # Unless required by applicable law or agreed to in writing, software 14 | # distributed under the License is distributed on an "AS IS" BASIS, 15 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | # See the License for the specific language governing permissions and 17 | # limitations under the License. 18 | # 19 | 20 | # copy from $Tomcat/bin/startup.sh 21 | # resolve links - $0 may be a softlink 22 | PRG="$0" 23 | while [ -h "$PRG" ] ; do 24 | ls=`ls -ld "$PRG"` 25 | link=`expr "$ls" : '.*-> \(.*\)$'` 26 | if expr "$link" : '/.*' > /dev/null; then 27 | PRG="$link" 28 | else 29 | PRG=`dirname "$PRG"`/"$link" 30 | fi 31 | done 32 | PRGDIR=`dirname "$PRG"` 33 | # 34 | 35 | _classpath="." 36 | for k in "$PRGDIR"/lib/*.jar 37 | do 38 | _classpath="${_classpath}:${k}" 39 | done 40 | java -Xms512m -Xmx1024m -classpath "${_classpath}" "com.googlecode.dex2jar.util.Dump" "$@" 41 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/d2j-dex2jar.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | REM 4 | REM dex2jar - Tools to work with android .dex and java .class files 5 | REM Copyright (c) 2009-2012 Panxiaobo 6 | REM 7 | REM Licensed under the Apache License, Version 2.0 (the "License"); 8 | REM you may not use this file except in compliance with the License. 9 | REM You may obtain a copy of the License at 10 | REM 11 | REM http://www.apache.org/licenses/LICENSE-2.0 12 | REM 13 | REM Unless required by applicable law or agreed to in writing, software 14 | REM distributed under the License is distributed on an "AS IS" BASIS, 15 | REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | REM See the License for the specific language governing permissions and 17 | REM limitations under the License. 18 | REM 19 | 20 | set CLASSPATH= 21 | FOR %%i IN ("%~dp0lib\*.jar") DO CALL "%~dp0setclasspath.bat" "%%i" 22 | 23 | java -Xms512m -Xmx1024m -cp %CLASSPATH% "com.googlecode.dex2jar.tools.Dex2jarCmd" %* 24 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/d2j-dex2jar.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # 4 | # dex2jar - Tools to work with android .dex and java .class files 5 | # Copyright (c) 2009-2012 Panxiaobo 6 | # 7 | # Licensed under the Apache License, Version 2.0 (the "License"); 8 | # you may not use this file except in compliance with the License. 9 | # You may obtain a copy of the License at 10 | # 11 | # http://www.apache.org/licenses/LICENSE-2.0 12 | # 13 | # Unless required by applicable law or agreed to in writing, software 14 | # distributed under the License is distributed on an "AS IS" BASIS, 15 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | # See the License for the specific language governing permissions and 17 | # limitations under the License. 18 | # 19 | 20 | # copy from $Tomcat/bin/startup.sh 21 | # resolve links - $0 may be a softlink 22 | PRG="$0" 23 | while [ -h "$PRG" ] ; do 24 | ls=`ls -ld "$PRG"` 25 | link=`expr "$ls" : '.*-> \(.*\)$'` 26 | if expr "$link" : '/.*' > /dev/null; then 27 | PRG="$link" 28 | else 29 | PRG=`dirname "$PRG"`/"$link" 30 | fi 31 | done 32 | PRGDIR=`dirname "$PRG"` 33 | # 34 | 35 | _classpath="." 36 | for k in "$PRGDIR"/lib/*.jar 37 | do 38 | _classpath="${_classpath}:${k}" 39 | done 40 | java -Xms512m -Xmx1024m -classpath "${_classpath}" "com.googlecode.dex2jar.tools.Dex2jarCmd" "$@" 41 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/d2j-init-deobf.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | REM 4 | REM dex2jar - Tools to work with android .dex and java .class files 5 | REM Copyright (c) 2009-2012 Panxiaobo 6 | REM 7 | REM Licensed under the Apache License, Version 2.0 (the "License"); 8 | REM you may not use this file except in compliance with the License. 9 | REM You may obtain a copy of the License at 10 | REM 11 | REM http://www.apache.org/licenses/LICENSE-2.0 12 | REM 13 | REM Unless required by applicable law or agreed to in writing, software 14 | REM distributed under the License is distributed on an "AS IS" BASIS, 15 | REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | REM See the License for the specific language governing permissions and 17 | REM limitations under the License. 18 | REM 19 | 20 | set CLASSPATH= 21 | FOR %%i IN ("%~dp0lib\*.jar") DO CALL "%~dp0setclasspath.bat" "%%i" 22 | 23 | java -Xms512m -Xmx1024m -cp %CLASSPATH% "com.googlecode.dex2jar.tools.DeObfInitCmd" %* 24 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/d2j-init-deobf.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # 4 | # dex2jar - Tools to work with android .dex and java .class files 5 | # Copyright (c) 2009-2012 Panxiaobo 6 | # 7 | # Licensed under the Apache License, Version 2.0 (the "License"); 8 | # you may not use this file except in compliance with the License. 9 | # You may obtain a copy of the License at 10 | # 11 | # http://www.apache.org/licenses/LICENSE-2.0 12 | # 13 | # Unless required by applicable law or agreed to in writing, software 14 | # distributed under the License is distributed on an "AS IS" BASIS, 15 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | # See the License for the specific language governing permissions and 17 | # limitations under the License. 18 | # 19 | 20 | # copy from $Tomcat/bin/startup.sh 21 | # resolve links - $0 may be a softlink 22 | PRG="$0" 23 | while [ -h "$PRG" ] ; do 24 | ls=`ls -ld "$PRG"` 25 | link=`expr "$ls" : '.*-> \(.*\)$'` 26 | if expr "$link" : '/.*' > /dev/null; then 27 | PRG="$link" 28 | else 29 | PRG=`dirname "$PRG"`/"$link" 30 | fi 31 | done 32 | PRGDIR=`dirname "$PRG"` 33 | # 34 | 35 | _classpath="." 36 | for k in "$PRGDIR"/lib/*.jar 37 | do 38 | _classpath="${_classpath}:${k}" 39 | done 40 | java -Xms512m -Xmx1024m -classpath "${_classpath}" "com.googlecode.dex2jar.tools.DeObfInitCmd" "$@" 41 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/d2j-jar-access.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | REM 4 | REM dex2jar - Tools to work with android .dex and java .class files 5 | REM Copyright (c) 2009-2012 Panxiaobo 6 | REM 7 | REM Licensed under the Apache License, Version 2.0 (the "License"); 8 | REM you may not use this file except in compliance with the License. 9 | REM You may obtain a copy of the License at 10 | REM 11 | REM http://www.apache.org/licenses/LICENSE-2.0 12 | REM 13 | REM Unless required by applicable law or agreed to in writing, software 14 | REM distributed under the License is distributed on an "AS IS" BASIS, 15 | REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | REM See the License for the specific language governing permissions and 17 | REM limitations under the License. 18 | REM 19 | 20 | set CLASSPATH= 21 | FOR %%i IN ("%~dp0lib\*.jar") DO CALL "%~dp0setclasspath.bat" "%%i" 22 | 23 | java -Xms512m -Xmx1024m -cp %CLASSPATH% "com.googlecode.dex2jar.tools.JarAccessCmd" %* 24 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/d2j-jar-access.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # 4 | # dex2jar - Tools to work with android .dex and java .class files 5 | # Copyright (c) 2009-2012 Panxiaobo 6 | # 7 | # Licensed under the Apache License, Version 2.0 (the "License"); 8 | # you may not use this file except in compliance with the License. 9 | # You may obtain a copy of the License at 10 | # 11 | # http://www.apache.org/licenses/LICENSE-2.0 12 | # 13 | # Unless required by applicable law or agreed to in writing, software 14 | # distributed under the License is distributed on an "AS IS" BASIS, 15 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | # See the License for the specific language governing permissions and 17 | # limitations under the License. 18 | # 19 | 20 | # copy from $Tomcat/bin/startup.sh 21 | # resolve links - $0 may be a softlink 22 | PRG="$0" 23 | while [ -h "$PRG" ] ; do 24 | ls=`ls -ld "$PRG"` 25 | link=`expr "$ls" : '.*-> \(.*\)$'` 26 | if expr "$link" : '/.*' > /dev/null; then 27 | PRG="$link" 28 | else 29 | PRG=`dirname "$PRG"`/"$link" 30 | fi 31 | done 32 | PRGDIR=`dirname "$PRG"` 33 | # 34 | 35 | _classpath="." 36 | for k in "$PRGDIR"/lib/*.jar 37 | do 38 | _classpath="${_classpath}:${k}" 39 | done 40 | java -Xms512m -Xmx1024m -classpath "${_classpath}" "com.googlecode.dex2jar.tools.JarAccessCmd" "$@" 41 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/d2j-jar-remap.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | REM 4 | REM dex2jar - Tools to work with android .dex and java .class files 5 | REM Copyright (c) 2009-2012 Panxiaobo 6 | REM 7 | REM Licensed under the Apache License, Version 2.0 (the "License"); 8 | REM you may not use this file except in compliance with the License. 9 | REM You may obtain a copy of the License at 10 | REM 11 | REM http://www.apache.org/licenses/LICENSE-2.0 12 | REM 13 | REM Unless required by applicable law or agreed to in writing, software 14 | REM distributed under the License is distributed on an "AS IS" BASIS, 15 | REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | REM See the License for the specific language governing permissions and 17 | REM limitations under the License. 18 | REM 19 | 20 | set CLASSPATH= 21 | FOR %%i IN ("%~dp0lib\*.jar") DO CALL "%~dp0setclasspath.bat" "%%i" 22 | 23 | java -Xms512m -Xmx1024m -cp %CLASSPATH% "com.googlecode.dex2jar.tools.JarRemap" %* 24 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/d2j-jar-remap.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # 4 | # dex2jar - Tools to work with android .dex and java .class files 5 | # Copyright (c) 2009-2012 Panxiaobo 6 | # 7 | # Licensed under the Apache License, Version 2.0 (the "License"); 8 | # you may not use this file except in compliance with the License. 9 | # You may obtain a copy of the License at 10 | # 11 | # http://www.apache.org/licenses/LICENSE-2.0 12 | # 13 | # Unless required by applicable law or agreed to in writing, software 14 | # distributed under the License is distributed on an "AS IS" BASIS, 15 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | # See the License for the specific language governing permissions and 17 | # limitations under the License. 18 | # 19 | 20 | # copy from $Tomcat/bin/startup.sh 21 | # resolve links - $0 may be a softlink 22 | PRG="$0" 23 | while [ -h "$PRG" ] ; do 24 | ls=`ls -ld "$PRG"` 25 | link=`expr "$ls" : '.*-> \(.*\)$'` 26 | if expr "$link" : '/.*' > /dev/null; then 27 | PRG="$link" 28 | else 29 | PRG=`dirname "$PRG"`/"$link" 30 | fi 31 | done 32 | PRGDIR=`dirname "$PRG"` 33 | # 34 | 35 | _classpath="." 36 | for k in "$PRGDIR"/lib/*.jar 37 | do 38 | _classpath="${_classpath}:${k}" 39 | done 40 | java -Xms512m -Xmx1024m -classpath "${_classpath}" "com.googlecode.dex2jar.tools.JarRemap" "$@" 41 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/d2j-jar2dex.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | REM 4 | REM dex2jar - Tools to work with android .dex and java .class files 5 | REM Copyright (c) 2009-2012 Panxiaobo 6 | REM 7 | REM Licensed under the Apache License, Version 2.0 (the "License"); 8 | REM you may not use this file except in compliance with the License. 9 | REM You may obtain a copy of the License at 10 | REM 11 | REM http://www.apache.org/licenses/LICENSE-2.0 12 | REM 13 | REM Unless required by applicable law or agreed to in writing, software 14 | REM distributed under the License is distributed on an "AS IS" BASIS, 15 | REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | REM See the License for the specific language governing permissions and 17 | REM limitations under the License. 18 | REM 19 | 20 | set CLASSPATH= 21 | FOR %%i IN ("%~dp0lib\*.jar") DO CALL "%~dp0setclasspath.bat" "%%i" 22 | 23 | java -Xms512m -Xmx1024m -cp %CLASSPATH% "com.googlecode.dex2jar.tools.Jar2Dex" %* 24 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/d2j-jar2dex.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # 4 | # dex2jar - Tools to work with android .dex and java .class files 5 | # Copyright (c) 2009-2012 Panxiaobo 6 | # 7 | # Licensed under the Apache License, Version 2.0 (the "License"); 8 | # you may not use this file except in compliance with the License. 9 | # You may obtain a copy of the License at 10 | # 11 | # http://www.apache.org/licenses/LICENSE-2.0 12 | # 13 | # Unless required by applicable law or agreed to in writing, software 14 | # distributed under the License is distributed on an "AS IS" BASIS, 15 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | # See the License for the specific language governing permissions and 17 | # limitations under the License. 18 | # 19 | 20 | # copy from $Tomcat/bin/startup.sh 21 | # resolve links - $0 may be a softlink 22 | PRG="$0" 23 | while [ -h "$PRG" ] ; do 24 | ls=`ls -ld "$PRG"` 25 | link=`expr "$ls" : '.*-> \(.*\)$'` 26 | if expr "$link" : '/.*' > /dev/null; then 27 | PRG="$link" 28 | else 29 | PRG=`dirname "$PRG"`/"$link" 30 | fi 31 | done 32 | PRGDIR=`dirname "$PRG"` 33 | # 34 | 35 | _classpath="." 36 | for k in "$PRGDIR"/lib/*.jar 37 | do 38 | _classpath="${_classpath}:${k}" 39 | done 40 | java -Xms512m -Xmx1024m -classpath "${_classpath}" "com.googlecode.dex2jar.tools.Jar2Dex" "$@" 41 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/d2j-jar2jasmin.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | REM 4 | REM dex2jar - Tools to work with android .dex and java .class files 5 | REM Copyright (c) 2009-2012 Panxiaobo 6 | REM 7 | REM Licensed under the Apache License, Version 2.0 (the "License"); 8 | REM you may not use this file except in compliance with the License. 9 | REM You may obtain a copy of the License at 10 | REM 11 | REM http://www.apache.org/licenses/LICENSE-2.0 12 | REM 13 | REM Unless required by applicable law or agreed to in writing, software 14 | REM distributed under the License is distributed on an "AS IS" BASIS, 15 | REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | REM See the License for the specific language governing permissions and 17 | REM limitations under the License. 18 | REM 19 | 20 | set CLASSPATH= 21 | FOR %%i IN ("%~dp0lib\*.jar") DO CALL "%~dp0setclasspath.bat" "%%i" 22 | 23 | java -Xms512m -Xmx1024m -cp %CLASSPATH% "com.googlecode.dex2jar.tools.Jar2Jasmin" %* 24 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/d2j-jar2jasmin.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # 4 | # dex2jar - Tools to work with android .dex and java .class files 5 | # Copyright (c) 2009-2012 Panxiaobo 6 | # 7 | # Licensed under the Apache License, Version 2.0 (the "License"); 8 | # you may not use this file except in compliance with the License. 9 | # You may obtain a copy of the License at 10 | # 11 | # http://www.apache.org/licenses/LICENSE-2.0 12 | # 13 | # Unless required by applicable law or agreed to in writing, software 14 | # distributed under the License is distributed on an "AS IS" BASIS, 15 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | # See the License for the specific language governing permissions and 17 | # limitations under the License. 18 | # 19 | 20 | # copy from $Tomcat/bin/startup.sh 21 | # resolve links - $0 may be a softlink 22 | PRG="$0" 23 | while [ -h "$PRG" ] ; do 24 | ls=`ls -ld "$PRG"` 25 | link=`expr "$ls" : '.*-> \(.*\)$'` 26 | if expr "$link" : '/.*' > /dev/null; then 27 | PRG="$link" 28 | else 29 | PRG=`dirname "$PRG"`/"$link" 30 | fi 31 | done 32 | PRGDIR=`dirname "$PRG"` 33 | # 34 | 35 | _classpath="." 36 | for k in "$PRGDIR"/lib/*.jar 37 | do 38 | _classpath="${_classpath}:${k}" 39 | done 40 | java -Xms512m -Xmx1024m -classpath "${_classpath}" "com.googlecode.dex2jar.tools.Jar2Jasmin" "$@" 41 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/d2j-jasmin2jar.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | REM 4 | REM dex2jar - Tools to work with android .dex and java .class files 5 | REM Copyright (c) 2009-2012 Panxiaobo 6 | REM 7 | REM Licensed under the Apache License, Version 2.0 (the "License"); 8 | REM you may not use this file except in compliance with the License. 9 | REM You may obtain a copy of the License at 10 | REM 11 | REM http://www.apache.org/licenses/LICENSE-2.0 12 | REM 13 | REM Unless required by applicable law or agreed to in writing, software 14 | REM distributed under the License is distributed on an "AS IS" BASIS, 15 | REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | REM See the License for the specific language governing permissions and 17 | REM limitations under the License. 18 | REM 19 | 20 | set CLASSPATH= 21 | FOR %%i IN ("%~dp0lib\*.jar") DO CALL "%~dp0setclasspath.bat" "%%i" 22 | 23 | java -Xms512m -Xmx1024m -cp %CLASSPATH% "com.googlecode.dex2jar.tools.Jasmin2Jar" %* 24 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/d2j-jasmin2jar.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # 4 | # dex2jar - Tools to work with android .dex and java .class files 5 | # Copyright (c) 2009-2012 Panxiaobo 6 | # 7 | # Licensed under the Apache License, Version 2.0 (the "License"); 8 | # you may not use this file except in compliance with the License. 9 | # You may obtain a copy of the License at 10 | # 11 | # http://www.apache.org/licenses/LICENSE-2.0 12 | # 13 | # Unless required by applicable law or agreed to in writing, software 14 | # distributed under the License is distributed on an "AS IS" BASIS, 15 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | # See the License for the specific language governing permissions and 17 | # limitations under the License. 18 | # 19 | 20 | # copy from $Tomcat/bin/startup.sh 21 | # resolve links - $0 may be a softlink 22 | PRG="$0" 23 | while [ -h "$PRG" ] ; do 24 | ls=`ls -ld "$PRG"` 25 | link=`expr "$ls" : '.*-> \(.*\)$'` 26 | if expr "$link" : '/.*' > /dev/null; then 27 | PRG="$link" 28 | else 29 | PRG=`dirname "$PRG"`/"$link" 30 | fi 31 | done 32 | PRGDIR=`dirname "$PRG"` 33 | # 34 | 35 | _classpath="." 36 | for k in "$PRGDIR"/lib/*.jar 37 | do 38 | _classpath="${_classpath}:${k}" 39 | done 40 | java -Xms512m -Xmx1024m -classpath "${_classpath}" "com.googlecode.dex2jar.tools.Jasmin2Jar" "$@" 41 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/dex-dump.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | set CLASSPATH= 3 | 4 | FOR %%i IN ("%~dp0lib\*.jar") DO CALL "%~dp0setclasspath.bat" %%i 5 | 6 | java -Xms512m -Xmx1024m -cp "%CLASSPATH%" com.googlecode.dex2jar.util.Dump %* 7 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/dex-dump.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # copy from $Tomcat/bin/startup.sh 4 | # resolve links - $0 may be a softlink 5 | PRG="$0" 6 | while [ -h "$PRG" ] ; do 7 | ls=`ls -ld "$PRG"` 8 | link=`expr "$ls" : '.*-> \(.*\)$'` 9 | if expr "$link" : '/.*' > /dev/null; then 10 | PRG="$link" 11 | else 12 | PRG=`dirname "$PRG"`/"$link" 13 | fi 14 | done 15 | PRGDIR=`dirname "$PRG"` 16 | # 17 | 18 | _classpath="." 19 | for k in "$PRGDIR"/lib/*.jar 20 | do 21 | _classpath="${_classpath}:${k}" 22 | done 23 | java -Xms512m -Xmx1024m -classpath "${_classpath}" "com.googlecode.dex2jar.util.Dump" $1 $2 $3 $4 $5 $6 24 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/dex2jar.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | REM 4 | REM dex2jar - Tools to work with android .dex and java .class files 5 | REM Copyright (c) 2009-2012 Panxiaobo 6 | REM 7 | REM Licensed under the Apache License, Version 2.0 (the "License"); 8 | REM you may not use this file except in compliance with the License. 9 | REM You may obtain a copy of the License at 10 | REM 11 | REM http://www.apache.org/licenses/LICENSE-2.0 12 | REM 13 | REM Unless required by applicable law or agreed to in writing, software 14 | REM distributed under the License is distributed on an "AS IS" BASIS, 15 | REM WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | REM See the License for the specific language governing permissions and 17 | REM limitations under the License. 18 | REM 19 | 20 | set CLASSPATH= 21 | FOR %%i IN ("%~dp0lib\*.jar") DO CALL "%~dp0setclasspath.bat" "%%i" 22 | 23 | java -Xms512m -Xmx1024m -cp %CLASSPATH% "com.googlecode.dex2jar.v3.Main" %* 24 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/dex2jar.sh: -------------------------------------------------------------------------------- 1 | #!/bin/sh 2 | 3 | # 4 | # dex2jar - Tools to work with android .dex and java .class files 5 | # Copyright (c) 2009-2012 Panxiaobo 6 | # 7 | # Licensed under the Apache License, Version 2.0 (the "License"); 8 | # you may not use this file except in compliance with the License. 9 | # You may obtain a copy of the License at 10 | # 11 | # http://www.apache.org/licenses/LICENSE-2.0 12 | # 13 | # Unless required by applicable law or agreed to in writing, software 14 | # distributed under the License is distributed on an "AS IS" BASIS, 15 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 16 | # See the License for the specific language governing permissions and 17 | # limitations under the License. 18 | # 19 | 20 | # copy from $Tomcat/bin/startup.sh 21 | # resolve links - $0 may be a softlink 22 | PRG="$0" 23 | while [ -h "$PRG" ] ; do 24 | ls=`ls -ld "$PRG"` 25 | link=`expr "$ls" : '.*-> \(.*\)$'` 26 | if expr "$link" : '/.*' > /dev/null; then 27 | PRG="$link" 28 | else 29 | PRG=`dirname "$PRG"`/"$link" 30 | fi 31 | done 32 | PRGDIR=`dirname "$PRG"` 33 | # 34 | 35 | _classpath="." 36 | for k in "$PRGDIR"/lib/*.jar 37 | do 38 | _classpath="${_classpath}:${k}" 39 | done 40 | java -Xms512m -Xmx1024m -classpath "${_classpath}" "com.googlecode.dex2jar.v3.Main" "$@" 41 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/lib/asm-LICENSE.txt: -------------------------------------------------------------------------------- 1 | 2 | ASM: a very small and fast Java bytecode manipulation framework 3 | Copyright (c) 2000-2005 INRIA, France Telecom 4 | All rights reserved. 5 | 6 | Redistribution and use in source and binary forms, with or without 7 | modification, are permitted provided that the following conditions 8 | are met: 9 | 1. Redistributions of source code must retain the above copyright 10 | notice, this list of conditions and the following disclaimer. 11 | 2. Redistributions in binary form must reproduce the above copyright 12 | notice, this list of conditions and the following disclaimer in the 13 | documentation and/or other materials provided with the distribution. 14 | 3. Neither the name of the copyright holders nor the names of its 15 | contributors may be used to endorse or promote products derived from 16 | this software without specific prior written permission. 17 | 18 | THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 19 | AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 20 | IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 21 | ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 22 | LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 23 | CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 24 | SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 25 | INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN 26 | CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 27 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF 28 | THE POSSIBILITY OF SUCH DAMAGE. 29 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/lib/asm-all-3.3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/dex2jar-0.0.9.15/lib/asm-all-3.3.1.jar -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/lib/commons-io-NOTICE.txt: -------------------------------------------------------------------------------- 1 | Apache Commons IO 2 | Copyright 2002-2010 The Apache Software Foundation 3 | 4 | This product includes software developed by 5 | The Apache Software Foundation (http://www.apache.org/). 6 | 7 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/lib/commons-lite-1.15.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/dex2jar-0.0.9.15/lib/commons-lite-1.15.jar -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/lib/dex-ir-1.12.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/dex2jar-0.0.9.15/lib/dex-ir-1.12.jar -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/lib/dex-reader-1.15.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/dex2jar-0.0.9.15/lib/dex-reader-1.15.jar -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/lib/dex-tools-0.0.9.15.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/dex2jar-0.0.9.15/lib/dex-tools-0.0.9.15.jar -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/lib/dex-translator-0.0.9.15.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/dex2jar-0.0.9.15/lib/dex-translator-0.0.9.15.jar -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/lib/dx.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/dex2jar-0.0.9.15/lib/dx.jar -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/lib/jar-rename-1.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/dex2jar-0.0.9.15/lib/jar-rename-1.6.jar -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/lib/jasmin-p2.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/dex2jar-0.0.9.15/lib/jasmin-p2.5.jar -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/lib/license-jasmin.txt: -------------------------------------------------------------------------------- 1 | /* 2 | * Copyright (c) 1996-2004, Jon Meyer 3 | * All rights reserved. 4 | * 5 | * Redistribution and use in source and binary forms, with or without modification, are permitted provided 6 | * that the following conditions are met: 7 | * 8 | * Redistributions of source code must retain the above copyright notice, this list of conditions 9 | * and the following disclaimer. 10 | * 11 | * Redistributions in binary form must reproduce the above copyright notice, this list of conditions 12 | * and the following disclaimer in the documentation and/or other materials provided with the 13 | * distribution. 14 | * 15 | * Neither the name of the Jon Meyer nor the names of its contributors may be used to 16 | * endorse or promote products derived from this software without specific prior written permission. 17 | * 18 | * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED 19 | * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A 20 | * PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR 21 | * ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT 22 | * LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 23 | * INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR 24 | * TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 25 | * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 26 | * 27 | * Jasmin was written by Jon Meyer, www.cybergrain.com 28 | * The Jasmin website is jasmin.sourceforge.net. 29 | */ 30 | -------------------------------------------------------------------------------- /dex2jar-0.0.9.15/setclasspath.bat: -------------------------------------------------------------------------------- 1 | SET CLASSPATH=%1;%CLASSPATH% 2 | -------------------------------------------------------------------------------- /jadx-0.6.1/bin/jadx-gui.bat: -------------------------------------------------------------------------------- 1 | @if "%DEBUG%" == "" @echo off 2 | @rem ########################################################################## 3 | @rem 4 | @rem jadx-gui startup script for Windows 5 | @rem 6 | @rem ########################################################################## 7 | 8 | @rem Set local scope for the variables with windows NT shell 9 | if "%OS%"=="Windows_NT" setlocal 10 | 11 | @rem Add default JVM options here. You can also use JAVA_OPTS and JADX_GUI_OPTS to pass JVM options to this script. 12 | set DEFAULT_JVM_OPTS= 13 | 14 | set DIRNAME=%~dp0 15 | if "%DIRNAME%" == "" set DIRNAME=. 16 | set APP_BASE_NAME=%~n0 17 | set APP_HOME=%DIRNAME%.. 18 | 19 | @rem Find javaw.exe 20 | if defined JAVA_HOME goto findJavaFromJavaHome 21 | 22 | set JAVA_EXE=javaw.exe 23 | %JAVA_EXE% -version >NUL 2>&1 24 | if "%ERRORLEVEL%" == "0" goto init 25 | 26 | echo. 27 | echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 28 | echo. 29 | echo Please set the JAVA_HOME variable in your environment to match the 30 | echo location of your Java installation. 31 | 32 | goto fail 33 | 34 | :findJavaFromJavaHome 35 | set JAVA_HOME=%JAVA_HOME:"=% 36 | set JAVA_EXE=%JAVA_HOME%/bin/javaw.exe 37 | 38 | if exist "%JAVA_EXE%" goto init 39 | 40 | echo. 41 | echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 42 | echo. 43 | echo Please set the JAVA_HOME variable in your environment to match the 44 | echo location of your Java installation. 45 | 46 | goto fail 47 | 48 | :init 49 | @rem Get command-line arguments, handling Windowz variants 50 | 51 | if not "%OS%" == "Windows_NT" goto win9xME_args 52 | if "%@eval[2+2]" == "4" goto 4NT_args 53 | 54 | :win9xME_args 55 | @rem Slurp the command line arguments. 56 | set CMD_LINE_ARGS= 57 | set _SKIP=2 58 | 59 | :win9xME_args_slurp 60 | if "x%~1" == "x" goto execute 61 | 62 | set CMD_LINE_ARGS=%* 63 | goto execute 64 | 65 | :4NT_args 66 | @rem Get arguments from the 4NT Shell from JP Software 67 | set CMD_LINE_ARGS=%$ 68 | 69 | :execute 70 | @rem Setup the command line 71 | 72 | set CLASSPATH=%APP_HOME%\lib\jadx-gui-0.6.1-dev-build223.jar;%APP_HOME%\lib\android-5.1.jar;%APP_HOME%\lib\dx-1.10.jar;%APP_HOME%\lib\jfontchooser-1.0.5.jar;%APP_HOME%\lib\slf4j-api-1.7.10.jar;%APP_HOME%\lib\jadx-core-0.6.1-dev-build223.jar;%APP_HOME%\lib\jadx-cli-0.6.1-dev-build223.jar;%APP_HOME%\lib\rsyntaxtextarea-2.5.7.jar;%APP_HOME%\lib\gson-2.3.1.jar;%APP_HOME%\lib\concurrent-trees-2.4.0.jar;%APP_HOME%\lib\commons-io-2.4.jar;%APP_HOME%\lib\asm-5.0.3.jar;%APP_HOME%\lib\annotations-12.0.jar;%APP_HOME%\lib\cloning-1.9.2.jar;%APP_HOME%\lib\jcommander-1.47.jar;%APP_HOME%\lib\logback-classic-1.1.2.jar;%APP_HOME%\lib\objenesis-2.1.jar;%APP_HOME%\lib\logback-core-1.1.2.jar 73 | 74 | @rem Execute jadx-gui 75 | start "jadx-gui" /B "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %JADX_GUI_OPTS% -classpath "%CLASSPATH%" jadx.gui.JadxGUI %CMD_LINE_ARGS% 76 | 77 | :end 78 | @rem End local scope for the variables with windows NT shell 79 | if "%ERRORLEVEL%"=="0" goto mainEnd 80 | 81 | :fail 82 | rem Set variable JADX_GUI_EXIT_CONSOLE if you need the _script_ return code instead of 83 | rem the _cmd.exe /c_ return code! 84 | if not "" == "%JADX_GUI_EXIT_CONSOLE%" exit 1 85 | exit /b 1 86 | 87 | :mainEnd 88 | if "%OS%"=="Windows_NT" endlocal 89 | 90 | :omega 91 | -------------------------------------------------------------------------------- /jadx-0.6.1/bin/jadx.bat: -------------------------------------------------------------------------------- 1 | @if "%DEBUG%" == "" @echo off 2 | @rem ########################################################################## 3 | @rem 4 | @rem jadx startup script for Windows 5 | @rem 6 | @rem ########################################################################## 7 | 8 | @rem Set local scope for the variables with windows NT shell 9 | if "%OS%"=="Windows_NT" setlocal 10 | 11 | @rem Add default JVM options here. You can also use JAVA_OPTS and JADX_OPTS to pass JVM options to this script. 12 | set DEFAULT_JVM_OPTS= 13 | 14 | set DIRNAME=%~dp0 15 | if "%DIRNAME%" == "" set DIRNAME=. 16 | set APP_BASE_NAME=%~n0 17 | set APP_HOME=%DIRNAME%.. 18 | 19 | @rem Find java.exe 20 | if defined JAVA_HOME goto findJavaFromJavaHome 21 | 22 | set JAVA_EXE=java.exe 23 | %JAVA_EXE% -version >NUL 2>&1 24 | if "%ERRORLEVEL%" == "0" goto init 25 | 26 | echo. 27 | echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 28 | echo. 29 | echo Please set the JAVA_HOME variable in your environment to match the 30 | echo location of your Java installation. 31 | 32 | goto fail 33 | 34 | :findJavaFromJavaHome 35 | set JAVA_HOME=%JAVA_HOME:"=% 36 | set JAVA_EXE=%JAVA_HOME%/bin/java.exe 37 | 38 | if exist "%JAVA_EXE%" goto init 39 | 40 | echo. 41 | echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 42 | echo. 43 | echo Please set the JAVA_HOME variable in your environment to match the 44 | echo location of your Java installation. 45 | 46 | goto fail 47 | 48 | :init 49 | @rem Get command-line arguments, handling Windowz variants 50 | 51 | if not "%OS%" == "Windows_NT" goto win9xME_args 52 | if "%@eval[2+2]" == "4" goto 4NT_args 53 | 54 | :win9xME_args 55 | @rem Slurp the command line arguments. 56 | set CMD_LINE_ARGS= 57 | set _SKIP=2 58 | 59 | :win9xME_args_slurp 60 | if "x%~1" == "x" goto execute 61 | 62 | set CMD_LINE_ARGS=%* 63 | goto execute 64 | 65 | :4NT_args 66 | @rem Get arguments from the 4NT Shell from JP Software 67 | set CMD_LINE_ARGS=%$ 68 | 69 | :execute 70 | @rem Setup the command line 71 | 72 | set CLASSPATH=%APP_HOME%\lib\jadx-cli-0.6.1-dev-build223.jar;%APP_HOME%\lib\android-5.1.jar;%APP_HOME%\lib\dx-1.10.jar;%APP_HOME%\lib\slf4j-api-1.7.10.jar;%APP_HOME%\lib\jadx-core-0.6.1-dev-build223.jar;%APP_HOME%\lib\jcommander-1.47.jar;%APP_HOME%\lib\logback-classic-1.1.2.jar;%APP_HOME%\lib\commons-io-2.4.jar;%APP_HOME%\lib\asm-5.0.3.jar;%APP_HOME%\lib\annotations-12.0.jar;%APP_HOME%\lib\cloning-1.9.2.jar;%APP_HOME%\lib\logback-core-1.1.2.jar;%APP_HOME%\lib\objenesis-2.1.jar 73 | 74 | @rem Execute jadx 75 | "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %JADX_OPTS% -classpath "%CLASSPATH%" jadx.cli.JadxCLI %CMD_LINE_ARGS% 76 | 77 | :end 78 | @rem End local scope for the variables with windows NT shell 79 | if "%ERRORLEVEL%"=="0" goto mainEnd 80 | 81 | :fail 82 | rem Set variable JADX_EXIT_CONSOLE if you need the _script_ return code instead of 83 | rem the _cmd.exe /c_ return code! 84 | if not "" == "%JADX_EXIT_CONSOLE%" exit 1 85 | exit /b 1 86 | 87 | :mainEnd 88 | if "%OS%"=="Windows_NT" endlocal 89 | 90 | :omega 91 | -------------------------------------------------------------------------------- /jadx-0.6.1/lib/android-5.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx-0.6.1/lib/android-5.1.jar -------------------------------------------------------------------------------- /jadx-0.6.1/lib/annotations-12.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx-0.6.1/lib/annotations-12.0.jar -------------------------------------------------------------------------------- /jadx-0.6.1/lib/asm-5.0.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx-0.6.1/lib/asm-5.0.3.jar -------------------------------------------------------------------------------- /jadx-0.6.1/lib/cloning-1.9.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx-0.6.1/lib/cloning-1.9.2.jar -------------------------------------------------------------------------------- /jadx-0.6.1/lib/commons-io-2.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx-0.6.1/lib/commons-io-2.4.jar -------------------------------------------------------------------------------- /jadx-0.6.1/lib/concurrent-trees-2.4.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx-0.6.1/lib/concurrent-trees-2.4.0.jar -------------------------------------------------------------------------------- /jadx-0.6.1/lib/dx-1.10.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx-0.6.1/lib/dx-1.10.jar -------------------------------------------------------------------------------- /jadx-0.6.1/lib/gson-2.3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx-0.6.1/lib/gson-2.3.1.jar -------------------------------------------------------------------------------- /jadx-0.6.1/lib/jadx-cli-0.6.1-dev-build223.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx-0.6.1/lib/jadx-cli-0.6.1-dev-build223.jar -------------------------------------------------------------------------------- /jadx-0.6.1/lib/jadx-core-0.6.1-dev-build223.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx-0.6.1/lib/jadx-core-0.6.1-dev-build223.jar -------------------------------------------------------------------------------- /jadx-0.6.1/lib/jadx-gui-0.6.1-dev-build223.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx-0.6.1/lib/jadx-gui-0.6.1-dev-build223.jar -------------------------------------------------------------------------------- /jadx-0.6.1/lib/jcommander-1.47.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx-0.6.1/lib/jcommander-1.47.jar -------------------------------------------------------------------------------- /jadx-0.6.1/lib/jfontchooser-1.0.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx-0.6.1/lib/jfontchooser-1.0.5.jar -------------------------------------------------------------------------------- /jadx-0.6.1/lib/logback-classic-1.1.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx-0.6.1/lib/logback-classic-1.1.2.jar -------------------------------------------------------------------------------- /jadx-0.6.1/lib/logback-core-1.1.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx-0.6.1/lib/logback-core-1.1.2.jar -------------------------------------------------------------------------------- /jadx-0.6.1/lib/objenesis-2.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx-0.6.1/lib/objenesis-2.1.jar -------------------------------------------------------------------------------- /jadx-0.6.1/lib/rsyntaxtextarea-2.5.7.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx-0.6.1/lib/rsyntaxtextarea-2.5.7.jar -------------------------------------------------------------------------------- /jadx-0.6.1/lib/slf4j-api-1.7.10.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx-0.6.1/lib/slf4j-api-1.7.10.jar -------------------------------------------------------------------------------- /jadx/bin/jadx-gui.bat: -------------------------------------------------------------------------------- 1 | @if "%DEBUG%" == "" @echo off 2 | @rem ########################################################################## 3 | @rem 4 | @rem jadx-gui startup script for Windows 5 | @rem 6 | @rem ########################################################################## 7 | 8 | @rem Set local scope for the variables with windows NT shell 9 | if "%OS%"=="Windows_NT" setlocal 10 | 11 | @rem Add default JVM options here. You can also use JAVA_OPTS and JADX_GUI_OPTS to pass JVM options to this script. 12 | set DEFAULT_JVM_OPTS= 13 | 14 | set DIRNAME=%~dp0 15 | if "%DIRNAME%" == "" set DIRNAME=. 16 | set APP_BASE_NAME=%~n0 17 | set APP_HOME=%DIRNAME%.. 18 | 19 | @rem Find javaw.exe 20 | if defined JAVA_HOME goto findJavaFromJavaHome 21 | 22 | set JAVA_EXE=javaw.exe 23 | %JAVA_EXE% -version >NUL 2>&1 24 | if "%ERRORLEVEL%" == "0" goto init 25 | 26 | echo. 27 | echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 28 | echo. 29 | echo Please set the JAVA_HOME variable in your environment to match the 30 | echo location of your Java installation. 31 | 32 | goto fail 33 | 34 | :findJavaFromJavaHome 35 | set JAVA_HOME=%JAVA_HOME:"=% 36 | set JAVA_EXE=%JAVA_HOME%/bin/javaw.exe 37 | 38 | if exist "%JAVA_EXE%" goto init 39 | 40 | echo. 41 | echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 42 | echo. 43 | echo Please set the JAVA_HOME variable in your environment to match the 44 | echo location of your Java installation. 45 | 46 | goto fail 47 | 48 | :init 49 | @rem Get command-line arguments, handling Windowz variants 50 | 51 | if not "%OS%" == "Windows_NT" goto win9xME_args 52 | if "%@eval[2+2]" == "4" goto 4NT_args 53 | 54 | :win9xME_args 55 | @rem Slurp the command line arguments. 56 | set CMD_LINE_ARGS= 57 | set _SKIP=2 58 | 59 | :win9xME_args_slurp 60 | if "x%~1" == "x" goto execute 61 | 62 | set CMD_LINE_ARGS=%* 63 | goto execute 64 | 65 | :4NT_args 66 | @rem Get arguments from the 4NT Shell from JP Software 67 | set CMD_LINE_ARGS=%$ 68 | 69 | :execute 70 | @rem Setup the command line 71 | 72 | set CLASSPATH=%APP_HOME%\lib\jadx-gui-0.6.1.jar;%APP_HOME%\lib\android-5.1.jar;%APP_HOME%\lib\dx-1.10.jar;%APP_HOME%\lib\jfontchooser-1.0.5.jar;%APP_HOME%\lib\slf4j-api-1.7.10.jar;%APP_HOME%\lib\jadx-core-0.6.1.jar;%APP_HOME%\lib\jadx-cli-0.6.1.jar;%APP_HOME%\lib\rsyntaxtextarea-2.5.8.jar;%APP_HOME%\lib\gson-2.3.1.jar;%APP_HOME%\lib\image-viewer-1.2.3.jar;%APP_HOME%\lib\commons-io-2.4.jar;%APP_HOME%\lib\asm-5.0.3.jar;%APP_HOME%\lib\annotations-12.0.jar;%APP_HOME%\lib\cloning-1.9.2.jar;%APP_HOME%\lib\jcommander-1.47.jar;%APP_HOME%\lib\logback-classic-1.1.2.jar;%APP_HOME%\lib\objenesis-2.1.jar;%APP_HOME%\lib\logback-core-1.1.2.jar 73 | 74 | @rem Execute jadx-gui 75 | start "jadx-gui" /B "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %JADX_GUI_OPTS% -classpath "%CLASSPATH%" jadx.gui.JadxGUI %CMD_LINE_ARGS% 76 | 77 | :end 78 | @rem End local scope for the variables with windows NT shell 79 | if "%ERRORLEVEL%"=="0" goto mainEnd 80 | 81 | :fail 82 | rem Set variable JADX_GUI_EXIT_CONSOLE if you need the _script_ return code instead of 83 | rem the _cmd.exe /c_ return code! 84 | if not "" == "%JADX_GUI_EXIT_CONSOLE%" exit 1 85 | exit /b 1 86 | 87 | :mainEnd 88 | if "%OS%"=="Windows_NT" endlocal 89 | 90 | :omega 91 | -------------------------------------------------------------------------------- /jadx/bin/jadx.bat: -------------------------------------------------------------------------------- 1 | @if "%DEBUG%" == "" @echo off 2 | @rem ########################################################################## 3 | @rem 4 | @rem jadx startup script for Windows 5 | @rem 6 | @rem ########################################################################## 7 | 8 | @rem Set local scope for the variables with windows NT shell 9 | if "%OS%"=="Windows_NT" setlocal 10 | 11 | @rem Add default JVM options here. You can also use JAVA_OPTS and JADX_OPTS to pass JVM options to this script. 12 | set DEFAULT_JVM_OPTS= 13 | 14 | set DIRNAME=%~dp0 15 | if "%DIRNAME%" == "" set DIRNAME=. 16 | set APP_BASE_NAME=%~n0 17 | set APP_HOME=%DIRNAME%.. 18 | 19 | @rem Find java.exe 20 | if defined JAVA_HOME goto findJavaFromJavaHome 21 | 22 | set JAVA_EXE=java.exe 23 | %JAVA_EXE% -version >NUL 2>&1 24 | if "%ERRORLEVEL%" == "0" goto init 25 | 26 | echo. 27 | echo ERROR: JAVA_HOME is not set and no 'java' command could be found in your PATH. 28 | echo. 29 | echo Please set the JAVA_HOME variable in your environment to match the 30 | echo location of your Java installation. 31 | 32 | goto fail 33 | 34 | :findJavaFromJavaHome 35 | set JAVA_HOME=%JAVA_HOME:"=% 36 | set JAVA_EXE=%JAVA_HOME%/bin/java.exe 37 | 38 | if exist "%JAVA_EXE%" goto init 39 | 40 | echo. 41 | echo ERROR: JAVA_HOME is set to an invalid directory: %JAVA_HOME% 42 | echo. 43 | echo Please set the JAVA_HOME variable in your environment to match the 44 | echo location of your Java installation. 45 | 46 | goto fail 47 | 48 | :init 49 | @rem Get command-line arguments, handling Windowz variants 50 | 51 | if not "%OS%" == "Windows_NT" goto win9xME_args 52 | if "%@eval[2+2]" == "4" goto 4NT_args 53 | 54 | :win9xME_args 55 | @rem Slurp the command line arguments. 56 | set CMD_LINE_ARGS= 57 | set _SKIP=2 58 | 59 | :win9xME_args_slurp 60 | if "x%~1" == "x" goto execute 61 | 62 | set CMD_LINE_ARGS=%* 63 | goto execute 64 | 65 | :4NT_args 66 | @rem Get arguments from the 4NT Shell from JP Software 67 | set CMD_LINE_ARGS=%$ 68 | 69 | :execute 70 | @rem Setup the command line 71 | 72 | set CLASSPATH=%APP_HOME%\lib\jadx-cli-0.6.1.jar;%APP_HOME%\lib\android-5.1.jar;%APP_HOME%\lib\dx-1.10.jar;%APP_HOME%\lib\slf4j-api-1.7.10.jar;%APP_HOME%\lib\jadx-core-0.6.1.jar;%APP_HOME%\lib\jcommander-1.47.jar;%APP_HOME%\lib\logback-classic-1.1.2.jar;%APP_HOME%\lib\commons-io-2.4.jar;%APP_HOME%\lib\asm-5.0.3.jar;%APP_HOME%\lib\annotations-12.0.jar;%APP_HOME%\lib\cloning-1.9.2.jar;%APP_HOME%\lib\logback-core-1.1.2.jar;%APP_HOME%\lib\objenesis-2.1.jar 73 | 74 | @rem Execute jadx 75 | "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %JADX_OPTS% -classpath "%CLASSPATH%" jadx.cli.JadxCLI %CMD_LINE_ARGS% 76 | 77 | :end 78 | @rem End local scope for the variables with windows NT shell 79 | if "%ERRORLEVEL%"=="0" goto mainEnd 80 | 81 | :fail 82 | rem Set variable JADX_EXIT_CONSOLE if you need the _script_ return code instead of 83 | rem the _cmd.exe /c_ return code! 84 | if not "" == "%JADX_EXIT_CONSOLE%" exit 1 85 | exit /b 1 86 | 87 | :mainEnd 88 | if "%OS%"=="Windows_NT" endlocal 89 | 90 | :omega 91 | -------------------------------------------------------------------------------- /jadx/lib/android-5.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx/lib/android-5.1.jar -------------------------------------------------------------------------------- /jadx/lib/annotations-12.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx/lib/annotations-12.0.jar -------------------------------------------------------------------------------- /jadx/lib/asm-5.0.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx/lib/asm-5.0.3.jar -------------------------------------------------------------------------------- /jadx/lib/cloning-1.9.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx/lib/cloning-1.9.2.jar -------------------------------------------------------------------------------- /jadx/lib/commons-io-2.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx/lib/commons-io-2.4.jar -------------------------------------------------------------------------------- /jadx/lib/dx-1.10.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx/lib/dx-1.10.jar -------------------------------------------------------------------------------- /jadx/lib/gson-2.3.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx/lib/gson-2.3.1.jar -------------------------------------------------------------------------------- /jadx/lib/image-viewer-1.2.3.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx/lib/image-viewer-1.2.3.jar -------------------------------------------------------------------------------- /jadx/lib/jadx-cli-0.6.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx/lib/jadx-cli-0.6.1.jar -------------------------------------------------------------------------------- /jadx/lib/jadx-core-0.6.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx/lib/jadx-core-0.6.1.jar -------------------------------------------------------------------------------- /jadx/lib/jadx-gui-0.6.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx/lib/jadx-gui-0.6.1.jar -------------------------------------------------------------------------------- /jadx/lib/jcommander-1.47.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx/lib/jcommander-1.47.jar -------------------------------------------------------------------------------- /jadx/lib/jfontchooser-1.0.5.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx/lib/jfontchooser-1.0.5.jar -------------------------------------------------------------------------------- /jadx/lib/logback-classic-1.1.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx/lib/logback-classic-1.1.2.jar -------------------------------------------------------------------------------- /jadx/lib/logback-core-1.1.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx/lib/logback-core-1.1.2.jar -------------------------------------------------------------------------------- /jadx/lib/objenesis-2.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx/lib/objenesis-2.1.jar -------------------------------------------------------------------------------- /jadx/lib/rsyntaxtextarea-2.5.8.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx/lib/rsyntaxtextarea-2.5.8.jar -------------------------------------------------------------------------------- /jadx/lib/slf4j-api-1.7.10.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jadx/lib/slf4j-api-1.7.10.jar -------------------------------------------------------------------------------- /jd-gui-0.3.5.linux.i686.tar.gz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jd-gui-0.3.5.linux.i686.tar.gz -------------------------------------------------------------------------------- /jd-gui.cfg: -------------------------------------------------------------------------------- 1 | [Manifest] 2 | Version=2 3 | [RecentDirectories] 4 | LoadPath=/home/juude/git/RE/ 5 | [GUI] 6 | MainWindowPosition=980,517 600x400 Maximized 7 | [RecentFiles] 8 | Path0=/home/juude/git/RE/weixin610android540_dex2jar.jar 9 | -------------------------------------------------------------------------------- /jd-gui/contrib/Nautilus File Manager Integration/open-in-jd-gui.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | # 3 | # Nautilus script -> jd-gui 4 | # 5 | # Add multiple files jd-gui application 6 | # 7 | # Author: Ilya Kharmatsky aka jshark 8 | # Version: 0.0.0.1 9 | # Date: 26.01.2010 10 | # 11 | 12 | debug=1 13 | 14 | jd_gui_path=/usr/bin/jd-gui 15 | 16 | filesall=$NAUTILUS_SCRIPT_SELECTED_FILE_PATHS 17 | 18 | if [ $debug -ne 0 ]; 19 | then 20 | echo $jd_gui_path $filesall > /tmp/jd_gui_nau_debug 21 | fi 22 | 23 | $jd_gui_path $filesall & 24 | -------------------------------------------------------------------------------- /jd-gui/contrib/Nautilus File Manager Integration/readme.txt: -------------------------------------------------------------------------------- 1 | Nautilus File Manager Integration 2 | --------------------------------- 3 | 4 | 1) Change the JD-GUI path in "open-in-jd-gui.sh". 5 | 2) Copy the script into your scripts folder "~/.gnome2/nautilus-scripts". 6 | 7 | -------------------------------------------------------------------------------- /jd-gui/jd-gui: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jd-gui/jd-gui -------------------------------------------------------------------------------- /jd-gui/readme.txt: -------------------------------------------------------------------------------- 1 | This is README file for Java Decompiler. 2 | JD home page: http://java.decompiler.free.fr 3 | Copyright 2008-2012 Emmanuel Dupuy. 4 | 5 | 1. Installation. 6 | No installation and no setup are required. 7 | 8 | 2. Description 9 | JD-GUI is a standalone graphical utility that displays Java source codes of 10 | ".class" files. You can browse the reconstructed source code with the JD-GUI 11 | for instant access to methods and fields. 12 | 13 | JD-GUI is free for non-commercial use. This means that JD-GUI shall not be 14 | included or embedded into commercial software products. Nevertheless, JD-GUI 15 | may be freely used for personal needs in a commercial or non-commercial 16 | environments. 17 | 18 | 3. How to use JD-GUI 19 | For example, to decompile "Object.class", you can : 20 | - execute the following command line : "jd-gui.exe Object.class". 21 | - select "Open File ..." in "File" menu and browse to "Object.class". 22 | - drag and drop "Object.class" onto "jd-gui". 23 | 24 | 4. Changes 25 | http://java.decompiler.free.fr/jd-gui/changes/ 26 | 27 | 5. Uninstallation 28 | 5.1 Windows: Delete "jd-gui.exe" and "jd-gui.cfg". 29 | 5.2 Linux: Delete "jd-gui" application file and "jd-gui.cfg". 30 | 5.3 OSX: Drag and drop "JD-GUI" application to the trash. 31 | 32 | 6. Network & Security 33 | JD-GUI includes a feature to inform you of the availability of new versions. 34 | It executes the HTTP GET request "http://java.decompiler.free.fr/jd-gui/ 35 | update/" without any parameters neither cookies to download update data. No 36 | personal information is transmitted. You can check network activities of 37 | JD-GUI with "tcpdump" for example ... If you decide to block network acces of 38 | JD-GUI, all its features remains operational, except the auto-update checking 39 | feature, of course. 40 | 41 | 7. Disclaimer 42 | Copyright 2008-2012 Emmanuel Dupuy. 43 | 44 | THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, 45 | INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND 46 | FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR 47 | OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 48 | EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 49 | PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR 50 | BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER 51 | IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) 52 | ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE 53 | POSSIBILITY OF SUCH DAMAGE. 54 | -------------------------------------------------------------------------------- /jeb/bin/.eclipseproduct: -------------------------------------------------------------------------------- 1 | name=JEB2 2 | id=com.pnfsoftware.jeb.rcpclient.product 3 | -------------------------------------------------------------------------------- /jeb/bin/INSTALLED_SP.TXT: -------------------------------------------------------------------------------- 1 | d853bde8ff77128c80aa6530d29328535d09bba635ea35a825dbacdbce6151ad -------------------------------------------------------------------------------- /jeb/bin/VERSION.TXT: -------------------------------------------------------------------------------- 1 | 2.0.6.201508250451 -------------------------------------------------------------------------------- /jeb/bin/cl/jeb.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/cl/jeb.jar -------------------------------------------------------------------------------- /jeb/bin/cl/libs/commons-beanutils-1.9.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/cl/libs/commons-beanutils-1.9.2.jar -------------------------------------------------------------------------------- /jeb/bin/cl/libs/commons-codec-1.10.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/cl/libs/commons-codec-1.10.jar -------------------------------------------------------------------------------- /jeb/bin/cl/libs/commons-collections4-4.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/cl/libs/commons-collections4-4.0.jar -------------------------------------------------------------------------------- /jeb/bin/cl/libs/commons-configuration2-2.0-alpha2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/cl/libs/commons-configuration2-2.0-alpha2.jar -------------------------------------------------------------------------------- /jeb/bin/cl/libs/commons-io-2.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/cl/libs/commons-io-2.4.jar -------------------------------------------------------------------------------- /jeb/bin/cl/libs/commons-lang-2.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/cl/libs/commons-lang-2.6.jar -------------------------------------------------------------------------------- /jeb/bin/cl/libs/commons-lang3-3.3.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/cl/libs/commons-lang3-3.3.2.jar -------------------------------------------------------------------------------- /jeb/bin/cl/libs/commons-logging-1.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/cl/libs/commons-logging-1.2.jar -------------------------------------------------------------------------------- /jeb/bin/cl/libs/guava-18.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/cl/libs/guava-18.0.jar -------------------------------------------------------------------------------- /jeb/bin/cl/libs/json-simple-1.1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/cl/libs/json-simple-1.1.1.jar -------------------------------------------------------------------------------- /jeb/bin/cl/libs/objenesis-2.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/cl/libs/objenesis-2.1.jar -------------------------------------------------------------------------------- /jeb/bin/cl/libs/xpp3-1.1.4c.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/cl/libs/xpp3-1.1.4c.jar -------------------------------------------------------------------------------- /jeb/bin/configuration/config.ini: -------------------------------------------------------------------------------- 1 | #Product Runtime Configuration File 2 | eclipse.application=org.eclipse.e4.ui.workbench.swt.E4Application 3 | osgi.bundles.defaultStartLevel=4 4 | eclipse.product=com.pnfsoftware.jeb.rcpclient.product 5 | osgi.splashPath=platform:/base/plugins/com.pnfsoftware.jeb.rcpclient 6 | osgi.bundles=org.eclipse.equinox.simpleconfigurator@1:start 7 | org.eclipse.equinox.simpleconfigurator.configUrl=file:org.eclipse.equinox.simpleconfigurator/bundles.info 8 | -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.core.runtime/.contributions.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.core.runtime/.contributions.1 -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.core.runtime/.contributors.1: -------------------------------------------------------------------------------- 1 | ,79org.eclipse.equinox.registry79org.eclipse.equinox.registry78org.eclipse.equinox.preferences78org.eclipse.equinox.preferences77!org.eclipse.equinox.p2.updatesite77!org.eclipse.equinox.p2.updatesite112com.pnfsoftware.jeb.rcpclient112com.pnfsoftware.jeb.rcpclient19org.eclipse.core.expressions19org.eclipse.core.expressions56org.eclipse.equinox.bidi56org.eclipse.equinox.bidi55org.eclipse.equinox.app55org.eclipse.equinox.app35org.eclipse.e4.core.services35org.eclipse.e4.core.services39org.eclipse.e4.ui.css.swt.theme39org.eclipse.e4.ui.css.swt.theme14org.eclipse.core.contenttype14org.eclipse.core.contenttype37org.eclipse.e4.ui.css.core37org.eclipse.e4.ui.css.core11org.eclipse.ant.core11org.eclipse.ant.core38org.eclipse.e4.ui.css.swt38org.eclipse.e4.ui.css.swt21org.eclipse.core.filesystem21org.eclipse.core.filesystem20org.eclipse.core.filebuffers20org.eclipse.core.filebuffers41!org.eclipse.e4.ui.model.workbench41!org.eclipse.e4.ui.model.workbench80org.eclipse.equinox.security80org.eclipse.equinox.security63*org.eclipse.equinox.p2.artifact.repository63*org.eclipse.equinox.p2.artifact.repository86org.eclipse.jdt.debug86org.eclipse.jdt.debug87org.eclipse.jdt.launching87org.eclipse.jdt.launching85org.eclipse.jdt.core85org.eclipse.jdt.core67org.eclipse.equinox.p2.engine67org.eclipse.equinox.p2.engine97org.eclipse.team.core97org.eclipse.team.core66#org.eclipse.equinox.p2.director.app66#org.eclipse.equinox.p2.director.app69#org.eclipse.equinox.p2.jarprocessor69#org.eclipse.equinox.p2.jarprocessor68'org.eclipse.equinox.p2.garbagecollector68'org.eclipse.equinox.p2.garbagecollector94org.eclipse.pde.core94org.eclipse.pde.core45&org.eclipse.e4.ui.workbench.addons.swt45&org.eclipse.e4.ui.workbench.addons.swt93org.eclipse.pde.build93org.eclipse.pde.build44org.eclipse.e4.ui.workbench44org.eclipse.e4.ui.workbench47org.eclipse.e4.ui.workbench.swt47org.eclipse.e4.ui.workbench.swt25org.eclipse.core.resources25org.eclipse.core.resources26org.eclipse.core.runtime26org.eclipse.core.runtime29org.eclipse.core.variables29org.eclipse.core.variables0org.eclipse.osgi0org.eclipse.osgi30org.eclipse.debug.core30org.eclipse.debug.core51org.eclipse.emf.ecore51org.eclipse.emf.ecore52org.eclipse.emf.ecore.change52org.eclipse.emf.ecore.change71*org.eclipse.equinox.p2.metadata.repository71*org.eclipse.equinox.p2.metadata.repository53org.eclipse.emf.ecore.xmi53org.eclipse.emf.ecore.xmi54org.eclipse.emf.edit54org.eclipse.emf.edit73(org.eclipse.equinox.p2.publisher.eclipse73(org.eclipse.equinox.p2.publisher.eclipse75'org.eclipse.equinox.p2.repository.tools75'org.eclipse.equinox.p2.repository.tools76)org.eclipse.equinox.p2.touchpoint.eclipse76)org.eclipse.equinox.p2.touchpoint.eclipse -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.core.runtime/.extraData.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.core.runtime/.extraData.1 -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.core.runtime/.mainData.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.core.runtime/.mainData.1 -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.core.runtime/.manager/.fileTable.7: -------------------------------------------------------------------------------- 1 | #safe table 2 | #Fri Aug 28 11:08:42 CST 2015 3 | .contributors=0 4 | .table=0 5 | .mainData=0 6 | .namespaces=0 7 | .orphans=0 8 | .extraData=0 9 | .contributions=0 10 | .crc013c2307.v1 11 | -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.core.runtime/.manager/.fileTable.8: -------------------------------------------------------------------------------- 1 | #safe table 2 | #Fri Aug 28 11:08:42 CST 2015 3 | .contributors=1 4 | .table=1 5 | .mainData=1 6 | .namespaces=1 7 | .orphans=1 8 | .extraData=1 9 | .contributions=1 10 | .crc4900d972.v1 11 | -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.core.runtime/.manager/.fileTableLock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.core.runtime/.manager/.fileTableLock -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.core.runtime/.namespaces.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.core.runtime/.namespaces.1 -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.core.runtime/.orphans.1: -------------------------------------------------------------------------------- 1 | $org.eclipse.ui.trace.traceComponents -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.core.runtime/.table.1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.core.runtime/.table.1 -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.equinox.app/.manager/.fileTableLock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.equinox.app/.manager/.fileTableLock -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.equinox.launcher/com.pnfsoftware.jeb.rcpclient_2.0.6.201508250451/splash.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.equinox.launcher/com.pnfsoftware.jeb.rcpclient_2.0.6.201508250451/splash.bmp -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/.manager/.fileTable.2: -------------------------------------------------------------------------------- 1 | #safe table 2 | #Fri Aug 28 10:16:57 CST 2015 3 | framework.info=1 4 | .crc88542a26.v1 5 | -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/.manager/.fileTable.3: -------------------------------------------------------------------------------- 1 | #safe table 2 | #Fri Aug 28 10:27:27 CST 2015 3 | framework.info=2 4 | .crc96e79036.v1 5 | -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/.manager/.fileTableLock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/.manager/.fileTableLock -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/android.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/android.png -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/add_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/add_obj.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/comment_edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/comment_edit.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/console_view.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/console_view.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/copy_edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/copy_edit.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/cut_edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/cut_edit.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/debug_view.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/debug_view.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/debugt_obj_2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/debugt_obj_2.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/delete_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/delete_obj.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/export_wiz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/export_wiz.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/fldr_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/fldr_obj.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/generic_xml_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/generic_xml_obj.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/goto_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/goto_obj.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/hierarchy_co.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/hierarchy_co.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/image_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/image_obj.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/importzip_wiz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/importzip_wiz.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/jcu_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/jcu_obj.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/logical_package_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/logical_package_obj.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/loop_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/loop_obj.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/nav_backward.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/nav_backward.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/nav_forward.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/nav_forward.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/owned_monitor_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/owned_monitor_obj.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/package_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/package_obj.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/paste_edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/paste_edit.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/pause.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/pause.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/resume_co.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/resume_co.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/runtoline_co.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/runtoline_co.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/save_edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/save_edit.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/search_ref_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/search_ref_obj.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/stepinto_co.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/stepinto_co.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/stepover_co.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/stepover_co.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/stepreturn_co.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/stepreturn_co.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/super_co.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/super_co.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/term_sbook.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/term_sbook.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/type.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/type.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/unknown_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/unknown_obj.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/warning.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/warning.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/write_obj.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/write_obj.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/writeout_co.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/eclipse/writeout_co.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/jeb1/icon-jeb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/jeb1/icon-jeb.png -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/jeb1/icon-options.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/jeb1/icon-options.png -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/jeb1/icon-world.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/jeb1/icon-world.png -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/program/jeb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/icons/program/jeb.png -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/libs/commons-beanutils-1.9.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/libs/commons-beanutils-1.9.2.jar -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/libs/commons-codec-1.10.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/libs/commons-codec-1.10.jar -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/libs/commons-collections4-4.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/libs/commons-collections4-4.0.jar -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/libs/commons-configuration2-2.0-alpha2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/libs/commons-configuration2-2.0-alpha2.jar -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/libs/commons-io-2.4.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/libs/commons-io-2.4.jar -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/libs/commons-lang-2.6.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/libs/commons-lang-2.6.jar -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/libs/commons-lang3-3.3.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/libs/commons-lang3-3.3.2.jar -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/libs/commons-logging-1.2.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/libs/commons-logging-1.2.jar -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/libs/guava-18.0.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/libs/guava-18.0.jar -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/libs/jeb.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/libs/jeb.jar -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/libs/json-simple-1.1.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/libs/json-simple-1.1.1.jar -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/libs/objenesis-2.1.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/libs/objenesis-2.1.jar -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/libs/xpp3-1.1.4c.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/112/0/.cp/libs/xpp3-1.1.4c.jar -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/46/0/.cp/icons/full/ovr16/pinned_ovr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/46/0/.cp/icons/full/ovr16/pinned_ovr.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/59/data/SCR: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/59/data/SCR -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/88/0/.cp/org/eclipse/jface/action/images/stop.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/88/0/.cp/org/eclipse/jface/action/images/stop.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/88/0/.cp/org/eclipse/jface/fieldassist/images/contassist_ovr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/88/0/.cp/org/eclipse/jface/fieldassist/images/contassist_ovr.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/88/0/.cp/org/eclipse/jface/fieldassist/images/error_ovr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/88/0/.cp/org/eclipse/jface/fieldassist/images/error_ovr.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/88/0/.cp/org/eclipse/jface/fieldassist/images/errorqf_ovr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/88/0/.cp/org/eclipse/jface/fieldassist/images/errorqf_ovr.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/88/0/.cp/org/eclipse/jface/fieldassist/images/info_ovr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/88/0/.cp/org/eclipse/jface/fieldassist/images/info_ovr.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/88/0/.cp/org/eclipse/jface/fieldassist/images/required_field_cue.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/88/0/.cp/org/eclipse/jface/fieldassist/images/required_field_cue.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/88/0/.cp/org/eclipse/jface/fieldassist/images/warn_ovr.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/88/0/.cp/org/eclipse/jface/fieldassist/images/warn_ovr.gif -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/96/0/.cp/libswt-atk-gtk-4430.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/96/0/.cp/libswt-atk-gtk-4430.so -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/96/0/.cp/libswt-cairo-gtk-4430.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/96/0/.cp/libswt-cairo-gtk-4430.so -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/96/0/.cp/libswt-gtk-4430.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/96/0/.cp/libswt-gtk-4430.so -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/96/0/.cp/libswt-pi-gtk-4430.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/96/0/.cp/libswt-pi-gtk-4430.so -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.osgi/framework.info.2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.osgi/framework.info.2 -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.update/last.config.stamp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/configuration/org.eclipse.update/last.config.stamp -------------------------------------------------------------------------------- /jeb/bin/configuration/org.eclipse.update/platform.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | -------------------------------------------------------------------------------- /jeb/bin/jeb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/jeb -------------------------------------------------------------------------------- /jeb/bin/jeb-client.cfg: -------------------------------------------------------------------------------- 1 | .EulaAccepted = true 2 | = 3 | .FirstRun = 1440728818 4 | .LastRun = 1440728818 5 | .CheckUpdates = true 6 | .UploadErrorLogs = true 7 | .LastVersionRun = 2.0.6.201508250451 8 | .LicenseKey = 8327395128213066606Z616278655 9 | .ui.RecentlyOpenedFiles = /home/juude/git/TSF-Reverse/TSF-Shell-3.7.1.apk,/home/juude/com.netease.ldxy.mi-1.apk 10 | .ui.TextHistoryData = map=renamingHistory:maxcount%3D100%26strings%3D, 11 | .ui.WidgetBoundsHistoryData = -857139337=369,229,608,289|-1582811270=1064,602,499,289|495624964=1064,602,499,289|1048128417=329,189,687,369|504565598=364,232,597,264|-1774614550=364,147,597,434 12 | -------------------------------------------------------------------------------- /jeb/bin/jeb-engines.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/jeb-engines.cfg -------------------------------------------------------------------------------- /jeb/bin/jeb.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/jeb.ini -------------------------------------------------------------------------------- /jeb/bin/jeb2-sp-lin64-v2.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/jeb2-sp-lin64-v2.zip -------------------------------------------------------------------------------- /jeb/bin/jebi.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/jebi.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/com.ibm.icu_52.1.1.v201501240615.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/com.ibm.icu_52.1.1.v201501240615.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/com.pnfsoftware.jeb.rcpclient_2.0.6.201508250451.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/com.pnfsoftware.jeb.rcpclient_2.0.6.201508250451.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/javax.annotation_1.2.0.v201401042248.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/javax.annotation_1.2.0.v201401042248.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/javax.inject_1.0.0.v20091030.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/javax.inject_1.0.0.v20091030.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/javax.servlet_3.0.0.v201112011016.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/javax.servlet_3.0.0.v201112011016.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/javax.xml_1.3.4.v201005080400.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/javax.xml_1.3.4.v201005080400.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.apache.batik.css_1.7.0.v201011041433.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.apache.batik.css_1.7.0.v201011041433.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.apache.batik.util.gui_1.7.0.v200903091627.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.apache.batik.util.gui_1.7.0.v200903091627.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.apache.batik.util_1.7.0.v201011041433.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.apache.batik.util_1.7.0.v201011041433.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.apache.commons.logging_1.1.1.v201101211721.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.apache.commons.logging_1.1.1.v201101211721.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.ant.core_3.3.1.v20150123-1553.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.ant.core_3.3.1.v20150123-1553.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.compare.core_3.5.400.v20130903-0736.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.compare.core_3.5.400.v20130903-0736.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.core.commands_3.6.100.v20140528-1422.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.core.commands_3.6.100.v20140528-1422.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.core.contenttype_3.4.200.v20140207-1251.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.core.contenttype_3.4.200.v20140207-1251.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.core.databinding.beans_1.2.200.v20140214-0004.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.core.databinding.beans_1.2.200.v20140214-0004.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.core.databinding.observable_1.4.1.v20140210-1835.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.core.databinding.observable_1.4.1.v20140210-1835.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.core.databinding.property_1.4.200.v20140214-0004.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.core.databinding.property_1.4.200.v20140214-0004.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.core.databinding_1.4.2.v20140729-1044.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.core.databinding_1.4.2.v20140729-1044.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.core.expressions_3.4.600.v20140128-0851.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.core.expressions_3.4.600.v20140128-0851.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.core.filebuffers_3.5.400.v20140127-1516.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.core.filebuffers_3.5.400.v20140127-1516.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.core.filesystem.java7_1.0.0.v20140429-1531.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.core.filesystem.java7_1.0.0.v20140429-1531.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.core.filesystem.linux.x86_64_1.2.200.v20140124-1940.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.core.filesystem.linux.x86_64_1.2.200.v20140124-1940.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.core.filesystem_1.4.100.v20140514-1614.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.core.filesystem_1.4.100.v20140514-1614.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.core.jobs_3.6.1.v20141014-1248.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.core.jobs_3.6.1.v20141014-1248.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.core.resources_3.9.1.v20140825-1431.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.core.resources_3.9.1.v20140825-1431.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.300.v20140128-0851/.api_description: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.300.v20140128-0851/META-INF/ECLIPSE_.RSA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.300.v20140128-0851/META-INF/ECLIPSE_.RSA -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.300.v20140128-0851/META-INF/ECLIPSE_.SF: -------------------------------------------------------------------------------- 1 | Signature-Version: 1.0 2 | SHA1-Digest-Manifest: SJFUSgKPGILDpUv8U0DIcodFx/Q= 3 | Created-By: 1.6.0 (IBM Corporation) 4 | SHA1-Digest-Manifest-Main-Attributes: 4JK+WRcTaVJwHZc3y605gG1aqw0= 5 | 6 | Name: fragment.properties 7 | SHA1-Digest: Gi/SEQV8Vl9A/8928AtuhnVkrKQ= 8 | 9 | Name: runtime_registry_compatibility.jar 10 | SHA1-Digest: nPSpfNZ4w23F44H6L/zh78dCHxI= 11 | 12 | Name: .api_description 13 | SHA1-Digest: QoxwSwVC8jpRI/K31BvOf1hua08= 14 | 15 | Name: about.html 16 | SHA1-Digest: M+fykt9heyWoEv1LNiIEeBhi/2Q= 17 | 18 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.300.v20140128-0851/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Require-Capability: osgi.identity; filter:="(osgi.identity=org.eclipse 3 | .core.runtime)"; resolution:=optional 4 | Bundle-Localization: fragment 5 | Fragment-Host: org.eclipse.equinox.registry;bundle-version="[3.5.0,3.6 6 | .0)" 7 | Bundle-RequiredExecutionEnvironment: CDC-1.0/Foundation-1.0,J2SE-1.3 8 | Built-By: e4Build 9 | Bundle-SymbolicName: org.eclipse.core.runtime.compatibility.registry 10 | Eclipse-SourceReferences: scm:git:git://git.eclipse.org/gitroot/platfo 11 | rm/eclipse.platform.runtime.git;path="bundles/org.eclipse.core.runtim 12 | e.compatibility.registry";tag="I20140128-0800";commitId=bcada855067f0 13 | 89c3e8336d8c3610832cce0ee48 14 | Bundle-Version: 3.5.300.v20140128-0851 15 | Build-Jdk: 1.7.0_25 16 | Bundle-ClassPath: runtime_registry_compatibility.jar 17 | Eclipse-PatchFragment: true 18 | Bundle-Vendor: %providerName 19 | Bundle-Name: %fragmentName 20 | Eclipse-BundleShape: dir 21 | Archiver-Version: Plexus Archiver 22 | Created-By: Apache Maven 23 | Bundle-ManifestVersion: 2 24 | 25 | Name: fragment.properties 26 | SHA1-Digest: 4yjHkU5Z/6ej6ZFYT+PE9sMOJPY= 27 | 28 | Name: runtime_registry_compatibility.jar 29 | SHA1-Digest: b+eXm6EhTkKzdo1YlHTyNlxz90k= 30 | 31 | Name: .api_description 32 | SHA1-Digest: nnlhsVjVt0q+kA5XWZhwJzG2kMc= 33 | 34 | Name: about.html 35 | SHA1-Digest: ejOZra0kypGLQQ2bJtGTX+LI8tU= 36 | 37 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.300.v20140128-0851/about.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | About 7 | 8 | 9 |

About This Content

10 | 11 |

June 2, 2006

12 |

License

13 | 14 |

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise 15 | indicated below, the Content is provided to you under the terms and conditions of the 16 | Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available 17 | at http://www.eclipse.org/legal/epl-v10.html. 18 | For purposes of the EPL, "Program" will mean the Content.

19 | 20 |

If you did not receive this Content directly from the Eclipse Foundation, the Content is 21 | being redistributed by another party ("Redistributor") and different terms and conditions may 22 | apply to your use of any object code in the Content. Check the Redistributor's license that was 23 | provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise 24 | indicated below, the terms and conditions of the EPL still apply to any source code in the Content 25 | and such source code may be obtained at http://www.eclipse.org.

26 | 27 | 28 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.300.v20140128-0851/fragment.properties: -------------------------------------------------------------------------------- 1 | ############################################################################### 2 | # Copyright (c) 2006 IBM Corporation and others. 3 | # All rights reserved. This program and the accompanying materials 4 | # are made available under the terms of the Eclipse Public License v1.0 5 | # which accompanies this distribution, and is available at 6 | # http://www.eclipse.org/legal/epl-v10.html 7 | # 8 | # Contributors: 9 | # IBM Corporation - initial API and implementation 10 | ############################################################################### 11 | providerName=Eclipse.org 12 | fragmentName=Eclipse Registry Compatibility Fragment 13 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.300.v20140128-0851/runtime_registry_compatibility.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.core.runtime.compatibility.registry_3.5.300.v20140128-0851/runtime_registry_compatibility.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.core.runtime.compatibility_3.2.200.v20140128-0851.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.core.runtime.compatibility_3.2.200.v20140128-0851.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.core.runtime_3.10.0.v20140318-2214.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.core.runtime_3.10.0.v20140318-2214.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.core.variables_3.2.800.v20130819-1716.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.core.variables_3.2.800.v20130819-1716.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.debug.core_3.9.1.v20140805-1629.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.debug.core_3.9.1.v20140805-1629.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.e4.core.commands_0.10.2.v20140424-2344.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.e4.core.commands_0.10.2.v20140424-2344.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.e4.core.contexts_1.3.100.v20140407-1019.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.e4.core.contexts_1.3.100.v20140407-1019.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.e4.core.di.extensions_0.12.0.v20140417-2033.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.e4.core.di.extensions_0.12.0.v20140417-2033.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.e4.core.di_1.4.0.v20140414-1837.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.e4.core.di_1.4.0.v20140414-1837.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.e4.core.services_1.2.1.v20140808-1251.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.e4.core.services_1.2.1.v20140808-1251.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.e4.ui.bindings_0.10.200.v20140424-2042.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.e4.ui.bindings_0.10.200.v20140424-2042.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.e4.ui.css.core_0.10.100.v20140424-2042.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.e4.ui.css.core_0.10.100.v20140424-2042.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.e4.ui.css.swt.theme_0.9.300.v20141126-1957.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.e4.ui.css.swt.theme_0.9.300.v20141126-1957.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.e4.ui.css.swt_0.11.101.v20140818-1343.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.e4.ui.css.swt_0.11.101.v20140818-1343.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.e4.ui.di_1.0.0.v20140328-2112.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.e4.ui.di_1.0.0.v20140328-2112.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.e4.ui.model.workbench_1.1.0.v20140512-1820.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.e4.ui.model.workbench_1.1.0.v20140512-1820.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.e4.ui.services_1.1.0.v20140328-1925.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.e4.ui.services_1.1.0.v20140328-1925.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.e4.ui.widgets_1.0.0.v20140514-1823.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.e4.ui.widgets_1.0.0.v20140514-1823.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.1.2.v20141126-1310.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.e4.ui.workbench.addons.swt_1.1.2.v20141126-1310.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.12.2.v20150204-1353.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.e4.ui.workbench.renderers.swt_0.12.2.v20150204-1353.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.e4.ui.workbench.swt_0.12.100.v20141126-1150.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.e4.ui.workbench.swt_0.12.100.v20141126-1150.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.e4.ui.workbench3_0.12.0.v20140227-2118.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.e4.ui.workbench3_0.12.0.v20140227-2118.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.e4.ui.workbench_1.2.2.v20141212-1259.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.e4.ui.workbench_1.2.2.v20141212-1259.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.emf.common_2.10.1.v20150123-0348.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.emf.common_2.10.1.v20150123-0348.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.emf.databinding_1.3.0.v20150123-0452.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.emf.databinding_1.3.0.v20150123-0452.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.emf.ecore.change_2.10.0.v20150123-0348.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.emf.ecore.change_2.10.0.v20150123-0348.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.emf.ecore.xmi_2.10.2.v20150123-0348.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.emf.ecore.xmi_2.10.2.v20150123-0348.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.emf.ecore_2.10.2.v20150123-0348.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.emf.ecore_2.10.2.v20150123-0348.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.emf.edit_2.10.1.v20150123-0452.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.emf.edit_2.10.1.v20150123-0452.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.app_1.3.200.v20130910-1609.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.app_1.3.200.v20130910-1609.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.bidi_0.10.0.v20130327-1442.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.bidi_0.10.0.v20130327-1442.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.common_3.6.200.v20130402-1505.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.common_3.6.200.v20130402-1505.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.ds_1.4.200.v20131126-2331.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.ds_1.4.200.v20131126-2331.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.event_1.3.100.v20140115-1647.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.event_1.3.100.v20140115-1647.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20131211-1531.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20131211-1531.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.frameworkadmin_2.0.100.v20131209-2144.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.frameworkadmin_2.0.100.v20131209-2144.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20150204-1316/META-INF/ECLIPSE_.RSA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20150204-1316/META-INF/ECLIPSE_.RSA -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20150204-1316/META-INF/ECLIPSE_.SF: -------------------------------------------------------------------------------- 1 | Signature-Version: 1.0 2 | SHA1-Digest-Manifest: 2DHm7/L8Gf32jqykBMNczeqzItc= 3 | Created-By: 1.6.0 (IBM Corporation) 4 | SHA1-Digest-Manifest-Main-Attributes: VwSjX2lcFc+z2Z7vEEKWkiwfq+Q= 5 | 6 | Name: launcher.gtk.linux.x86_64.properties 7 | SHA1-Digest: q+PkqUwzPiV78FKnqpp1D3EP3LA= 8 | 9 | Name: eclipse_1607.so 10 | SHA1-Digest: K2ee77+Sv4OuOPVkROkEqyaRXM4= 11 | 12 | Name: about.html 13 | SHA1-Digest: xGcp/Hbq/ywyvVWkPzD/2vkIzdY= 14 | 15 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20150204-1316/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Bundle-Localization: launcher.gtk.linux.x86_64 3 | Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.4 4 | .0)" 5 | Built-By: e4Build 6 | Bundle-SymbolicName: org.eclipse.equinox.launcher.gtk.linux.x86_64;sin 7 | gleton:=true 8 | Eclipse-SourceReferences: scm:git:git://git.eclipse.org/gitroot/equino 9 | x/rt.equinox.framework.git;path="bundles/org.eclipse.equinox.launcher 10 | .gtk.linux.x86_64";tag="M20150204-0900";commitId=ddc1d34dfb9d45074257 11 | a5f147900781ff7ab8da 12 | Bundle-Version: 1.1.200.v20150204-1316 13 | Eclipse-PlatformFilter: (& (osgi.ws=gtk) (osgi.os=linux) (osgi.arch=x8 14 | 6_64)) 15 | Build-Jdk: 1.7.0_51 16 | Bundle-Vendor: %providerName 17 | Bundle-Name: %pluginName 18 | Eclipse-BundleShape: dir 19 | Archiver-Version: Plexus Archiver 20 | Created-By: Apache Maven 3.1.1 21 | Bundle-ManifestVersion: 2 22 | 23 | Name: launcher.gtk.linux.x86_64.properties 24 | SHA1-Digest: F3xLFi7jsuw2uIczSxG47RIa+IQ= 25 | 26 | Name: eclipse_1607.so 27 | SHA1-Digest: 3U5pV5qsQT9Fl6Ao0wLiPabIhPg= 28 | 29 | Name: about.html 30 | SHA1-Digest: a9lDHrGuLPkvHBUhsqWU+V2mhPw= 31 | 32 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20150204-1316/about.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | About 7 | 8 | 9 |

About This Content

10 | 11 |

June 5, 2006

12 |

License

13 | 14 |

The Eclipse Foundation makes available all content in this plug-in ("Content"). 15 | Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the 16 | Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available 17 | at http://www.eclipse.org/legal/epl-v10.html. 18 | For purposes of the EPL, "Program" will mean the Content.

19 | 20 |

If you did not receive this Content directly from the Eclipse Foundation, the Content is 21 | being redistributed by another party ("Redistributor") and different terms and conditions may 22 | apply to your use of any object code in the Content. Check the Redistributor’s license 23 | that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise 24 | indicated below, the terms and conditions of the EPL still apply to any source code in the Content 25 | and such source code may be obtained at http://www.eclipse.org.

26 | 27 | 28 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20150204-1316/eclipse_1607.so: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20150204-1316/eclipse_1607.so -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.200.v20150204-1316/launcher.gtk.linux.x86_64.properties: -------------------------------------------------------------------------------- 1 | ############################################################################### 2 | # Copyright (c) 2007, 2009 IBM Corporation and others. 3 | # All rights reserved. This program and the accompanying materials 4 | # are made available under the terms of the Eclipse Public License v1.0 5 | # which accompanies this distribution, and is available at 6 | # http://www.eclipse.org/legal/epl-v10.html 7 | # 8 | # Contributors: 9 | # IBM Corporation - initial API and implementation 10 | ############################################################################### 11 | pluginName = Equinox Launcher Linux X86_64 Fragment 12 | providerName = Eclipse.org - Equinox 13 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.launcher_1.3.0.v20140415-2008.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.p2.artifact.repository_1.1.300.v20131211-1531.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.p2.artifact.repository_1.1.300.v20131211-1531.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.p2.core_2.3.0.v20131211-1531.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.p2.core_2.3.0.v20131211-1531.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.p2.director.app_1.0.300.v20150129-0838.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.p2.director.app_1.0.300.v20150129-0838.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.p2.director_2.3.100.v20140224-1921.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.p2.director_2.3.100.v20140224-1921.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.p2.engine_2.3.0.v20140506-1720.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.p2.engine_2.3.0.v20140506-1720.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.p2.garbagecollector_1.0.200.v20131115-1210.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.p2.garbagecollector_1.0.200.v20131115-1210.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.p2.jarprocessor_1.0.300.v20131211-1531.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.p2.jarprocessor_1.0.300.v20131211-1531.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.p2.metadata.repository_1.2.100.v20131209-2144.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.p2.metadata.repository_1.2.100.v20131209-2144.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.p2.metadata_2.2.0.v20131211-1531.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.p2.metadata_2.2.0.v20131211-1531.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20140414-0825.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.p2.publisher.eclipse_1.1.200.v20140414-0825.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.p2.publisher_1.3.0.v20140911-0143.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.p2.publisher_1.3.0.v20140911-0143.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.p2.repository.tools_2.1.0.v20131211-1531.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.p2.repository.tools_2.1.0.v20131211-1531.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.p2.repository_2.3.0.v20131211-1531.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.p2.repository_2.3.0.v20131211-1531.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20140512-1650.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.p2.touchpoint.eclipse_2.1.200.v20140512-1650.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.p2.updatesite_1.0.400.v20131211-1531.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.p2.updatesite_1.0.400.v20131211-1531.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.preferences_3.5.200.v20140224-1527.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.preferences_3.5.200.v20140224-1527.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.registry_3.5.400.v20140428-1507.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.registry_3.5.400.v20140428-1507.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.security_1.2.0.v20130424-1801.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.security_1.2.0.v20130424-1801.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20131217-1203.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20131217-1203.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.simpleconfigurator_1.1.0.v20131217-1203.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.simpleconfigurator_1.1.0.v20131217-1203.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.equinox.util_1.0.500.v20130404-1337.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.equinox.util_1.0.500.v20130404-1337.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.jdt.compiler.apt_1.1.0.v20150122-0735.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.jdt.compiler.apt_1.1.0.v20150122-0735.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.jdt.compiler.tool_1.0.300.v20150114-1827.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.jdt.compiler.tool_1.0.300.v20150114-1827.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.jdt.core_3.10.2.v20150120-1634.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.jdt.core_3.10.2.v20150120-1634.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.jdt.debug_3.8.102.v20150115-1323/.api_description: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.jdt.debug_3.8.102.v20150115-1323/.options: -------------------------------------------------------------------------------- 1 | org.eclipse.jdt.debug/debug=false 2 | org.eclipse.jdt.debug/debug/jdiEvents=false 3 | org.eclipse.jdt.debug/debug/jdiRequestTimes=false 4 | org.eclipse.jdt.debug/debug/astEvaluations=false 5 | org.eclipse.jdt.debug/debug/astEvaluations/callingThreads=false 6 | 7 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.jdt.debug_3.8.102.v20150115-1323/META-INF/ECLIPSE_.RSA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.jdt.debug_3.8.102.v20150115-1323/META-INF/ECLIPSE_.RSA -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.jdt.debug_3.8.102.v20150115-1323/META-INF/ECLIPSE_.SF: -------------------------------------------------------------------------------- 1 | Signature-Version: 1.0 2 | SHA1-Digest-Manifest: Z+b3FpvrM8JR/q0k60XGrKXHdzk= 3 | Created-By: 1.6.0 (IBM Corporation) 4 | SHA1-Digest-Manifest-Main-Attributes: irgA2b7GYfojm4sZmNwHyMrQlUE= 5 | 6 | Name: .options 7 | SHA1-Digest: m6OVYO6T8snEeJUB2BDlfIAP/a4= 8 | 9 | Name: jdimodel.jar 10 | SHA1-Digest: itndM5XKgD8Uk08ZqSQnBh4Ukk8= 11 | 12 | Name: .api_description 13 | SHA1-Digest: JPjlCZVWS+XTA22O7IQTQJ7mSKs= 14 | 15 | Name: plugin.xml 16 | SHA1-Digest: hZUEmozEqco+635XH5FjbpaQXtI= 17 | 18 | Name: jdi.jar 19 | SHA1-Digest: TLMRBOofrcSE1S+j7WsLsny14ck= 20 | 21 | Name: about.html 22 | SHA1-Digest: M+fykt9heyWoEv1LNiIEeBhi/2Q= 23 | 24 | Name: plugin.properties 25 | SHA1-Digest: 2mqC0xnEZTTgxPfJb440y9rHOhA= 26 | 27 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.jdt.debug_3.8.102.v20150115-1323/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Bundle-Localization: plugin 3 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 4 | Built-By: e4Build 5 | Bundle-SymbolicName: org.eclipse.jdt.debug; singleton:=true 6 | Eclipse-SourceReferences: scm:git:git://git.eclipse.org/gitroot/jdt/ec 7 | lipse.jdt.debug.git;path="org.eclipse.jdt.debug";tag="M20150115-1401" 8 | ;commitId=42ae1b6a41f2fb0b7d4c4a309d610d2686e04d62 9 | Bundle-Activator: org.eclipse.jdt.internal.debug.core.JDIDebugPlugin 10 | Require-Bundle: org.eclipse.core.resources;bundle-version="[3.5.0,4.0. 11 | 0)",org.eclipse.debug.core;bundle-version="[3.9.0,4.0.0)",org.eclipse 12 | .jdt.core;bundle-version="[3.8.0,4.0.0)",org.eclipse.core.runtime;bun 13 | dle-version="[3.5.0,4.0.0)",org.eclipse.core.expressions;bundle-versi 14 | on="[3.4.0,4.0.0)" 15 | Bundle-Version: 3.8.102.v20150115-1323 16 | Export-Package: com.sun.jdi;x-friends:="org.eclipse.jdt.debug.ui,org.e 17 | clipse.jdt.launching",com.sun.jdi.connect;x-friends:="org.eclipse.jdt 18 | .debug.ui,org.eclipse.jdt.launching",com.sun.jdi.connect.spi;x-friend 19 | s:="org.eclipse.jdt.debug.ui,org.eclipse.jdt.launching",com.sun.jdi.e 20 | vent;x-friends:="org.eclipse.jdt.debug.ui,org.eclipse.jdt.launching", 21 | com.sun.jdi.request;x-friends:="org.eclipse.jdt.debug.ui,org.eclipse. 22 | jdt.launching",org.eclipse.jdi,org.eclipse.jdi.hcr,org.eclipse.jdi.in 23 | ternal;x-friends:="org.eclipse.jdt.debug.ui",org.eclipse.jdi.internal 24 | .connect;x-friends:="org.eclipse.jdt.debug.ui",org.eclipse.jdi.intern 25 | al.event;x-friends:="org.eclipse.jdt.debug.ui",org.eclipse.jdi.intern 26 | al.jdwp;x-friends:="org.eclipse.jdt.debug.ui",org.eclipse.jdi.interna 27 | l.request;x-friends:="org.eclipse.jdt.debug.ui",org.eclipse.jdi.inter 28 | nal.spy;x-friends:="org.eclipse.jdt.debug.ui",org.eclipse.jdt.debug.c 29 | ore,org.eclipse.jdt.debug.eval,org.eclipse.jdt.internal.debug.core;x- 30 | friends:="org.eclipse.jdt.debug.ui,org.eclipse.jdt.launching",org.ecl 31 | ipse.jdt.internal.debug.core.breakpoints;x-friends:="org.eclipse.jdt. 32 | debug.ui",org.eclipse.jdt.internal.debug.core.hcr;x-friends:="org.ecl 33 | ipse.jdt.debug.ui",org.eclipse.jdt.internal.debug.core.logicalstructu 34 | res;x-friends:="org.eclipse.jdt.debug.ui",org.eclipse.jdt.internal.de 35 | bug.core.model;x-friends:="org.eclipse.jdt.debug.ui",org.eclipse.jdt. 36 | internal.debug.eval;x-friends:="org.eclipse.jdt.debug.ui",org.eclipse 37 | .jdt.internal.debug.eval.ast.engine;x-friends:="org.eclipse.jdt.debug 38 | .ui",org.eclipse.jdt.internal.debug.eval.ast.instructions;x-friends:= 39 | "org.eclipse.jdt.debug.ui" 40 | Build-Jdk: 1.7.0_51 41 | Bundle-ClassPath: jdi.jar,jdimodel.jar,tools.jar 42 | Bundle-ActivationPolicy: lazy 43 | Bundle-Vendor: %providerName 44 | Bundle-Name: %pluginName 45 | Eclipse-BundleShape: dir 46 | Archiver-Version: Plexus Archiver 47 | Created-By: Apache Maven 3.1.1 48 | Import-Package: com.ibm.icu.text 49 | Bundle-ManifestVersion: 2 50 | 51 | Name: .options 52 | SHA1-Digest: 5/O5tTad+7YJpWUhS6yN+V9SmHc= 53 | 54 | Name: jdimodel.jar 55 | SHA1-Digest: PXgEBO7Q24yQ9szKG+XfKH3JCMw= 56 | 57 | Name: .api_description 58 | SHA1-Digest: hwIrbYn7sTiKZQgH01PpZ1E7Kvc= 59 | 60 | Name: about.html 61 | SHA1-Digest: ejOZra0kypGLQQ2bJtGTX+LI8tU= 62 | 63 | Name: jdi.jar 64 | SHA1-Digest: NHZg8cUCUaUtAuRSdm8e7qUgCYw= 65 | 66 | Name: plugin.xml 67 | SHA1-Digest: sdFPICcJ1l9o0DDAGW9JuY1d6/c= 68 | 69 | Name: plugin.properties 70 | SHA1-Digest: H4jJ+ymeOBZsSwPkcQzrfS3UMxM= 71 | 72 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.jdt.debug_3.8.102.v20150115-1323/about.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | About 7 | 8 | 9 |

About This Content

10 | 11 |

June 2, 2006

12 |

License

13 | 14 |

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise 15 | indicated below, the Content is provided to you under the terms and conditions of the 16 | Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available 17 | at http://www.eclipse.org/legal/epl-v10.html. 18 | For purposes of the EPL, "Program" will mean the Content.

19 | 20 |

If you did not receive this Content directly from the Eclipse Foundation, the Content is 21 | being redistributed by another party ("Redistributor") and different terms and conditions may 22 | apply to your use of any object code in the Content. Check the Redistributor's license that was 23 | provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise 24 | indicated below, the terms and conditions of the EPL still apply to any source code in the Content 25 | and such source code may be obtained at http://www.eclipse.org.

26 | 27 | 28 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.jdt.debug_3.8.102.v20150115-1323/jdi.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.jdt.debug_3.8.102.v20150115-1323/jdi.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.jdt.debug_3.8.102.v20150115-1323/jdimodel.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.jdt.debug_3.8.102.v20150115-1323/jdimodel.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.jdt.debug_3.8.102.v20150115-1323/plugin.properties: -------------------------------------------------------------------------------- 1 | ############################################################################### 2 | # Copyright (c) 2000, 2012 IBM Corporation and others. 3 | # All rights reserved. This program and the accompanying materials 4 | # are made available under the terms of the Eclipse Public License v1.0 5 | # which accompanies this distribution, and is available at 6 | # http://www.eclipse.org/legal/epl-v10.html 7 | # 8 | # Contributors: 9 | # IBM Corporation - initial API and implementation 10 | ############################################################################### 11 | 12 | 13 | pluginName=JDI Debug Model 14 | providerName=Eclipse.org 15 | 16 | descriptionCollection=Array 17 | descriptionMap=Map Entries 18 | descriptionMapEntry=Key and Value 19 | 20 | javaLineBreakpoint.name=Java Line Breakpoints 21 | javaClassLoadBreakpoint.name=Java Class Load Breakpoints 22 | javaExceptionBreakpoint.name=Java Exception Breakpoints 23 | javaWatchpoint.name=Java Watchpoints 24 | javaMethodBreakpoint.name=Java Method Breakpoints 25 | 26 | virtualMachineManagerImpl= org.eclipse.jdi.internal.VirtualMachineManagerImpl 27 | javaLogicalStructures= Java Logical Structures 28 | 29 | JavaBreakpoint.name = Java Breakpoint 30 | JavaClassLoadBreakpoint.name = Java Class Load Breakpoint 31 | CommonJavaLineBreakpoint.name = Common Java Line Breakpoint 32 | JavaLineBreakpoint.name = Java Line Breakpoint 33 | JavaPatternBreakpoint.name = Java Pattern Breakpoint 34 | JavaTargetPatternBreakpoint.name = Java Target Pattern Breakpoint 35 | JavaExceptionBreakpoint.name = Java Exception Breakpoint 36 | JavaWatchpoint.name = Java Watchpoint 37 | JavaMethodBreakpoint.name = Java Method Breakpoint 38 | JavaMethodEntryBreakpoint.name = Java Method Entry Breakpoint 39 | JavaStratumLineBreakpoint.name = Java Stratum Line Breakpoint 40 | 41 | breakpointListeners.name = Java Breakpoint Listeners 42 | 43 | descriptionDomNode = XML DOM Element -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.jdt.launching_3.7.102.v20141111-0953.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.jdt.launching_3.7.102.v20141111-0953.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.jface.databinding_1.6.200.v20140528-1422.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.jface.databinding_1.6.200.v20140528-1422.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.jface.text_3.9.2.v20141003-1326.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.jface.text_3.9.2.v20141003-1326.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.jface_3.10.2.v20141021-1035.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.jface_3.10.2.v20141021-1035.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.osgi.compatibility.state_1.0.1.v20140709-1414.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.osgi.compatibility.state_1.0.1.v20140709-1414.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.osgi.services_3.4.0.v20140312-2051.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.osgi.services_3.4.0.v20140312-2051.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.osgi_3.10.2.v20150203-1939.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.osgi_3.10.2.v20150203-1939.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.pde.build_3.9.0.v20140415-2029/.api_description: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.pde.build_3.9.0.v20140415-2029/.options: -------------------------------------------------------------------------------- 1 | # Debugging options for the org.eclipse.pde.build plug-in. 2 | org.eclipse.pde.build/debug = false -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.pde.build_3.9.0.v20140415-2029/META-INF/ECLIPSE_.RSA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.pde.build_3.9.0.v20140415-2029/META-INF/ECLIPSE_.RSA -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.pde.build_3.9.0.v20140415-2029/META-INF/ECLIPSE_.SF: -------------------------------------------------------------------------------- 1 | Signature-Version: 1.0 2 | SHA1-Digest-Manifest: jWPl+VwAB0V8plCpGvXEfUcZluc= 3 | Created-By: 1.6.0 (IBM Corporation) 4 | SHA1-Digest-Manifest-Main-Attributes: OOjQdfyVja08JcSpd2B5uZHZT0w= 5 | 6 | Name: about_files/LICENSE-2.0.txt 7 | SHA1-Digest: DMnZPrY7w/ZEOj0YI/l8KoozuvM= 8 | 9 | Name: templates/headless-build/allElements.xml 10 | SHA1-Digest: uNOP4x87ZFcxCZrh1wHh6xocNGE= 11 | 12 | Name: pdebuild.jar 13 | SHA1-Digest: ItBpabFXSlQHEWy8mdN7VFIHQS8= 14 | 15 | Name: data/30/plugin/plugin.xml 16 | SHA1-Digest: TNr0SYVHOz82hYL1E035r1bdaxI= 17 | 18 | Name: data/21/fragment/fragment.xml 19 | SHA1-Digest: RuOvETVwkWHHIz6sLL0cGzWOyfs= 20 | 21 | Name: plugin.properties 22 | SHA1-Digest: fSjiXuBXrKDeiadiN8kWDMB5+d0= 23 | 24 | Name: scripts/build.xml 25 | SHA1-Digest: Ra/buYWq+UnCJcPzA5sz41d/1Wo= 26 | 27 | Name: data/30/plugin/META-INF/MANIFEST.MF 28 | SHA1-Digest: uGP7DGAAo+v2VD2WZMZMcvbW5rg= 29 | 30 | Name: data/30/fragment/META-INF/MANIFEST.MF 31 | SHA1-Digest: xuwIdriTMf5tW/1Q8pgg/DXqrkU= 32 | 33 | Name: data/env.properties 34 | SHA1-Digest: UWSt7LoS7QcBSpJEmx2RySKQkQA= 35 | 36 | Name: templates/headless-build/customTargets.xml 37 | SHA1-Digest: WfSw0cT+SncB8LMknZdPm99pXwQ= 38 | 39 | Name: plugin.xml 40 | SHA1-Digest: ZfkEJmnp4G2Uws4GPjU6bkVswa8= 41 | 42 | Name: templates/headless-build/customAssembly.xml 43 | SHA1-Digest: nl0V76bfR+5xXjTsr6dxkqHE0oY= 44 | 45 | Name: templates/plugins/customBuildCallbacks.xml 46 | SHA1-Digest: IDfOpRJ/uOOutPKv/917vToHckA= 47 | 48 | Name: META-INF/eclipse.inf 49 | SHA1-Digest: QCqTU0sb54zNRlOVGJgKKdUnMz0= 50 | 51 | Name: scripts/package.xml 52 | SHA1-Digest: Sbeva+/SSgDw+vwb8fGfCaGsdW4= 53 | 54 | Name: templates/packager/packager.properties 55 | SHA1-Digest: A2VYb798KxbcKhE+fylifD+BNcY= 56 | 57 | Name: .api_description 58 | SHA1-Digest: Zof5jCnOdoJb8NH9pQz8JgLcLj4= 59 | 60 | Name: data/30/fragment/fragment.xml 61 | SHA1-Digest: zwzOmFfCE2+ab7G9wkLU7ozpJPc= 62 | 63 | Name: templates/packager/packaging.properties 64 | SHA1-Digest: lmN2qWEGzwO/oNanETL1E0OQIFg= 65 | 66 | Name: about.html 67 | SHA1-Digest: NsqonTvTIooyUcpddXY8f055MmA= 68 | 69 | Name: data/21/plugin/plugin.xml 70 | SHA1-Digest: TpZd48Jmrj9/LTQDyuUubfQoi5w= 71 | 72 | Name: templates/packager/customTargets.xml 73 | SHA1-Digest: cvpNR4xRYfhWx6708nI3/HdIawM= 74 | 75 | Name: lib/pdebuild-ant.jar 76 | SHA1-Digest: sawOZuQJKQIB843TbyC6n7r2Y9U= 77 | 78 | Name: .options 79 | SHA1-Digest: jf17v6tebrVOy/2LizKC8hyG2EM= 80 | 81 | Name: scripts/productBuild/productBuild.xml 82 | SHA1-Digest: oW6j+uDQxDJrYO2HjRe41dC20cs= 83 | 84 | Name: templates/headless-build/build.properties 85 | SHA1-Digest: oeUv/uNjagmDhvAUfFhB8HO7sgA= 86 | 87 | Name: templates/features/customBuildCallbacks.xml 88 | SHA1-Digest: NyC3o1nQkrV1sYrLIPJr89aqmcQ= 89 | 90 | Name: scripts/productBuild/allElements.xml 91 | SHA1-Digest: XQ6qftLqyFAkDlu2MTS22ncyfi0= 92 | 93 | Name: scripts/genericTargets.xml 94 | SHA1-Digest: sy1+HfI5BzalYdU8PaJRsxFA/PM= 95 | 96 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.pde.build_3.9.0.v20140415-2029/META-INF/eclipse.inf: -------------------------------------------------------------------------------- 1 | jarprocessor.exclude.children=true 2 | jarprocessor.exclude.pack=true 3 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.pde.build_3.9.0.v20140415-2029/data/21/fragment/fragment.xml: -------------------------------------------------------------------------------- 1 | 2 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.pde.build_3.9.0.v20140415-2029/data/21/plugin/plugin.xml: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.pde.build_3.9.0.v20140415-2029/data/30/fragment/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Bundle-Name: %pluginName 3 | Bundle-SymbolicName: FRAGMENT_ID; singleton=true 4 | Bundle-Version: FRAGMENT_VERSION 5 | Fragment-Host: PLUGIN_ID;bundle-version="PLUGIN_VERSION" 6 | Bundle-Localization: plugin 7 | Bundle-Vendor: %providerName 8 | Eclipse-PlatformFilter: PLATFORM_FILTER 9 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.pde.build_3.9.0.v20140415-2029/data/30/fragment/fragment.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.pde.build_3.9.0.v20140415-2029/data/30/plugin/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Bundle-Name: %pluginName 3 | Bundle-SymbolicName: PLUGIN_ID; singleton=true 4 | Bundle-Version: PLUGIN_VERSION 5 | Bundle-Localization: plugin 6 | Bundle-Vendor: %providerName 7 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.pde.build_3.9.0.v20140415-2029/data/30/plugin/plugin.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.pde.build_3.9.0.v20140415-2029/data/env.properties: -------------------------------------------------------------------------------- 1 | ############################################################################### 2 | # Copyright (c) 2006, 2014 IBM Corporation and others. 3 | # All rights reserved. This program and the accompanying materials 4 | # are made available under the terms of the Eclipse Public License v1.0 5 | # which accompanies this distribution, and is available at 6 | # http://www.eclipse.org/legal/epl-v10.html 7 | # 8 | # Contributors: 9 | # IBM Corporation - initial API and implementation 10 | ############################################################################### 11 | CDC-1.0/Foundation-1.0.javacSource=1.3 12 | CDC-1.0/Foundation-1.0.javacTarget=1.1 13 | 14 | CDC-1.1/Foundation-1.1.javacSource=1.3 15 | CDC-1.1/Foundation-1.1.javacTarget=1.2 16 | 17 | OSGi/Minimum-1.0.javacSource=1.3 18 | OSGi/Minimum-1.0.javacTarget=1.1 19 | 20 | OSGi/Minimum-1.1.javacSource=1.3 21 | OSGi/Minimum-1.1.javacTarget=1.2 22 | 23 | OSGi/Minimum-1.2.javacSource=1.3 24 | OSGi/Minimum-1.2.javacTarget=1.2 25 | 26 | JRE-1.1.javacSource=1.1 27 | JRE-1.1.javacTarget=1.1 28 | 29 | J2SE-1.2.javacSource=1.2 30 | J2SE-1.2.javacTarget=1.1 31 | 32 | J2SE-1.3.javacSource=1.3 33 | J2SE-1.3.javacTarget=1.1 34 | 35 | J2SE-1.4.javacSource=1.3 36 | J2SE-1.4.javacTarget=1.2 37 | 38 | J2SE-1.5.javacSource=1.5 39 | J2SE-1.5.javacTarget=1.5 40 | 41 | JavaSE-1.6.javacSource=1.6 42 | JavaSE-1.6.javacTarget=1.6 43 | 44 | JavaSE-1.7.javacSource=1.7 45 | JavaSE-1.7.javacTarget=1.7 46 | 47 | JavaSE-1.8.javacSource=1.8 48 | JavaSE-1.8.javacTarget=1.8 49 | 50 | PersonalJava-1.1.javacSource=1.1 51 | PersonalJava-1.1.javacTarget=1.1 52 | 53 | PersonalJava-1.2.javacSource=1.1 54 | PersonalJava-1.2.javacTarget=1.1 55 | 56 | CDC-1.0/PersonalBasis-1.0.javacSource=1.3 57 | CDC-1.0/PersonalBasis-1.0.javacTarget=1.1 58 | 59 | CDC-1.0/PersonalJava-1.0.javacSource=1.3 60 | CDC-1.0/PersonalJava-1.0.javacTarget=1.1 61 | 62 | CDC-1.1/PersonalBasis-1.1.javacSource=1.3 63 | CDC-1.1/PersonalBasis-1.1.javacTarget=1.2 64 | 65 | CDC-1.1/PersonalJava-1.1.javacSource=1.3 66 | CDC-1.1/PersonalJava-1.1.javacTarget=1.2 67 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.pde.build_3.9.0.v20140415-2029/lib/pdebuild-ant.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.pde.build_3.9.0.v20140415-2029/lib/pdebuild-ant.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.pde.build_3.9.0.v20140415-2029/pdebuild.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.pde.build_3.9.0.v20140415-2029/pdebuild.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.pde.build_3.9.0.v20140415-2029/plugin.properties: -------------------------------------------------------------------------------- 1 | ############################################################################### 2 | # Copyright (c) 2003, 2006 IBM Corporation and others. 3 | # All rights reserved. This program and the accompanying materials 4 | # are made available under the terms of the Eclipse Public License v1.0 5 | # which accompanies this distribution, and is available at 6 | # http://www.eclipse.org/legal/epl-v10.html 7 | # 8 | # Contributors: 9 | # IBM Corporation - initial API and implementation 10 | ############################################################################### 11 | pluginName = Plug-in Development Environment Build Support 12 | providerName = Eclipse.org 13 | 14 | fetchFactories.name = Fetch Script Factories 15 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.pde.build_3.9.0.v20140415-2029/scripts/productBuild/productBuild.xml: -------------------------------------------------------------------------------- 1 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 70 | 71 | 72 | 73 | 74 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.pde.build_3.9.0.v20140415-2029/templates/features/customBuildCallbacks.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.pde.build_3.9.0.v20140415-2029/templates/headless-build/allElements.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.pde.build_3.9.0.v20140415-2029/templates/packager/customTargets.xml: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | 58 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.pde.build_3.9.0.v20140415-2029/templates/packager/packaging.properties: -------------------------------------------------------------------------------- 1 | ############################################################################### 2 | # Copyright (c) 2006, 2007 IBM Corporation and others. 3 | # All rights reserved. This program and the accompanying materials 4 | # are made available under the terms of the Eclipse Public License v1.0 5 | # which accompanies this distribution, and is available at 6 | # http://www.eclipse.org/legal/epl-v10.html 7 | # 8 | # Contributors: 9 | # IBM Corporation - initial API and implementation 10 | ############################################################################### 11 | # The chmod and links must indicate a path relative to the root directory. 12 | 13 | # List the files and folders to be copied into the root of eclipse for all platform 14 | # configurations 15 | root=epl-v10.html, notice.html, configuration/, startup.jar, .eclipseproduct, eclipse.ini, readme/ 16 | root.permissions.755=eclipse,*.so* 17 | root.macosx.carbon.ppc.permissions.755=Eclipse.app/Contents/MacOS/eclipse 18 | 19 | root.win32.win32.x86=eclipse.exe, eclipsec.exe 20 | root.linux.motif.x86=eclipse,libcairo-swt.so,libXm.so.2,about_files/,about.html,icon.xpm 21 | root.linux.gtk.x86=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm 22 | root.linux.gtk.x86_64=eclipse,libcairo-swt.so,about_files/,about.html,icon.xpm 23 | root.linux.gtk.ppc=eclipse 24 | root.macosx.carbon.ppc=eclipse,Eclipse.app/ 25 | root.macosx.carbon.ppc.link=Eclipse.app/Contents/MacOS/eclipse,eclipse,../../../MacOS,Eclipse.app/Contents/Resources/Splash.app/Contents/MacOS 26 | root.aix.motif.ppc=eclipse 27 | root.hpux.motif.PA_RISC=eclipse 28 | root.solaris.gtk.sparc=eclipse,Eclipse.l.pm,Eclipse.m.pm,Eclipse.s.pm,Eclipse.t.pm 29 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.pde.core_3.10.2.v20150127-1015.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.pde.core_3.10.2.v20150127-1015.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.swt.gtk.linux.x86_64_3.103.2.v20150203-1351.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.swt.gtk.linux.x86_64_3.103.2.v20150203-1351.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.swt_3.103.2.v20150203-1313.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.swt_3.103.2.v20150203-1313.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.team.core_3.7.0.v20130514-1224.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.team.core_3.7.0.v20130514-1224.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.text_3.5.300.v20130515-1451.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.text_3.5.300.v20130515-1451.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.eclipse.update.configurator_3.3.300.v20140518-1928.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.eclipse.update.configurator_3.3.300.v20140518-1928.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.hamcrest.core_1.3.0.v201303031735.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.hamcrest.core_1.3.0.v201303031735.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.junit_4.11.0.v201303080030/META-INF/ECLIPSE_.RSA: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.junit_4.11.0.v201303080030/META-INF/ECLIPSE_.RSA -------------------------------------------------------------------------------- /jeb/bin/plugins/org.junit_4.11.0.v201303080030/META-INF/ECLIPSE_.SF: -------------------------------------------------------------------------------- 1 | Signature-Version: 1.0 2 | SHA1-Digest-Manifest: XbMhnLiG/PEbrt1Q2qTeo0M09WI= 3 | Created-By: 1.6.0 (IBM Corporation) 4 | SHA1-Digest-Manifest-Main-Attributes: 582to8693/RL9PKIGoffUN78Z64= 5 | 6 | Name: META-INF/eclipse.inf 7 | SHA1-Digest: aM8odIt7KSTgo2Ap3NjnGa3gOAA= 8 | 9 | Name: junit.jar 10 | SHA1-Digest: AklhjBArZV3erzCpodhYFGAimYU= 11 | 12 | Name: about.html 13 | SHA1-Digest: iDs1zGnmPe0ZcAaEXJ2XXV746c0= 14 | 15 | Name: about_files/cpl-v10.html 16 | SHA1-Digest: MIzNDpOYPvPiuf1zBtCLIJle7hg= 17 | 18 | Name: plugin.properties 19 | SHA1-Digest: taVYPQQQV1reH2BG7t4lzEqgFl4= 20 | 21 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.junit_4.11.0.v201303080030/META-INF/MANIFEST.MF: -------------------------------------------------------------------------------- 1 | Manifest-Version: 1.0 2 | Bundle-ClassPath: junit.jar 3 | Bundle-Vendor: %providerName 4 | Bundle-Localization: plugin 5 | Bundle-RequiredExecutionEnvironment: J2SE-1.5 6 | Bundle-Name: %pluginName 7 | Bundle-SymbolicName: org.junit 8 | Eclipse-SourceReferences: scm:cvs:pserver:dev.eclipse.org:/cvsroot/too 9 | ls:org.eclipse.orbit/org.junit;tag=v201303080030 10 | Require-Bundle: org.hamcrest.core;bundle-version="1.3.0";visibility:=r 11 | eexport 12 | Export-Package: junit.extensions;version="4.11.0",junit.framework;vers 13 | ion="4.11.0",junit.runner;version="4.11.0",junit.textui;version="4.11 14 | .0",org.junit;version="4.11.0",org.junit.experimental;version="4.11.0 15 | ",org.junit.experimental.categories;version="4.11.0",org.junit.experi 16 | mental.max;version="4.11.0",org.junit.experimental.results;version="4 17 | .11.0",org.junit.experimental.runners;version="4.11.0",org.junit.expe 18 | rimental.theories;version="4.11.0",org.junit.experimental.theories.in 19 | ternal;version="4.11.0";x-internal:=true,org.junit.experimental.theor 20 | ies.suppliers;version="4.11.0",org.junit.internal;version="4.11.0";x- 21 | internal:=true,org.junit.internal.builders;version="4.11.0";x-interna 22 | l:=true,org.junit.internal.matchers;version="4.11.0";x-internal:=true 23 | ,org.junit.internal.requests;version="4.11.0";x-internal:=true,org.ju 24 | nit.internal.runners;version="4.11.0";x-internal:=true,org.junit.inte 25 | rnal.runners.model;version="4.11.0";x-internal:=true,org.junit.intern 26 | al.runners.rules;version="4.11.0";x-internal:=true,org.junit.internal 27 | .runners.statements;version="4.11.0";x-internal:=true,org.junit.match 28 | ers;version="4.11.0",org.junit.rules;version="4.11.0",org.junit.runne 29 | r;version="4.11.0",org.junit.runner.manipulation;version="4.11.0",org 30 | .junit.runner.notification;version="4.11.0",org.junit.runners;version 31 | ="4.11.0",org.junit.runners.model;version="4.11.0" 32 | Bundle-Version: 4.11.0.v201303080030 33 | Bundle-ManifestVersion: 2 34 | 35 | Name: META-INF/eclipse.inf 36 | SHA1-Digest: M1yh6ypEH7aiF3JiaBs2vAuNi54= 37 | 38 | Name: junit.jar 39 | SHA1-Digest: TgMbth3wkGmusr/7QBnnpQNKTuA= 40 | 41 | Name: about_files/cpl-v10.html 42 | SHA1-Digest: REygXYi+T14Sj1v8XnnKycNjpN4= 43 | 44 | Name: about.html 45 | SHA1-Digest: F5ZUX2plZ9O5TBIpgYrJRF5UuwY= 46 | 47 | Name: plugin.properties 48 | SHA1-Digest: FtpZNVpeT7dDthHa+hExu4zdya4= 49 | 50 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.junit_4.11.0.v201303080030/META-INF/eclipse.inf: -------------------------------------------------------------------------------- 1 | #Processed using Jarprocessor 2 | jarprocessor.exclude.children = true 3 | pack200.args = -E4 4 | pack200.conditioned = true 5 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.junit_4.11.0.v201303080030/about.html: -------------------------------------------------------------------------------- 1 | 3 | 4 | 5 | 6 | About 7 | 8 | 9 |

About This Content

10 | 11 |

February 4, 2013

12 |

License

13 | 14 |

The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise 15 | indicated below, the Content is provided to you under the terms and conditions of the 16 | Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available 17 | at http://www.eclipse.org/legal/epl-v10.html. 18 | For purposes of the EPL, "Program" will mean the Content.

19 | 20 |

If you did not receive this Content directly from the Eclipse Foundation, the Content is 21 | being redistributed by another party ("Redistributor") and different terms and conditions may 22 | apply to your use of any object code in the Content. Check the Redistributor's license that was 23 | provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise 24 | indicated below, the terms and conditions of the EPL still apply to any source code in the Content 25 | and such source code may be obtained at http://www.eclipse.org.

26 | 27 | 28 |

Third Party Content

29 |

The Content includes items that have been sourced from third parties as set out below. If you 30 | did not receive this Content directly from the Eclipse Foundation, the following is provided 31 | for informational purposes only, and you should look to the Redistributor's license for 32 | terms and conditions of use.

33 |
34 | 35 |

The Content includes items that have been sourced from third parties as follows:

36 | 37 |

JUnit 4.11

38 | 39 |

The plug-in is accompanied by software developed by JUnit.org. The JUnit 4.11 code included with the plug-in includes no modifications. 40 | Your use of JUnit 4.11 in both source and binary code form contained in the plug-in is subject to the terms and conditions of the 41 | Common Public License Version 1.0 ("CPL"). A copy of the CPL is available at http://www.eclipse.org/legal/cpl-v10.html. 42 | The binary code is located in junit.jar and the source code is located in source-bundle or in the org.junit.source bundle. 43 |
The original source and binaries are available from http://search.maven.org/#search|gav|1|g%3A%22junit%22%20AND%20a%3A%22junit%22, namely: 44 |
http://search.maven.org/remotecontent?filepath=junit/junit/4.11/junit-4.11-sources.jar 45 |
http://search.maven.org/remotecontent?filepath=junit/junit/4.11/junit-4.11.jar 46 |

47 | 48 |
49 | 50 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.junit_4.11.0.v201303080030/junit.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.junit_4.11.0.v201303080030/junit.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.junit_4.11.0.v201303080030/plugin.properties: -------------------------------------------------------------------------------- 1 | ############################################################################### 2 | # Copyright (c) 2012 IBM Corporation and others. 3 | # All rights reserved. This program and the accompanying materials 4 | # are made available under the terms of the Eclipse Public License v1.0 5 | # which accompanies this distribution, and is available at 6 | # http://www.eclipse.org/legal/epl-v10.html 7 | # 8 | # Contributors: 9 | # IBM Corporation - initial API and implementation 10 | ############################################################################### 11 | pluginName=JUnit Testing Framework 12 | providerName=Eclipse Orbit 13 | -------------------------------------------------------------------------------- /jeb/bin/plugins/org.sat4j.core_2.3.5.v201308161310.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.sat4j.core_2.3.5.v201308161310.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.sat4j.pb_2.3.5.v201404071733.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.sat4j.pb_2.3.5.v201404071733.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.w3c.css.sac_1.3.1.v200903091627.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.w3c.css.sac_1.3.1.v200903091627.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.w3c.dom.events_3.0.0.draft20060413_v201105210656.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.w3c.dom.smil_1.0.0.v200806040011.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.w3c.dom.smil_1.0.0.v200806040011.jar -------------------------------------------------------------------------------- /jeb/bin/plugins/org.w3c.dom.svg_1.1.0.v201011041433.jar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/bin/plugins/org.w3c.dom.svg_1.1.0.v201011041433.jar -------------------------------------------------------------------------------- /jeb/coreplugins/PLUGINS.TXT: -------------------------------------------------------------------------------- 1 | JEB2 Decompiler 2 | PNF Software, Inc. 3 | https://www.pnfsoftware.com 4 | 5 | This directory contains additional analysis modules for JEB2. 6 | 7 | If your software package is a Business or Enterprise license, 8 | head over to https://www.pnfsoftware.com/jeb2/plugins to download 9 | additional modules, such as the Adobe PDF plugin. 10 | -------------------------------------------------------------------------------- /jeb/doc/FLOATING.TXT: -------------------------------------------------------------------------------- 1 | JEB2 Decompiler 2 | PNF Software, Inc. 3 | https://www.pnfsoftware.com 4 | 5 | > FLOATING LICENSES 6 | 7 | Floating builds provide more flexibility than individual builds, and can be 8 | distributed to many users within an organization. 9 | 10 | Currently, only the Enterprise version of JEB2 supports floating licenses. 11 | 12 | The client (referred to as "JEB") as well as the server (referred to as the 13 | "Controller") are the same binary file: there is no separate package for the 14 | Controller. 15 | 16 | When starting, as well as during its execution, JEB will regularly probe the 17 | Controller to determine whether or not it is allowed to run. This check is 18 | based on the number of seats available in your licensed build: eg, a floating 19 | license for 5 seats allows 5 different users to run JEB concurrently. 20 | 21 | In order to start the Controller, use the '--controller' flag along with the 22 | '-c' flag. Example, if the controller runs on a Linux machine: 23 | 24 | $ jeb_linux.sh -c --controller 25 | 26 | In order to start JEB, proceed as usual, for instance on Windows: 27 | 28 | $ jeb_wincon.bat 29 | 30 | Notes: 31 | - The '--controller' flag is not available if the build is not a floating one. 32 | - The Controller must be started before the clients. 33 | - JEB instances regularly contact the Controller. Therefore, the Controller 34 | should always be reachable by running instances of JEB. In order to minimize 35 | potential problems due to network latency, it is recommended to run JEB and 36 | the Controller within the same local network. 37 | - By default, the Controller listens on all interfaces, on port 23477. This 38 | can be changed by setting the '.ControllerInterface' and '.ControllerPort' 39 | flags the configuration file. Please refer to the manual for more information 40 | about the configuration file. 41 | - The protocol used for communication between a Controller and JEB instances is 42 | HTTP, therefore eliminating potential firewall blocking issues. 43 | - JEB instances and the Controller may be run in different environments (as in 44 | the example above: Controller on Linux, JEB on Windows, etc.) 45 | -------------------------------------------------------------------------------- /jeb/doc/README.TXT: -------------------------------------------------------------------------------- 1 | JEB2 Decompiler 2 | PNF Software, Inc. 3 | https://www.pnfsoftware.com 4 | 5 | This archive contains a licensed copy of JEB2, in its full or demonstration 6 | version. By installing or executing JEB2, the user agrees to the conditions 7 | detailed in the attached End-User License Agreement (EULA). JEB2 is to be used 8 | solely by the licensee, as explicitly stated in the EULA. 9 | 10 | > Requirements 11 | - A Linux, Windows, or Mac OS X operating system (32-bit or 64-bit) 12 | - A Java 7 or later runtime environmemt 13 | Please visit http://www.oracle.com/technetwork/java/javase/downloads 14 | - The JEB Support Package library 15 | Downloaded at start-up (requires an Internet connection), can also be 16 | downloaded manually from https://www.pnfsoftware.com 17 | 18 | > How to install? 19 | - Extract the content of this archive to a directory of your choice. 20 | - (Optional) Visit https://www.pnfsoftware.com and download the appropriate 21 | version of the Support Package for your system 22 | - Drop this file in the bin/ directory within your JEB extraction folder 23 | 24 | > How to execute? 25 | - On Linux, open a terminal and type: "bash jeb_linux.sh" 26 | - On MacOS, open a terminal and type: "bash jeb_macos.sh" 27 | - On Windows, open a terminal and type: "jeb_wincon.bat" 28 | 29 | > How to set up and use the floating licensed builds? 30 | JEB v2 does not support Floating licenses at this time. 31 | 32 | > How to use? 33 | Help on how to use JEB can be found at https://www.pnfsoftware.com 34 | Google Groups forum at https://groups.google.com/forum/#!forum/jeb-decompiler 35 | -------------------------------------------------------------------------------- /jeb/frameworks/1.apk: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/frameworks/1.apk -------------------------------------------------------------------------------- /jeb/jeb_linux.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # Start-up script for JEB2 (Linux) 4 | 5 | # Prefer a JDK over a JRE 6 | if [ -z "$JAVA_HOME" ]; then 7 | JAVA=`which java` 8 | else 9 | JAVA=$JAVA_HOME/bin/java 10 | fi 11 | 12 | # Note: If the Java path generation does not yield a correct result, manually set 13 | # the JAVA variable (defined above) to a correct value 14 | if [ ! -f "$JAVA" ]; then 15 | echo "JEB requires a Java runtime environment, please install one." 16 | exit -1 17 | fi 18 | 19 | cd `dirname $0` 20 | SCRIPTDIR=`pwd` 21 | cd - >/dev/null 22 | 23 | INSTALLER=$SCRIPTDIR/bin/jebi.jar 24 | $JAVA -jar $INSTALLER --di 25 | RETCODE=$? 26 | if [ $RETCODE -lt 0 ]; then 27 | exit $RETCODE 28 | fi 29 | 30 | $JAVA -jar $INSTALLER --up 31 | RETCODE=$? 32 | if [ $RETCODE -lt 0 ]; then 33 | exit $RETCODE 34 | fi 35 | 36 | if [ "$1" == "-c" ]; then 37 | $JAVA -jar $SCRIPTDIR/bin/cl/jeb.jar $@ 38 | exit 0 39 | fi 40 | 41 | chmod +x $SCRIPTDIR/bin/jeb 42 | $SCRIPTDIR/bin/jeb $@ 43 | exit 0 44 | -------------------------------------------------------------------------------- /jeb/jeb_macos.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # Start-up script for JEB2 (MacOS) 4 | 5 | # Prefer a JDK over a JRE 6 | if [ -z "$JAVA_HOME" ]; then 7 | JAVA=`which java` 8 | else 9 | JAVA=$JAVA_HOME/bin/java 10 | fi 11 | 12 | # Note: If the Java path generation does not yield a correct result, manually set 13 | # the JAVA variable (defined above) to a correct value 14 | if [ ! -f "$JAVA" ]; then 15 | echo "JEB requires a Java runtime environment, please install one." 16 | exit -1 17 | fi 18 | 19 | cd `dirname $0` 20 | SCRIPTDIR=`pwd` 21 | cd - >/dev/null 22 | 23 | INSTALLER=$SCRIPTDIR/bin/jebi.jar 24 | $JAVA -jar $INSTALLER --di 25 | RETCODE=$? 26 | if [ $RETCODE -lt 0 ]; then 27 | exit $RETCODE 28 | fi 29 | 30 | $JAVA -jar $INSTALLER --up 31 | RETCODE=$? 32 | if [ $RETCODE -lt 0 ]; then 33 | exit $RETCODE 34 | fi 35 | 36 | if [ "$1" == "-c" ]; then 37 | $JAVA -jar $SCRIPTDIR/bin/cl/jeb.jar -c $@ 38 | exit 0 39 | fi 40 | 41 | chmod +x $SCRIPTDIR/bin/jeb.app/Contents/MacOS/jeb 42 | $SCRIPTDIR/bin/jeb.app/Contents/MacOS/jeb $@ 43 | exit 0 44 | -------------------------------------------------------------------------------- /jeb/jeb_wincon.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | rem Start-up script for JEB2 (Windows Console) 4 | 5 | rem Prefer a JDK over a JRE 6 | if defined JAVA_HOME (set base="%JAVA_HOME%\bin") else (set base="%SystemRoot%\System32") 7 | set JAVA=%base%\java.exe 8 | 9 | rem Note: If the Java path generation does not yield a correct result, manually set 10 | rem the JAVA variable (defined above) to a correct value 11 | if exist %JAVA% goto :checkdep 12 | FOR /F "delims=" %%i IN ('where java') DO set JAVA="%%i" 13 | if exist %JAVA% goto :checkdep 14 | echo JEB requires a Java runtime environment, please install one. 15 | exit /b -1 16 | 17 | :checkdep 18 | set INSTALLER="%~dp0bin\jebi.jar" 19 | %JAVA% -jar %INSTALLER% --di 20 | if errorlevel 0 goto :checkupdate 21 | exit /b -1 22 | 23 | :checkupdate 24 | %JAVA% -jar %INSTALLER% --up 25 | if errorlevel 0 goto :runjeb 26 | exit /b -1 27 | 28 | :runjeb 29 | if "%1" == "-c" goto :startraw 30 | "%~dp0bin\jeb.exe" %* 31 | exit 0 32 | 33 | :startraw 34 | %JAVA% -jar "%~dp0bin\cl\jeb.jar" %* 35 | -------------------------------------------------------------------------------- /jeb/workspace/.metadata/.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/jeb/workspace/.metadata/.lock -------------------------------------------------------------------------------- /jeb/workspace/.metadata/.plugins/org.eclipse.core.resources/.root/.indexes/properties.version: -------------------------------------------------------------------------------- 1 |  -------------------------------------------------------------------------------- /jeb/workspace/.metadata/.plugins/org.eclipse.core.runtime/.settings/org.eclipse.core.resources.prefs: -------------------------------------------------------------------------------- 1 | eclipse.preferences.version=1 2 | version=1 3 | -------------------------------------------------------------------------------- /jeb/workspace/.metadata/version.ini: -------------------------------------------------------------------------------- 1 | org.eclipse.core.runtime=2 -------------------------------------------------------------------------------- /smali2java/Smali2JavaUI.exe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Juude/droidReverse/064b5d779c8c491dc820fc4a7ce3726a82ab64a8/smali2java/Smali2JavaUI.exe --------------------------------------------------------------------------------