Metadata-Version: 2.1
Name: gtirb-functions
Version: 1.0.2
Summary: Utilities for dealing with functions in GTIRB
Home-page: https://github.com/grammatech/gtirb-functions
Author: Grammatech
Author-email: gtirb@grammatech.com
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Description-Content-Type: text/markdown
Requires-Dist: gtirb
Requires-Dist: gtirb-capstone

GTIRB-Functions
===============

Function objects over GTIRB

## Abstract
This repository provides simple function objects easing working with
functions on top of GTIRB instances.  Functions are not first-class in
GTIRB and are not supported by the GTIRB API.  Instead three
sanctioned AuxData tables are used to persist hold function
information in GTIRB instances.  This repository mediates access to
these tables through first-class function objects.

## 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.


