Skip to content

Commit

Permalink
Robot Updated at:7 Mar 2024 21:09:11 GMT
Browse files Browse the repository at this point in the history
  • Loading branch information
yiliuyan161 committed Mar 7, 2024
1 parent 622aade commit 7420ac2
Show file tree
Hide file tree
Showing 14 changed files with 67 additions and 36 deletions.
7 changes: 4 additions & 3 deletions docs/awesome/android-security-awesome.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ A collection of Android security-related resources.
1. [APKInspector](https://github.com/honeynet/apkinspector/)
1. [Droid Intent Data Flow Analysis for Information Leakage](https://www.cert.org/secure-coding/tools/didfail.cfm)
1. [DroidLegacy](https://bitbucket.org/srl/droidlegacy)
1. ~~[Smali CFG generator](https://github.com/EugenioDelfa/Smali-CFGs)~~
1. [FlowDroid](https://blogs.uni-paderborn.de/sse/tools/flowdroid/)
1. [Android Decompiler](https://www.pnfsoftware.com/) – not free
1. [PSCout](https://security.csl.toronto.edu/pscout/) - A tool that extracts the permission specification from the Android OS source code using static analysis
Expand All @@ -73,6 +72,7 @@ A collection of Android security-related resources.
1. [One Step Decompiler](https://github.com/b-mueller/apkx) - Android APK Decompilation for the Lazy
1. [APKLeaks](https://github.com/dwisiswant0/apkleaks) - Scanning APK file for URIs, endpoints & secrets.
1. [Mobile Audit](https://github.com/mpast/mobileAudit) - Web application for performing Static Analysis and detecting malware in Android APKs.
1. ~~[Smali CFG generator](https://github.com/EugenioDelfa/Smali-CFGs)~~
1. ~~[Several tools from PSU](http://siis.cse.psu.edu/tools.html)~~

### App Vulnerability Scanners
Expand All @@ -95,7 +95,6 @@ A collection of Android security-related resources.
1. [Inspeckage](https://github.com/ac-pm/Inspeckage) - Android Package Inspector - dynamic analysis with API hooks, start unexported activities, and more. (Xposed Module)
1. [Android Hooker](https://github.com/AndroidHooker/hooker) - Dynamic Java code instrumentation (requires the Substrate Framework)
1. [ProbeDroid](https://github.com/ZSShen/ProbeDroid) - Dynamic Java code instrumentation
1. ~~[Android Tamer](https://androidtamer.com/) - Virtual / Live Platform for Android Security Professionals~~
1. [DECAF](https://github.com/sycurelab/DECAF) - Dynamic Executable Code Analysis Framework based on QEMU (DroidScope is now an extension to DECAF)
1. [CuckooDroid](https://github.com/idanr1986/cuckoo-droid) - Android extension for Cuckoo sandbox
1. [Mem](https://github.com/MobileForensicsResearch/mem) - Memory analysis of Android (root required)
Expand All @@ -116,6 +115,8 @@ A collection of Android security-related resources.
1. [Runtime Mobile Security (RMS)](https://github.com/m0bilesecurity/RMS-Runtime-Mobile-Security) - is a powerful web interface that helps you to manipulate Android and iOS Apps at Runtime
1. [PAPIMonitor](https://github.com/Dado1513/PAPIMonitor) – PAPIMonitor (Python API Monitor for Android apps) is a Python tool based on Frida for monitoring user-select APIs during the app execution.
1. [Android_application_analyzer](https://github.com/NotSoSecure/android_application_analyzer) - The tool is used to analyze the content of the Android application in local storage.
1. [Decompiler.com](https://www.decompiler.com/) - Online APK and Java decompiler
1. ~~[Android Tamer](https://androidtamer.com/) - Virtual / Live Platform for Android Security Professionals~~
1. ~~[Android Malware Analysis Toolkit](http://www.mobilemalware.com.br/amat/download.html) - (Linux distro) Earlier it use to be an [online analyzer](http://dunkelheit.com.br/amat/analysis/index_en.php)~~
1. ~~[Android Reverse Engineering](https://redmine.honeynet.org/projects/are/wiki) – ARE (android reverse engineering) not under active development anymore~~
1. ~~[ViaLab Community Edition](https://www.nowsecure.com/blog/2014/09/09/introducing-vialab-community-edition/)~~
Expand Down Expand Up @@ -158,11 +159,11 @@ A collection of Android security-related resources.
1. [Obfuscapk](https://github.com/ClaudiuGeorgiu/Obfuscapk) - Obfuscapk is a modular Python tool for obfuscating Android apps without needing their source code.
1. [ARMANDroid](https://github.com/Mobile-IoT-Security-Lab/ARMANDroid) - ARMAND (Anti-Repackaging through Multi-patternAnti-tampering based on Native Detection) is a novel anti-tampering protection scheme that embeds logic bombs and AT detection nodes directly in the apk file without needing their source code.
1. [MVT (Mobile Verification Toolkit)](https://github.com/mvt-project/mvt) - a collection of utilities to simplify and automate the process of gathering forensic traces helpful to identify a potential compromise of Android and iOS devices
1. [Dexmod](https://github.com/google/dexmod) - tool to exemplify patching Dalvik bytecode in a DEX (Dalvik Executable) file, and assist in the static analysis of Android applications.
1. ~~[Procyon](https://bitbucket.org/mstrobel/procyon/wiki/Java%20Decompiler) - Java decompiler~~
1. ~~[Smali viewer](http://blog.avlyun.com/wp-content/uploads/2014/04/SmaliViewer.zip)~~
1. ~~[ZjDroid](https://github.com/BaiduSecurityLabs/ZjDroid)~~, ~~[fork/mirror](https://github.com/yangbean9/ZjDroid)~~
1. ~~[Dare](http://siis.cse.psu.edu/dare/index.html) – .dex to .class converter~~
1. [Decompiler.com](https://www.decompiler.com/) - Online APK and Java decompiler

### Fuzz Testing

Expand Down
2 changes: 2 additions & 0 deletions docs/awesome/awesome-agi-cocosci.md
Original file line number Diff line number Diff line change
Expand Up @@ -658,6 +658,8 @@ organized into intricate patterns that seem to be consistent across individuals.

* [Communicating Natural Programs to Humans and Machines](https://proceedings.neurips.cc/paper_files/paper/2022/hash/182aed0379591ebd1d655b2bdc152075-Abstract-Datasets_and_Benchmarks.html) - ***NeurIPS'22***, 2022. [[All Versions](https://scholar.google.com/scholar?cluster=13381039702346039142&as_sdt=0,5)]. While humans readily generate and interpret instructions in a general language, computer systems are shackled to a narrow domain-specific language that they can precisely execute. This makes building intelligent systems that can generalize to novel situations such as ARC difficult. Human-generated instructions are referred as `natural programs'. While they resemble computer programs, they are distinct in two ways: First, they contain a wide range of primitives; Second, they frequently leverage communicative strategies beyond directly executable codes.

* [How Domain Experts Use an Embedded DSL](https://dl.acm.org/doi/abs/10.1145/3622851) - ***OOPSLA'23***, 2023. This work conducts a thematic analysis identified five key themes, including: the interaction between the eDSL and the host language has significant and sometimes unexpected impacts on eDSL user experience, and users preferentially engage with domain-specific communities and code templates rather than host language resources.


#### Domain Specified Applications

Expand Down
48 changes: 24 additions & 24 deletions docs/awesome/awesome-browser-extensions-for-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,12 @@ Installs: 8 | Stars: 458 | Last update: 1 Mar 2021

Displays size of each file, download link and an option of copying file contents directly to clipboard

Installs: 657 | Stars: 1971 | Last update: 22 Apr 2021
Installs: 659 | Stars: 1972 | Last update: 22 Apr 2021


Easily search GIPHY to add a GIF into any GitHub comment box.

Installs: 530 | Stars: 168 | Last update: 18 Jan 2024
Installs: 533 | Stars: 168 | Last update: 18 Jan 2024


Find the best GIFs for your awesome pull requests.
Expand All @@ -70,7 +70,7 @@ Installs: 136 | Stars: 22 | Last update: n/a

Quickly browse the history of a file from any git repository.

Installs: 217 | Stars: 13468 | Last update: 13 Oct 2023
Installs: 218 | Stars: 13469 | Last update: 13 Oct 2023


GitHub provides a page that only shows diffs with a .diff at the end of the URL of the pull request. This browser extension makes it easier to view csv diffs by using daff on that page.
Expand All @@ -95,7 +95,7 @@ Installs: 3 | Stars: 19 | Last update: 24 Jun 2020

A browser extension which gives different filetypes different icons on GitHub.

Installs: 20000 | Stars: 1368 | Last update: n/a
Installs: 20000 | Stars: 1367 | Last update: n/a


Highlight selected word in GitHub source view like Sublime Text.
Expand All @@ -105,12 +105,12 @@ Installs: 1000 | Stars: 143 | Last update: n/a

Neat hovercards for GitHub.

Installs: 17775 | Stars: 1799 | Last update: n/a
Installs: 17781 | Stars: 1799 | Last update: n/a


Colorize issue and PR links to see their status (open, closed, merged).

Installs: 104 | Stars: 296 | Last update: 9 Dec 2023
Installs: 105 | Stars: 296 | Last update: 9 Dec 2023


Displays npm package stats on GitHub
Expand All @@ -120,7 +120,7 @@ Installs: 606 | Stars: 57 | Last update: n/a

Lists repositories that are similar to the one being viewed

Installs: 37 | Stars: 45 | Last update: 10 Aug 2022
Installs: 38 | Stars: 45 | Last update: 10 Aug 2022


Revert closed GitHub issues from purple back to red
Expand All @@ -145,7 +145,7 @@ Installs: 41 | Stars: 48 | Last update: 25 Sep 2023

This extension adds the simplicity of WYSIWYG editing to issues, comments, pull requests, wikis and discussions in GitHub. It accepts Markdown input and offers productive writing, starting with tables.

Installs: 120 | Stars: 363 | Last update: 14 Nov 2023
Installs: 122 | Stars: 363 | Last update: 14 Nov 2023


View and create Linear tickets from any GitHub PR or issue.
Expand All @@ -160,7 +160,7 @@ Installs: 2000 | Stars: 290 | Last update: n/a

It can make the sub-directories and files of github repository as zip and download it

Installs: 3554 | Stars: 35 | Last update: 21 Aug 2023
Installs: 3573 | Stars: 35 | Last update: 21 Aug 2023


Create, save, edit, pin, search and delete filters that you commonly use on the Github Issues and Pull Requests pages. You are able to scope filters to be shown globally (on each repo) or only have them show up on the repo you create them on. Pinning filters is also a feature that this extension allows you to do. So if you have several filters you use daily - you have a way to quickly access them, at the top of your list.
Expand Down Expand Up @@ -190,7 +190,7 @@ Installs: 10000 | Stars: 3432 | Last update: n/a

Browser extension to add git graph to GitHub website.

Installs: 429 | Stars: 2608 | Last update: 1 Jan 2024
Installs: 431 | Stars: 2616 | Last update: 1 Jan 2024


Chrome extension that adds a button in browser and links this button to a GitHub repository that you will configure, then on any webpage just click this extension button and it will add the given link with the title of the page in that repository.
Expand All @@ -200,17 +200,17 @@ Installs: 57 | Stars: 235 | Last update: n/a

See forks with the most stars under the names of repositories.

Installs: 347 | Stars: 574 | Last update: 4 Jul 2021
Installs: 348 | Stars: 574 | Last update: 4 Jul 2021


Show Material icons for files/folders in repository file viewer. Display the same icons from vscode-material-icon-theme VSCode extension.

Installs: 778 | Stars: 430 | Last update: 20 Feb 2024
Installs: 780 | Stars: 430 | Last update: 20 Feb 2024


An extension that creates direct links to imported modules, external or internal, on source code on GitHub. Supports multiple languages, including common ones like Rust, Go, Python and Ruby, but also odd ones like Nim, Haskell, Julia and Elm.

Installs: 39 | Stars: 249 | Last update: 27 Nov 2019
Installs: 40 | Stars: 249 | Last update: 27 Nov 2019


Chrome extension which helps you not to miss important changes in your news thread related to your repo
Expand All @@ -220,12 +220,12 @@ Installs: 17 | Stars: 15 | Last update: n/a

A Chrome and Firefox extension to quickly see your notifications in a popup without leaving the current page.

Installs: 75 | Stars: 140 | Last update: 6 Apr 2023
Installs: 74 | Stars: 140 | Last update: 6 Apr 2023


Displays your GitHub notifications unread count. Supports GitHub Enterprise and an option to only show unread count for issues you're participating in. You can click the icon to quickly see your unread notifications.

Installs: 542 | Stars: 1775 | Last update: 12 Jul 2023
Installs: 544 | Stars: 1776 | Last update: 12 Jul 2023


Filter your pull requests/issues in different categories giving you a big boost in productivity. Also suggests new trending repositories.
Expand All @@ -235,7 +235,7 @@ Installs: 2 | Stars: 136 | Last update: 16 Jan 2020

OctoLinker is the easiest and best way to navigate between files and projects on GitHub. It supports languages such as JavaScript, Ruby, Go, PHP, JAVA and more. It works with package.json as well as with Gemfiles.

Installs: 12794 | Stars: 5231 | Last update: 13 Nov 2022
Installs: 12801 | Stars: 5231 | Last update: 13 Nov 2022


OctoPermalinker is a browser extension that searches GitHub comments/files for links to files on branches, and adds a link to where the branch pointed when the comment/file was made/updated. This helps you avoid following a link that was broken after being posted. For context, here's some discussion about broken GitHub links: [Don't link to line numbers in GitHub](https://news.ycombinator.com/item?id=8046710).
Expand All @@ -252,12 +252,12 @@ Installs: 4000 | Stars: 960 | Last update: n/a

Useful for developers who frequently read source in GitHub and do not want to download or checkout too many repositories.

Installs: 37461 | Stars: 22646 | Last update: 4 Jan 2024
Installs: 37491 | Stars: 22643 | Last update: 4 Jan 2024


Revert GitHub's UI back to its classic look (before the June 23, 2020 update that has a flat, rounded and more whitespaced design).

Installs: 64 | Stars: 224 | Last update: 6 Aug 2021
Installs: 63 | Stars: 224 | Last update: 6 Aug 2021


This browser extension allows you to open files in your IDE directly from GitHub, assuming the repository you are working on is cloned on your computer. When a fragment of a file is displayed, your IDE opens the file and puts the cursor at the desired line.
Expand All @@ -267,7 +267,7 @@ Installs: 41 | Stars: 68 | Last update: 23 Sep 2023

Helps you keep track of incoming and outgoing PRs, and notifies you when you receive a pull request on GitHub.

Installs: 39 | Stars: 113 | Last update: 21 Jun 2023
Installs: 38 | Stars: 113 | Last update: 21 Jun 2023


Browser extension that shows which pull requests contain changes related to a file.
Expand All @@ -277,7 +277,7 @@ Installs: 4 | Stars: 96 | Last update: 15 Oct 2020

Extension that simplifies the GitHub interface and adds useful features.

Installs: 8545 | Stars: 22743 | Last update: 8 Feb 2024
Installs: 8578 | Stars: 22748 | Last update: 8 Feb 2024


Are they tabs? Are they spaces? How many? Never wonder again! Renders spaces as `·` and tabs as `` in all the code on GitHub.
Expand All @@ -298,7 +298,7 @@ The Sourcegraph browser extension gives GitHub IDE-like powers when you're viewi
4. Hover tooltips
5. File tree navigation

Installs: 971 | Stars: 9530 | Last update: 14 Apr 2023
Installs: 976 | Stars: 9532 | Last update: 14 Apr 2023


Make tab indented code more readable by forcing the tab size to 4 instead of 8.
Expand All @@ -323,12 +323,12 @@ Installs: 70000 | Stars: n/a | Last update: n/a

All your issues, PRs, repos and other work documents right in your new tab

Installs: 166 | Stars: n/a | Last update: n/a
Installs: 167 | Stars: n/a | Last update: n/a


file tree for github, and more than that.

Installs: 355 | Stars: n/a | Last update: 15 Dec 2023
Installs: 358 | Stars: n/a | Last update: 15 Dec 2023


Add breakpoints at 1400px, 1600px and 1800px for full GitHub experience on large screens. Also removes the truncating of file and directory names in the repository browser.
Expand All @@ -338,7 +338,7 @@ Installs: 2000 | Stars: 131 | Last update: n/a

gitpod streamlines developer workflows by providing ready-to-code development environments in your browser - powered by vs code.

Installs: 2370 | Stars: 133 | Last update: 5 Mar 2024
Installs: 2377 | Stars: 133 | Last update: 7 Mar 2024


When viewing a repository on github.com that has a package.json file, this extension will introspect the dependencies in package.json and display links and description for each dependency, just below the repo's README.
Expand Down
1 change: 1 addition & 0 deletions docs/awesome/awesome-cpp.md
Original file line number Diff line number Diff line change
Expand Up @@ -1089,6 +1089,7 @@ A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny
* [pprint](https://github.com/p-ranav/pprint) - Pretty Printer for Modern C++. [MIT]
* [pspsdk](https://github.com/pspdev/pspsdk) - An open-source SDK for PSP homebrew development. [BSD/GNU GPL3]
* [QtVerbalExpressions](https://github.com/VerbalExpressions/QtVerbalExpressions) - This Qt lib is based off of the C++ VerbalExpressions library. [MIT]
* [RaipdFuzz](https://github.com/rapidfuzz/rapidfuzz-cpp) - Rapid fuzzy string matching in C++ using the Levenshtein Distance. [MIT] [website](https://rapidfuzz.github.io/rapidfuzz-cpp/)
* [Remote Call Framework](http://www.deltavsoft.com/) - Inter-process communication framework for C++. [GPL2/Proprietary]
* [scnlib](https://github.com/eliaskosunen/scnlib) - scanf for modern C++. [Apache-2.0] [website](https://v1.scnlib.dev/)
* [Scintilla](http://scintilla.org/) - A free source code editing component. [MIT]
Expand Down
1 change: 1 addition & 0 deletions docs/awesome/awesome-go.md
Original file line number Diff line number Diff line change
Expand Up @@ -3165,6 +3165,7 @@ _Where to discover new Go libraries._
- [Effective Go: Elegant, efficient, and testable code](https://www.manning.com/books/effective-go) - Unlock Go’s unique perspective on program design, and start writing simple, maintainable, and testable Go code.
- [For the Love of Go](https://bitfieldconsulting.com/books/love) - An introductory book for Go beginners.
- [Go Faster](https://leanpub.com/gofaster) - This book seeks to shorten your learning curve and help you become a proficient Go programmer, faster.
- [Go in Practice, Second Edition](https://www.manning.com/books/go-in-practice-second-edition) - Your practical guide on the ins-and-outs of Go development, covering the standard library and the most important tools from Go’s powerful ecosystem.
- [Know Go: Generics](https://bitfieldconsulting.com/books/generics) - A guide to understanding and using generics in Go.
- [Lets-Go](https://lets-go.alexedwards.net) - A step-by-step guide to creating fast, secure and maintanable web applications with Go.
- [Lets-Go-Further](https://lets-go-further.alexedwards.net) - Advanced patterns for building APIs and web applications in Go.
Expand Down
2 changes: 2 additions & 0 deletions docs/awesome/awesome-micropython.md
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,7 @@ Other places you can look for MicroPython Libraries:
#### IO-Expander

* [micropython-mcp230xx](https://github.com/ShrimpingIt/micropython-mcp230xx) - Driver for MCP23017 and MCP23008 GPIO expanders.
* [micropython-mcp230xx](https://github.com/dsiggi/micropython-mcp230xx) - Driver for MCP23017 and MCP23008 GPIO expanders, extended with interrupt handling.
* [micropython-mcp23017](https://github.com/mcauser/micropython-mcp23017) - MicroPython driver for MCP23017 16-bit I/O Expander.
* [micropython-pcf8574](https://github.com/mcauser/micropython-pcf8574) - MicroPython driver for PCF8574 8-Bit I2C I/O Expander with Interrupt.
* [micropython-pcf8575](https://github.com/mcauser/micropython-pcf8575) - MicroPython driver for PCF8575 16-Bit I2C I/O Expander with Interrupt.
Expand Down Expand Up @@ -818,6 +819,7 @@ Other places you can look for MicroPython Libraries:
* [micropython-hcsr04](https://github.com/rsc1975/micropython-hcsr04) - Driver for HC-SR04 ultrasonic distance sensors.
* [micropython-us100](https://github.com/kfricke/micropython-us100) - MicroPython driver for the US-100 sonar distance sensor.
* [micropython-i2c-ultrasonic](https://github.com/HowManyOliversAreThere/micropython-i2c-ultrasonic) - MicroPython driver for the RCWL-9620-based M5 I2C Ultrasonic Distance Unit.
* [micropython-grove-ultrasonic-ranger](https://github.com/mores/TheMissingLink/tree/main/Seeed_MicroPython_UltrasonicRanger) - Driver for SeeedStudio's Grove Ultrasonic Ranger.

#### Dust

Expand Down
Loading

0 comments on commit 7420ac2

Please sign in to comment.