https://github.com/grammatech/mc-asm
Assemble code to bytes using LLVM's MC layer
https://github.com/grammatech/mc-asm
assembly gtirb llvm machine-code
Last synced: 5 months ago
JSON representation
Assemble code to bytes using LLVM's MC layer
- Host: GitHub
- URL: https://github.com/grammatech/mc-asm
- Owner: GrammaTech
- License: mit
- Created: 2020-09-18T14:49:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-10-12T19:09:06.000Z (over 2 years ago)
- Last Synced: 2025-08-24T23:07:06.965Z (7 months ago)
- Topics: assembly, gtirb, llvm, machine-code
- Language: C++
- Homepage:
- Size: 256 KB
- Stars: 16
- Watchers: 10
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
# mc-asm
mc-asm provides a Python API for turning assembly into machine code, providing
rich symbolic information.
## Copyright and Acknowledgments
Copyright (C) 2020 GrammaTech, Inc.
This code is licensed under the MIT license. See the LICENSE file in
the project root for license terms.
This project is sponsored by the Office of Naval Research, One Liberty
Center, 875 N. Randolph Street, Arlington, VA 22203 under contract #
N68335-17-C-0700. The content of the information does not necessarily
reflect the position or policy of the Government and no official
endorsement should be inferred.
The header files under the `src/llvm-headers/` directory are copied from the
LLVM project and are licensed under the Apache License v2.0 with LLVM
Exceptions (a copy of that license is included in the `src/llvm-headers/`
directory).
The following files from the open-source LLVM project are included in the
MCASM repository.
* Files:
- AArch64MCExpr.h (from `llvm/lib/Target/AArch64/MCTargetDesc/`)
- MipsMCExpr.h (from `llvm/lib/Target/Mips/MCTargetDesc/`)
* Project Name: LLVM
* Project Version: 14.0.6
* License: Apache License v2.0 with LLVM Exceptions