Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dragon-dreamer committed Dec 30, 2023
1 parent 5a3c65d commit e5537f2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## The most advanced and thorough library to read and write Portable executable files

[![CMake build ans test on multiple platforms](https://github.com/dragon-dreamer/pe_bliss2/actions/workflows/cmake-multi-platform.yml/badge.svg?branch=main)](https://github.com/dragon-dreamer/pe_bliss2/actions/workflows/cmake-multi-platform.yml)

The [Portable executable](https://en.wikipedia.org/wiki/Portable_Executable) is a popular executable file format, which is extensively used in Windows family operating systems. It is as well utilized by the X-Box, EFI and some other environments. The **PE Bliss 2** library is a successor of the old and unsupported [PE Bliss](https://code.google.com/archive/p/portable-executable-library/) library.

The library is aimed at being able to provide as much information about the PE file as possible, while being robust and keeping track of possible parsing or format errors and irregularities.
Expand Down

0 comments on commit e5537f2

Please sign in to comment.