Skip to content

Commit

Permalink
Tiny changes to README.md
Browse files Browse the repository at this point in the history
Update OS X to macOS.
  • Loading branch information
j-t-1 authored Nov 15, 2024
1 parent 4b3b1e2 commit 3d61c4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ _pefile_ is a multi-platform Python module to parse and work with [Portable Exec

The structures defined in the Windows header files will be accessible as attributes in the PE instance. The naming of fields/attributes will try to adhere to the naming scheme in those headers. Only shortcuts added for convenience will depart from that convention.

_pefile_ requires some basic understanding of the layout of a PE file — with it, it's possible to explore nearly every single feature of the PE file format.
_pefile_ requires some basic understanding of the layout of a PE file — with it, it is possible to explore nearly every single feature of the PE file format.

### Installation

Expand All @@ -31,7 +31,7 @@ Some of the tasks that pefile makes possible are:
* Retrieving embedded data
* [Reading strings from the resources](https://github.com/erocarrera/pefile/blob/wiki/ReadingResourceStrings.md)
* Warnings for suspicious and malformed values
* Basic butchering of PEs, like [writing to some fields](https://github.com/erocarrera/pefile/blob/wiki/UsageExamples.md#reading-and-writing-standard-header-members) and [other parts](https://github.com/erocarrera/pefile/blob/wiki/ModifyingPEImageData.md) of the PE
* Basic modifying of PEs, like [writing to some fields](https://github.com/erocarrera/pefile/blob/wiki/UsageExamples.md#reading-and-writing-standard-header-members) and [other parts](https://github.com/erocarrera/pefile/blob/wiki/ModifyingPEImageData.md) of the PE
* This functionality won't rearrange PE file structures to make room for new fields, so use it with care.
* Overwriting fields should mostly be safe.
* Packer detection with [PEiD’s signatures](https://github.com/erocarrera/pefile/blob/wiki/PEiDSignatures.md)
Expand All @@ -51,7 +51,7 @@ _pefile_ runs in several pipelines scanning hundreds of thousands of new PE file

## Dependencies

_pefile_ is self-contained. The module has no dependencies; it is endianness independent; and it works on OS X, Windows, and Linux.
_pefile_ is self-contained. The module has no dependencies; it is endianness independent; and it works on Windows, macOS, and Linux.

## Recent changes

Expand Down

0 comments on commit 3d61c4b

Please sign in to comment.