Posts
-
Karta
Karta - source code assisted fast binary matching plugin for IDA
âKartaâ (Russian for âMapâ) is an IDA Python plugin that identifies and matches open-sourced libraries in a given binary. The plugin uses a unique technique that enables it to support huge binaries (>200,000 functions), with almost no impact on the overall performance.
The matching algorithm is location-driven. This means that itâs main focus is to locate the different compiled files, and match each of the fileâs functions based on their original order within the file. This way, the matching depends on K (number of functions in the open source) instead of N (size of the binary), gaining a significant performance boost as usually NÂ Âť K.
We believe that there are 3 main use cases for this IDA plugin:
- Identifying a list of used open sources (and their versions) when searching for a useful 1-Day
- Matching the symbols of supported open sources to help reverse engineer a malware
- Matching the symbols of supported open sources to help reverse engineer a binary / firmware when searching for 0-Days in proprietary code
Tags: #python ⢠research ⢠ida-plugin
-
refugerestrooms
REFUGE restrooms indexes and maps safe restroom locations for trans, intersex, and gender nonconforming individuals.
Providing safe restroom access to transgender, intersex, and gender nonconforming individuals.
REFUGE is an effort to fill the void left by the now-defunct Safe2Pee website. It provides a free resource to trans* and queer individuals in need of gender neutral and other safe restrooms.
This project is open source. Feel free to contribute. We could use the help.
Tags: #ruby ⢠refuge ⢠safe-restrooms
-
open-build-service
Build and distribute Linux packages from sources in an automatic, consistent and reproducible way #obs
The Open Build Service (OBS) is a generic system to build and distribute binary packages from sources in an automatic, consistent, and reproducible way. You can release packages as well as updates, add-ons, appliances, and entire distributions for a wide range of operating systems and hardware architectures. More information can be found on openbuildservice.org.
The OBS consists of a backend and a frontend. The backend implements all the core functionality (i.e. building packages). The frontend provides a web application and XML API for interacting with the backend. Additionally, there is a command line client (osc) for the API which is developed in a separate repository.
Tags: #ruby ⢠opensuse ⢠rpm
-
swr-react-native
React Native/React Navigation compatibility for Vercelâs useSWR hook. đŽ
Add React Native + React Navigation compatibility to
swr. đ¨đťâđ§- import useSWR from 'swr' + import useSWRNative from '@nandorojo/swr-react-native'Thatâs it.
SWR revalidation now works in your React Native app. Requests also revalidate when your React Navigation screens focus.
Tags: #typescript
-
size-plugin
Track compressed Webpack asset sizes over time.
Install
size-pluginas a development dependency using npm:npm i -D size-plugin
Tags: #javascript ⢠webpack ⢠webpack-plugin
-
workflow-dispatch
A GitHub Action for triggering workflows, using the
workflow_dispatcheventThis action triggers another GitHub Actions workflow, using the
workflow_dispatchevent.
The workflow must be configured for this event type e.g.on: [workflow_dispatch]This allows you to chain workflows, the classic use case is have a CI build workflow, trigger a CD release/deploy workflow when it completes. Allowing you to maintain separate workflows for CI and CD, and pass data between them as required.
For details of the
workflow_dispatcheven see this blog post introducing this type of triggerNote 1. GitHub now has a native way to chain workflows called âreusable workflowsâ. See the docs on reusing workflows. This approach is somewhat different from workflow_dispatch but itâs worth keeping in mind.
Note 2. The GitHub UI will report flows triggered by this action as âmanually triggeredâ even though they have been run programmatically via another workflow and the API.
Note 3. If you want to reference the target workflow by ID, you will need to list them with the following REST API call
curl https://api.github.com/repos///actions/workflows -H "Authorization: token "Tags: #typescript ⢠github-actions ⢠github
-
whatsapp-bot
Whatsapp Bot Multi Device - Node Js - Internationalization
This project require
Tags: #typescript ⢠bot ⢠hacktoberfest
-
instascan
HTML5 QR code scanner using your webcam
Real-time webcam-driven HTML5 QR code scanner. Try the live demo.
Tags: #javascript ⢠html5 ⢠qr-code
-
defi-threat
a globally-accessible knowledge base of adversary tactics and techniques based on real-world observations on decentralized finance
Tags: #javascript ⢠defi ⢠threat
-
PlexConnect
Plex @ aTV - think differentâŚ
or: âPlex @ aTV - think differentâŚâ
PlexConnect is an app that allows AppleTV2 and AppleTV3 to be used as Plex clients. Development started in 2013 and finished in 2015 (when AppleTV4 was announced), as described in this [Plex Forum thread][].
There are two options to install PlexConnect:
- If you applied a jailbreak to your aTV you can install PlexConnect on it. This is the preferred way
- If your aTV has no jailbreak then you need to install PlexConnect on a separate device (probably in the same server where Plex Media Server is running)
For more information, like detailed Installation Guides, FAQs and similar, visit the [Wiki][].
Tags: #python
subscribe via RSS