#roff #deobfuscation #llvm_ir #program_analysis #symbolic_execution #vmprotect
https://github.com/JonathanSalwan/VMProtect-devirtualization
https://github.com/JonathanSalwan/VMProtect-devirtualization
GitHub
GitHub - JonathanSalwan/VMProtect-devirtualization: Playing with the VMProtect software protection. Automatic deobfuscation of…
Playing with the VMProtect software protection. Automatic deobfuscation of pure functions using symbolic execution and LLVM. - JonathanSalwan/VMProtect-devirtualization
#cplusplus #compiler #gpu_programming #high_performance #llvm #parallel_programming #python
https://github.com/exaloop/codon
https://github.com/exaloop/codon
GitHub
GitHub - exaloop/codon: A high-performance, zero-overhead, extensible Python compiler with built-in NumPy support
A high-performance, zero-overhead, extensible Python compiler with built-in NumPy support - exaloop/codon
#llvm
The LLVM project is a toolkit that helps build highly optimized compilers, optimizers, and run-time environments. It includes tools like an assembler, disassembler, and bitcode optimizer. LLVM supports C-like languages through the Clang frontend and also includes components like the libc++ standard library and the LLD linker. Using LLVM, developers can create efficient and optimized code, which benefits users by making their software run faster and more reliably. You can get involved by contributing to the project or joining community forums for support.
https://github.com/llvm/llvm-project
The LLVM project is a toolkit that helps build highly optimized compilers, optimizers, and run-time environments. It includes tools like an assembler, disassembler, and bitcode optimizer. LLVM supports C-like languages through the Clang frontend and also includes components like the libc++ standard library and the LLD linker. Using LLVM, developers can create efficient and optimized code, which benefits users by making their software run faster and more reliably. You can get involved by contributing to the project or joining community forums for support.
https://github.com/llvm/llvm-project
GitHub
GitHub - llvm/llvm-project: The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
The LLVM Project is a collection of modular and reusable compiler and toolchain technologies. - llvm/llvm-project
#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.
#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...