Previously, we introduced a technique that automatically attacks a computer when a USB drive is inserted, similar to scenes in foreign movies. Here, we present a tutorial on using this tool.
https://www.77388.cn/Plus/6991.html
Arduino IDE official version is an open-source programming development tool.
The latest version of Arduino IDE is developed based on Processing IDE, featuring strong compatibility and supporting operation on major operating systems. Arduino IDE supports multiple development boards such as Nano, Mega, Esplora, Ethernet, and Fio, and includes introductory tutorials to help developers quickly get started.
Arduino IDE Software Features1. Cross-platform: Arduino IDE can run on Windows, Macintosh OSX, and Linux, while most other controllers can only be developed on Windows. 2. Simple and clear development: Based on Processing IDE, it is easy for beginners to grasp while offering sufficient flexibility. The language is developed based on Wiring language, which is a secondary encapsulation of the AVRGCC library, requiring minimal microcontroller and programming knowledge. After simple learning, you can quickly develop. 3. Open-source hardware schematics, circuit diagrams, IDE software, and core library files are all open-source, allowing for modifications within the open-source protocol. 4. Community and third-party support: With numerous developers and users, you can find many open-source example codes and hardware designs provided by them. For instance, third-party hardware, peripherals, libraries, etc., can be found on sites like Github and Openjumper, facilitating faster and simpler project expansion. 5. Hardware development trend: Arduino IDE is not only the world’s most popular open-source hardware but also an excellent hardware development platform and a trend in hardware development. The simple development approach allows developers to focus more on creativity and implementation, completing their project development faster and significantly reducing learning costs and shortening development cycles.
Arduino IDE Software Characteristics1. Open-source circuit design and program development interface available for free download, which can also be modified as needed. 2. Uses low-cost microcontroller (AVR series controllers) and can be powered via USB without an external power supply, or use an external 9VDC input. 3. Arduino supports ISP online burning, allowing new “bootloader” firmware to be burned into the AVR chip. With the bootloader, firmware can be updated via serial or USB to RS232 cable. 4. Can simplify Arduino modules based on official Eagle format PCB and SCH circuit diagrams, completing independent microcontroller operation; can easily connect with sensors and various electronic components (e.g., infrared, ultrasonic, thermistor, light sensor, servo motors, etc.). 5. Supports various interactive programs, such as Flash, Max/Msp, VVVV, PD, C, Processing, etc. 6. Application aspect: Using Arduino, it breaks through the limitations of previous input devices like mouse, keyboard, CCD, etc., making it easier to achieve single or multi-player game interactions.
Arduino IDE Usage Instructions Data type introduction: boolean, char, byte, int, unsigned int, long, unsigned long, float, double, string, array.
Arduino IDE Installation Steps1. First, download the official Arduino IDE software package and extract it. 2. Double-click arduino-1.8.9-windows.exe installation program. 3. Enter the installation wizard, click “I agree” in the pop-up dialog; 4. Select the required program components (default is all selected); 5. Click “Browse” to change the storage path, and after confirming, click “Install” to start the installation; 6. Wait for the progress bar to complete; 7. In the pop-up “Windows Security” dialog, click “Install”; 8. After installation, there will be a shortcut on the desktop.
One very important point is,
We must clarify that the purpose of using computers and programming technology is for learning and testing, not for illegal attacks or unlawful behavior. When writing and using code, we must comply with laws and regulations and obtain relevant authorization. If you have a legitimate purpose and authorization, you can continue testing and using. However, if you violate laws or use without authorization, you will bear the consequences. Please act cautiously and comply with legal provisions to ensure the safety of computers and networks.
Important Note: Illegal attacks on computer systems are unlawful acts that violate computer security regulations. According to the Criminal Law of the People’s Republic of China, illegal attacks on computer systems may constitute crimes such as illegal intrusion into computer information systems, illegal acquisition of data from computer information systems, illegal control of computer information systems, and provision of programs or tools for intrusion or illegal control of computer information systems. According to the Criminal Law of the People’s Republic of China, violating national regulations by intruding into computer information systems outside the provisions of the previous paragraph or using other technical means to acquire data stored, processed, or transmitted in that computer information system, or illegally controlling that computer information system, if the circumstances are serious, can result in imprisonment of less than three years or detention, and fines; if the circumstances are particularly serious, imprisonment of three to seven years and fines. Providing programs or tools specifically for intrusion or illegal control of computer information systems, or knowing that others are committing illegal acts of intrusion or illegal control of computer information systems and providing them with programs or tools, if the circumstances are serious, will be punished according to the provisions of the previous paragraph. Units committing the above-mentioned crimes will be fined, and the directly responsible persons and other directly responsible personnel will be punished according to the provisions of each respective paragraph.
Click to download the installation package by reading the original text
Give Xiaohongshu a “ Share · Collect · Like · Look 」 quadruple hit
Leave a Comment
Your email address will not be published. Required fields are marked *