CasualX / pelite

Lightweight, memory-safe, zero-allocation library for reading and navigating PE binaries.
MIT License
289 stars 42 forks source link

no `pattern_attribute` in the root #244

Closed FiYHer closed 4 years ago

FiYHer commented 4 years ago

How can I use this to get the offset of APEX, I'm sorry I don't understand rust, there are more than 70 errors when trying to execute ^_^

CasualX commented 4 years ago

Hi, I'm aware that I accidentally broke the 0.8 version of pelite. You can manually change to 0.9 or simply pull again from the apexbot repo as I've pushed some changes which fix the offset dumper.

FiYHer commented 4 years ago

Thank you very much, I used the v0.9 version to compile perfectly