Commit Graph

  • 4d30510706 core: fix line number references Skylot 2018-06-17 12:20:50 +03:00
  • ee74c4d870 core: ignore debug info with bad variable names Skylot 2018-06-16 17:50:43 +03:00
  • 45f5e0cb04 core: prevent endless loop in region construction (#267) Skylot 2018-06-16 12:26:29 +03:00
  • 7d983f2847 core: fix catch block argument if move-exception instruction is missing (#295) Skylot 2018-06-16 12:24:27 +03:00
  • 3b2b5417aa Merge pull request #292 from skylot/xml_bug_fixes skylot 2018-06-05 19:09:58 +03:00
  • 0a0c4eac88 Fixes errors Sergey Toshin 2018-06-05 17:06:55 +03:00
  • d20cd43a99 core: fix loop handling Skylot 2018-06-02 21:16:58 +03:00
  • 7b4321ecee gui: fix build for java 10 and update dependencies (#291) Skylot 2018-06-02 14:39:33 +03:00
  • 188bfd1a7e core: fix endless loop processing (#275) Skylot 2018-06-01 22:52:11 +03:00
  • 7b6825d85c core: move same instructions from predecessors for loops Skylot 2018-05-31 16:37:16 +03:00
  • a27cb9c34e core: bind blocks for target instructions at early stage Skylot 2018-05-31 14:48:12 +03:00
  • 8445ebf107 fix sonar badge Skylot 2018-05-26 23:20:45 +03:00
  • 6df315017c gui: add Hack font Skylot 2018-05-24 16:55:39 +03:00
  • 1931e78367 Merge pull request #290 from skylot/xml_deobf_2 skylot 2018-06-01 11:12:23 -07:00
  • 90692d89c5 Xml deobf 2.0 Sergey Toshin 2018-06-01 17:49:29 +03:00
  • 4f02864e12 core: fix variable declaration in else-if chain (#273) Skylot 2018-05-26 19:57:02 +03:00
  • 7562ec9e1a tests: add base test class for simplified apk debugging Skylot 2018-05-26 19:58:35 +03:00
  • 6d984c0407 gui: update default settings Skylot 2018-05-26 18:15:54 +03:00
  • 3556e591b0 gui: hide deobf options if not enabled (#281) Skylot 2018-05-24 15:30:48 +03:00
  • 8fdb473d78 Merge pull request #280 from skylot/xml_tag_attr_name_validator skylot 2018-05-17 23:33:53 +03:00
  • 398cd15dcf Copy XMLChar class from Apache Xerces library. Replaces all invalid (obfuscated) XML tag and attribute names to random ones Sergey Toshin 2018-05-17 22:49:40 +03:00
  • 5006b3e837 gui: fix cell renderer in search dialog (#271) Skylot 2018-05-07 18:13:33 +03:00
  • 7216635d84 gui: run text search in background thread (#269) Skylot 2018-05-05 21:32:50 +03:00
  • 98ef7c39b7 core: fix synthetic constructor remove (#265) Skylot 2018-05-02 16:04:34 +03:00
  • e039a5a9af core: don't process debug info if offset is incorrect (#259) Skylot 2018-05-01 19:32:55 +03:00
  • 412a185fa1 core: fix null pointer error in try/catch processing Skylot 2018-05-01 17:31:44 +03:00
  • 20bfe83849 core: fix null pointer in code annotations getter Skylot 2018-05-01 17:18:14 +03:00
  • 39093130a3 core: fix processing overriden methods in deobfuscator (#207) Skylot 2018-05-01 17:16:52 +03:00
  • 9e9270a8b7 core: fix type inference StackOverflowError Skylot 2018-05-01 16:29:50 +03:00
  • 2c904c56f4 core: reformat imports, fix some sonar issues Skylot 2018-04-22 21:55:18 +03:00
  • a3b961e72f core: fix method deobfuscation (#241) Skylot 2018-04-22 20:18:33 +03:00
  • 0e4c8df418 cli: print default value for number options Skylot 2018-04-22 16:10:00 +03:00
  • 3b2d595a06 Merge pull request #255 from skylot/xml_unreadable_chars_escapes skylot 2018-04-14 15:23:02 +03:00
  • b29223c5b6 core: fix enum processing order, remove synchronization (#257) Skylot 2018-04-14 13:22:18 +03:00
  • d805ec15b4 Adds more escape for unreadable characters so parser won't throw exceptions during parse Sergey Toshin 2018-04-09 19:23:31 +03:00
  • d5cfdfb50d Prevents command injections when opening links Sergey Toshin 2018-04-07 22:28:58 +03:00
  • 2e5d73a7e4 Fixes bug with NS declaration duplicates Sergey Toshin 2018-04-07 22:06:53 +03:00
  • 1c352cc81b Fixes bugs Sergey Toshin 2018-04-07 19:43:14 +03:00
  • 9c6c18780f Adds define of unknown NSes Sergey Toshin 2018-04-07 19:21:03 +03:00
  • cb23b65797 core: fix variable names propagation (#219) Skylot 2018-04-08 17:34:51 +03:00
  • 7a16814808 core: fix class file loading (#249) Skylot 2018-04-07 16:58:03 +03:00
  • 23553c9944 cli: fix missing spaces in help Skylot 2018-04-01 14:01:38 +03:00
  • 54fbe8a7c0 remove -d64 option as java 10 not support it anymore Skylot 2018-04-01 13:59:18 +03:00
  • ea01102f1d gui: fix decompilation task on search (#235) Skylot 2018-03-29 20:41:05 +03:00
  • 15e1e1dfab build jadx-gui.exe Skylot 2018-03-27 18:55:33 +03:00
  • 37ed9cd25b core: make decompilation results more deterministic Skylot 2018-03-27 11:25:17 +03:00
  • 882af04027 Encodes XML attrs Sergey Toshin 2018-03-25 12:37:37 +03:00
  • aa8a298ec7 remove sourceforge from downloads list Skylot 2018-03-25 13:14:24 +03:00
  • 05ab8fd868 bump version Skylot 2018-03-25 12:33:54 +03:00
  • 1a736aadf5 v0.7.1 v0.7.1 Skylot 2018-03-25 12:29:08 +03:00
  • 2cea653249 fix bintray upload Skylot 2018-03-18 16:21:24 +03:00
  • 1085238031 res: don't use system locale for number formating (#238) Skylot 2018-03-18 14:35:19 +03:00
  • 1356d91423 res: don't add colon for empty namespace (#231) Skylot 2018-03-18 13:34:32 +03:00
  • fd2dc14ede Update ZipSecurity.java sergey-wowwow 2018-03-13 19:20:52 +03:00
  • f91c5d3647 res: skip padding on file end (#225) Skylot 2018-03-11 19:19:06 +03:00
  • 1f3aebf584 res: close tag before cdata (#231) Skylot 2018-03-11 17:09:17 +03:00
  • b39d79a0f9 remove coverity and downloads badges Skylot 2018-03-11 10:25:28 +03:00
  • c410914208 core: skip finally extract visitor on error Skylot 2018-03-04 19:18:53 +03:00
  • a046f1caec core: ignore dex loading errors (#233) Skylot 2018-02-28 21:55:19 +03:00
  • c25f918cc5 gui: fix some sonar warnings Skylot 2018-02-18 10:33:31 +03:00
  • 6fb1c8d3b9 gui: don't decode resources on file open Skylot 2018-02-17 23:23:03 +03:00
  • 6047a27c89 build: disable codecov pull request report Skylot 2018-02-13 16:07:16 +03:00
  • 8446d016e4 cli: update jcommander lib Skylot 2018-02-13 15:31:49 +03:00
  • ab040d36d5 update all dependencies (#229) Skylot 2018-02-10 22:56:53 +03:00
  • a2781b5bd3 Merge pull request #221 from rgoggins/master skylot 2018-02-12 21:45:41 +03:00
  • a7903f31ac Merge pull request #228 from jpstotz/master skylot 2018-02-12 21:42:33 +03:00
  • c134837ca6 pagination for search results. Jan Peter Stotz 2018-02-12 16:20:12 +01:00
  • f0a57e6714 case insensitive option for searches Jan Peter Stotz 2016-08-17 10:48:21 +02:00
  • d9b0365c9f core: fix binary xml parser (#211) Skylot 2018-02-10 22:52:44 +03:00
  • 948f9456f5 core: change jadx args api for easier processing and validation Skylot 2018-02-10 21:32:51 +03:00
  • 32f94b463f core: add code lines for while loop Skylot 2018-02-07 21:20:05 +03:00
  • 035506496e core: add endless loop test Skylot 2018-02-04 17:08:22 +03:00
  • 477222a395 Update README.md Ryan Goggins 2018-02-02 03:59:10 -05:00
  • 4bdfdfcb36 Create CONTRIBUTING.md Ryan Goggins 2018-02-02 03:58:41 -05:00
  • 3167cd0817 fix bintray upload Skylot 2018-01-27 19:59:30 +03:00
  • b52f35259b core: support 'not-int' and 'not-long' instructions Skylot 2018-01-28 00:02:41 +03:00
  • 20bf85b14d core: ignore bogus opcode decode (#214) Skylot 2018-01-27 19:58:14 +03:00
  • f02b99a1d0 fix some sonar warnings Skylot 2018-01-06 10:35:22 +03:00
  • 9132ef57f1 core: use late deletion for NOP instruction (#215) Skylot 2018-01-25 14:58:17 +03:00
  • d42bf2d43c Merge pull request #212 from KpChuck/master skylot 2018-01-21 11:30:42 +03:00
  • 89042fbf4a Don't throw a DecodeException if dex files aren't found but --no-src is enabled KpChuck 2018-01-20 19:49:03 +00:00
  • fc4dcd2db5 core: prevent some null crash on resource decoding Skylot 2018-01-18 23:21:36 +03:00
  • 4e07d80ebc cli: fix errors list sorting Skylot 2018-01-18 23:16:46 +03:00
  • c4a462d601 core: update dx to version 14, allow to decompile java 8 classes (new instructions not implemented yet) Skylot 2018-01-18 23:12:48 +03:00
  • 7fe46fb6f3 gui: highlight words on double click (#210) Skylot 2018-01-18 22:42:17 +03:00
  • 2cb94856fd build: setup bintray unstable upload Skylot 2018-01-17 11:02:31 +03:00
  • f53fc03c6c core: use dynamic check for filesystem case-sensitivity (#158) Skylot 2018-01-15 23:24:12 +03:00
  • 9278c51035 build: use commits count in gitlab ci version Skylot 2018-01-06 10:47:27 +03:00
  • ca9dc5f944 Update README.md sergey-wowwow 2018-01-16 21:05:59 +03:00
  • f30cfb6166 Merge branch 'master' of https://github.com/skylot/jadx into issue_204 unknown 2018-01-16 20:58:22 +03:00
  • 9614929f77 Fixes build issues unknown 2018-01-16 20:54:52 +03:00
  • 8e418d4414 Merge pull request #206 from mtdcr/master skylot 2018-01-16 15:58:19 +03:00
  • 5e81bd833b Decode attributes which may contain either enums or values, e.g. layout_width Andreas Oberritter 2018-01-13 16:27:57 +01:00
  • cc2ae80e7b Issue #204 unknown 2018-01-15 19:35:30 +03:00
  • b921f6097d Update JadxCLIArgs.java sergey-wowwow 2018-01-14 21:47:37 +03:00
  • 9679ef893b Update README.md sergey-wowwow 2018-01-14 21:40:08 +03:00
  • e4fc3cebfd Update JadxArgs.java sergey-wowwow 2018-01-14 21:34:17 +03:00
  • 75135819cf Delete .DS_Store sergey-wowwow 2018-01-14 21:31:01 +03:00
  • 072b6cce36 Update README.md sergey-wowwow 2018-01-14 21:08:49 +03:00
  • 5d60f2cdf2 PR for issue #191 Sergey Toshin 2018-01-14 21:04:28 +03:00