Commit Graph

8 Commits

Author SHA1 Message Date
ThisALV
2f41f6e233 Improved PE patterns for both x86 and x64 files. (#9)
* Improved PE patterns for both x86 and x64 files.

Added sections table and data directories.
Support for 64bits binaries.
Separated files for 32bits and 64bits binaries.

* Deleted old PE pattern.

* Single file used for both PE32 and PE32+.

Change FORMAT preprocessor constant to switch mode.

* Improved sections table localization.

Using recently added nextAfter() builtin-function to locate sections
table.

* Automatic detection for 64bits executables.

Automatically detect if PE32+ format is enabled by checking machine
value.

* Updated README.md for single PE hexpat file.

* Use String for sections name.

* Remove silly usage of define preprocessor.
2021-01-24 14:31:51 +01:00
ThisALV
bec4233ff6 Fixed ELF header pattern (#7)
* Fixed ELF header pattern

* Fix : missing pattern offset
2020-12-21 21:03:59 +01:00
Matt Farstad
f93971dfe4 Added MIDI pattern (#5) 2020-12-12 00:29:36 +01:00
WerWolv
f5e5345aa6 This looked better in VS Code 2020-12-03 21:52:39 +01:00
WerWolv
f2e5ae6b4b Fixed typo 2020-12-03 21:51:21 +01:00
WerWolv
ddd7cdc5be Wrote proper readme 2020-12-03 21:50:05 +01:00
WerWolv
f2d85fd506 Uploaded currently available files 2020-12-03 21:49:54 +01:00
WerWolv
83b9faf43e Initial commit 2020-12-03 21:17:55 +01:00