Start building on Google Cloud with $300 in free credits. No commitment, no credit card required until you're ready to scale.
Launch your next project with $300 in free Google Cloud credits—no strings attached. Test, build, and deploy without risk. Use your credits across the entire Google Cloud platform to find what works best for your needs. After your credits are used, continue with always-free tier services. Only pay when you're ready to scale. Sign up in minutes and start exploring.
Start Free Trial
Build Securely on AWS with Proven Frameworks
Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.
Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
A set of tools related to assembly language programming.
...The tools include:
- the Asm::X86 Perl module,
- AsmDoc - an HTML documentation generator for assembly language,
- Asm4Doxy - Assembly converter for Doxygen (http://www.doxygen.org/),
- converters between various assembly language dialects: NASM (The Netwide Assembler, https://www.nasm.us), fasm (flat assembler, https://flatassembler.net) and GNU as,
- converters from C/C++ header files to assembly language header files,
- make4fasm - a Makefile generator for fasm,
- Linux-2.6 kernel module helpers for fasm and NASM,
- macros for Autoconf (https://www.gnu.org/software/autoconf/),
- pieces of code that may be useful for starting developing a simple operating system.
...
...You can use it in C/C++ (usable and compilable with Visual Studio, GCC, MinGW, DigitalMars, BorlandC, WatcomC, SunForte, Pelles C, LCC), in assembler (usable with masm32 and masm64, nasm, fasm, GoAsm) in C#, in Python3, in Delphi, in PureBasic and in WinDev. You can use it in user mode and kernel mode.
strmx was created by tao.tang316 and implemented in NASM, which is an open source implementation of mini-string library (including simple checking codes).