Proxmark3 Easy to crack access card (reprint precious knowledge to prevent loss)

Reprinted to: https://lzy-wi.github.io/2018/07/26/proxmark3/ Please read the source author's article. If the link fails, please read this article. Preface                        &emsp ...

Added by cjcdadams on Sat, 07 Mar 2020 10:41:52 +0200

CoppeliaSim script simulation scripts

This is an official document translation, only for personal reference, if there is infringement, please contact to delete Embedded scripts CoppeliaSim is a highly customizable simulator, and almost every simulation step is user-defined. This flexibility can be achieved through an integrated script inte ...

Added by gynophobia on Sun, 23 Feb 2020 08:52:23 +0200

Game assisted scripting (python)

This paper describes how to write game assistant scripts in Python The main way to achieve this is to click on the line in the game by comparing pictures.Running a program requires the following. PIL: Picture Processing Module (python3 replaced with pillow) Download address: https://www.lfd.uci.edu/~gohlke/pythonlibs/ pywin3 ...

Added by carlheaton on Mon, 03 Feb 2020 18:54:38 +0200

WireMock - Powerful Analog Test Tool

brief introduction It is officially stated that WireMock is an HTTP-based API emulator that simulates your API for fast, powerful, and comprehensive testing. Its core is the Web server, which can launch to provide a canned response (stub) to a specific request and capture incoming requests for later inspection (validation), and all WireM ...

Added by markmuir on Sat, 09 Nov 2019 20:50:17 +0200

Bluetooth BLE Development for nRF52832-Bluefruit52 Learning--Analysis of Bluetooth BLE Main Function

nRF52832 Technical Exchange Group: 680723714        nRF52832-Bluefruit52 Core Board Details: https://blog.csdn.net/solar_Lan/article/details/88688451 Primary Function Analysis of Bluetooth BLE The project directory has been described before. Most of the files in the project directory are provide ...

Added by jclarkkent2003 on Sat, 03 Aug 2019 04:42:29 +0300