#cplusplus #arm #arm_assembly #assembly #assembly_arm #assembly_language #assembly_language_programming #assembly_x86_64 #c #c_plus_plus #cyber #cyber_security #cyber_threat_intelligence #cybersecurity #hack #hacking #malware #reverse_engineering #reverse_engineering_tutorial #x64 #x86
https://github.com/mytechnotalent/Reverse-Engineering-Tutorial
https://github.com/mytechnotalent/Reverse-Engineering-Tutorial
GitHub
GitHub - mytechnotalent/Reverse-Engineering: A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit/64-bit…
A FREE comprehensive reverse engineering tutorial covering x86, x64, 32-bit/64-bit ARM, 8-bit AVR and 32-bit RISC-V architectures. - mytechnotalent/Reverse-Engineering
#assembly #malware #malware_detection #malware_development #malware_research
https://github.com/vxunderground/MalwareSourceCode
https://github.com/vxunderground/MalwareSourceCode
GitHub
GitHub - vxunderground/MalwareSourceCode: Collection of malware source code for a variety of platforms in an array of different…
Collection of malware source code for a variety of platforms in an array of different programming languages. - vxunderground/MalwareSourceCode
#c_lang #c #windows #usb #assembly #iso #boot #md5 #uefi #sha1 #sha256 #syslinux #grub #mbr #gpt #bios #bootable_drives #freedos #grub4dos #windows_to_go
https://github.com/pbatard/rufus
https://github.com/pbatard/rufus
GitHub
GitHub - pbatard/rufus: The Reliable USB Formatting Utility
The Reliable USB Formatting Utility. Contribute to pbatard/rufus development by creating an account on GitHub.
#c_lang #assembler #assembly #blue_team #cplusplus #cpp #cyber #cyber_threat_intelligence #cybersecurity #hack #hacking #ida #ida_pro #idapro #microsoft_windows #reverse_engineering #training #training_material #training_materials #win32api #windows
https://github.com/mytechnotalent/Hacking-Windows
https://github.com/mytechnotalent/Hacking-Windows
GitHub
GitHub - mytechnotalent/Hacking-Windows: A FREE Windows C development course where we will learn the Win32API and reverse engineer…
A FREE Windows C development course where we will learn the Win32API and reverse engineer each step utilizing IDA Free in both an x86 and x64 environment. - mytechnotalent/Hacking-Windows
#assembly #c2 #hacking #hacking_tool #post_exploitation #red_team #red_teaming #security #security_tool
https://github.com/enkomio/AlanFramework
https://github.com/enkomio/AlanFramework
GitHub
GitHub - enkomio/AlanFramework: A C2 post-exploitation framework
A C2 post-exploitation framework. Contribute to enkomio/AlanFramework development by creating an account on GitHub.
#assembly #cryptography #isogenies #key_exchange_algorithms #lattice_based_crypto #post_quantum_cryptography
https://github.com/open-quantum-safe/liboqs
https://github.com/open-quantum-safe/liboqs
GitHub
GitHub - open-quantum-safe/liboqs: C library for prototyping and experimenting with quantum-resistant cryptography
C library for prototyping and experimenting with quantum-resistant cryptography - open-quantum-safe/liboqs
#assembly #agc #apollo #hacktoberfest #nasa
This project provides the original source code for the Apollo 11 mission's guidance computers, used in both the Command Module and Lunar Module. The code is available in multiple languages and has been digitized from original hardcopy images. Users can contribute by identifying issues or adding missing files. The benefit is that it allows developers and historians to study and learn from the historic software that made the first moon landing possible, and it also enables contributions to ensure the accuracy and completeness of the code.
https://github.com/chrislgarry/Apollo-11
This project provides the original source code for the Apollo 11 mission's guidance computers, used in both the Command Module and Lunar Module. The code is available in multiple languages and has been digitized from original hardcopy images. Users can contribute by identifying issues or adding missing files. The benefit is that it allows developers and historians to study and learn from the historic software that made the first moon landing possible, and it also enables contributions to ensure the accuracy and completeness of the code.
https://github.com/chrislgarry/Apollo-11
GitHub
GitHub - chrislgarry/Apollo-11: Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules.
Original Apollo 11 Guidance Computer (AGC) source code for the command and lunar modules. - chrislgarry/Apollo-11
#cplusplus #assembly_language #c #cpp #emulation #emulator #hacktoberfest #llvm #multiplatform #opengl #ps3 #vulkan
RPCS3 is the first free and open-source emulator for the PlayStation 3, working on Windows, Linux, macOS, and FreeBSD. It allows you to play PS3 games on your computer. You can find more information on their website, wiki, and forums. To use it, make sure your computer meets the minimum requirements and has the latest graphics driver and necessary software installed. By using RPCS3, you can enjoy PS3 games without needing a PS3 console, which is a big benefit for gamers who want to play these games on different devices.
https://github.com/RPCS3/rpcs3
RPCS3 is the first free and open-source emulator for the PlayStation 3, working on Windows, Linux, macOS, and FreeBSD. It allows you to play PS3 games on your computer. You can find more information on their website, wiki, and forums. To use it, make sure your computer meets the minimum requirements and has the latest graphics driver and necessary software installed. By using RPCS3, you can enjoy PS3 games without needing a PS3 console, which is a big benefit for gamers who want to play these games on different devices.
https://github.com/RPCS3/rpcs3
GitHub
GitHub - RPCS3/rpcs3: PlayStation 3 emulator and debugger
PlayStation 3 emulator and debugger. Contribute to RPCS3/rpcs3 development by creating an account on GitHub.
#assembly #cpu #fpga #riscv #soc #softcore #spinalhdl #verilog #vhdl
This repository provides a highly configurable RISC-V CPU implementation written in SpinalHDL. Here are the key benefits and features The CPU can be customized with various plugins to add or remove features such as instruction and data caches, multiplication and division units, floating-point units, and more.
- **Performance** It includes a debug module that allows for Eclipse debugging via GDB, OpenOCD, and JTAG connections.
- **Compatibility** The CPU can be optimized for different FPGA targets, and it does not use any vendor-specific IP blocks.
- **Extensibility**: New instructions and peripherals can be added easily through the plugin system, making it highly extensible.
Overall, this implementation offers a flexible and powerful RISC-V CPU solution that can be tailored to various needs and applications.
https://github.com/SpinalHDL/VexRiscv
This repository provides a highly configurable RISC-V CPU implementation written in SpinalHDL. Here are the key benefits and features The CPU can be customized with various plugins to add or remove features such as instruction and data caches, multiplication and division units, floating-point units, and more.
- **Performance** It includes a debug module that allows for Eclipse debugging via GDB, OpenOCD, and JTAG connections.
- **Compatibility** The CPU can be optimized for different FPGA targets, and it does not use any vendor-specific IP blocks.
- **Extensibility**: New instructions and peripherals can be added easily through the plugin system, making it highly extensible.
Overall, this implementation offers a flexible and powerful RISC-V CPU solution that can be tailored to various needs and applications.
https://github.com/SpinalHDL/VexRiscv
GitHub
GitHub - SpinalHDL/VexRiscv: A FPGA friendly 32 bit RISC-V CPU implementation
A FPGA friendly 32 bit RISC-V CPU implementation. Contribute to SpinalHDL/VexRiscv development by creating an account on GitHub.
#cplusplus #assembly #assembly_language #avx512 #benchmark #coroutines #cpp #cpp_programming #cpp17 #cpp20 #cuda #gcc #google_benchmark #hpc #io_uring #linux_kernel #llvm #ptx #ranges #tutorial #tutorials
This repository helps developers improve their coding skills by showing how to write faster and more efficient code. It includes examples for C++, CUDA, and Assembly, focusing on performance optimization techniques. By using this resource, developers can learn how to avoid common pitfalls like performance bottlenecks and improve their coding habits. It also provides benchmarks to compare different coding methods, helping users choose the best approach for their projects. This can lead to significant speed improvements and better use of computer resources.
https://github.com/ashvardanian/less_slow.cpp
This repository helps developers improve their coding skills by showing how to write faster and more efficient code. It includes examples for C++, CUDA, and Assembly, focusing on performance optimization techniques. By using this resource, developers can learn how to avoid common pitfalls like performance bottlenecks and improve their coding habits. It also provides benchmarks to compare different coding methods, helping users choose the best approach for their projects. This can lead to significant speed improvements and better use of computer resources.
https://github.com/ashvardanian/less_slow.cpp
GitHub
GitHub - ashvardanian/less_slow.cpp: Playing around "Less Slow" coding practices in C++ 20, C, CUDA, PTX, & Assembly, from numerics…
Playing around "Less Slow" coding practices in C++ 20, C, CUDA, PTX, & Assembly, from numerics & SIMD to coroutines, ranges, exception handling, networking and use...