Skip to content

Commit

Permalink
Update README with Azure Pipelines build status
Browse files Browse the repository at this point in the history
  • Loading branch information
fjeremic committed May 21, 2020
1 parent a8cb916 commit 9759af3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# BinaryTools.Elf
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat-square)](https://github.com/fjeremic/BinaryTools.Elf/blob/master/LICENSE)
[![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/fjeremic/BinaryTools.Elf/blob/master/LICENSE)
[![Build Status](https://jeremic.visualstudio.com/BinaryTools.Elf/_apis/build/status/fjeremic.BinaryTools.Elf?branchName=master)](https://jeremic.visualstudio.com/BinaryTools.Elf/_build/latest?definitionId=2&branchName=master)

A standalone library for endian-aware reading/parsing of ELF (Executable and Linkable Format) files built for ease of use and pretty-printing ELF file contents.

Expand Down

0 comments on commit 9759af3

Please sign in to comment.