From 4ffd55c89f35a3af2caab0df703c819080dd5ee0 Mon Sep 17 00:00:00 2001 From: Ashish Bhatia Date: Fri, 28 Aug 2020 13:41:41 -0700 Subject: [PATCH] Mark two more URLs as broken --- README.md | 2 +- run_awesome_bot.sh | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index cba9138..29dc1d7 100644 --- a/README.md +++ b/README.md @@ -137,7 +137,6 @@ A collection of android security related resources. 20. [JD-GUI](https://github.com/java-decompiler/jd-gui) - Java decompiler 21. [CFR](http://www.benf.org/other/cfr/) - Java decompiler 22. [Krakatau](https://github.com/Storyyeller/Krakatau) - Java decompiler -23. [Procyon](https://bitbucket.org/mstrobel/procyon/wiki/Java%20Decompiler) - Java decompiler 24. [FernFlower](https://github.com/fesh0r/fernflower) - Java decompiler 25. [Redexer](https://github.com/plum-umd/redexer) – apk manipulation 26. [Simplify Android deobfuscator](https://github.com/CalebFenton/simplify) @@ -148,6 +147,7 @@ A collection of android security related resources. 33. [Andromeda](https://github.com/secrary/Andromeda) - Another basic command-line reverse engineering tool 34. [apk-mitm](https://github.com/shroudedcode/apk-mitm) - A CLI application that prepares Android APK files for HTTPS inspection 35. [Noia](https://github.com/0x742/noia) - Simple Android application sandbox file browser tool +36. ~~[Procyon](https://bitbucket.org/mstrobel/procyon/wiki/Java%20Decompiler) - Java decompiler~~ 34. ~~[Smali viewer](http://blog.avlyun.com/wp-content/uploads/2014/04/SmaliViewer.zip)~~ 35. ~~[ZjDroid](https://github.com/BaiduSecurityLabs/ZjDroid)~~, ~~[fork/mirror](https://github.com/yangbean9/ZjDroid)~~ 36. ~~[Dare](http://siis.cse.psu.edu/dare/index.html) – .dex to .class converter~~ diff --git a/run_awesome_bot.sh b/run_awesome_bot.sh index 5fefc12..bdda2ac 100755 --- a/run_awesome_bot.sh +++ b/run_awesome_bot.sh @@ -16,7 +16,9 @@ DEAD_URLS='opencollective.com','http://copperdroid.isg.rhul.ac.uk/copperdroid/', 'http://www.mobilemalware.com.br','https://appscan.bluemix.net',\ 'http://siis.cse.psu.edu/tools.html','http://siis.cse.psu.edu/dare/index.html',\ 'http://codekiem.com/2012/02/24/apk-downloader/','https://apkscan.nviso.be',\ -'http://ww38.xchg.info','https://thecobraden.com/projects/cobradroid' +'http://ww38.xchg.info','https://thecobraden.com/projects/cobradroid',\ +'https://bitbucket.org/mstrobel/procyon/wiki/',\ +'https://code.google.com/p/androguard/wiki/DatabaseAndroidMalwares' FLAKY_URLS='http://safe.ijiami.cn/' SRC_FILE=README.md