bitdefender / bddisasm

bddisasm is a fast, lightweight, x86/x64 instruction decoder. The project also features a fast, basic, x86/x64 instruction emulator, designed specifically to detect shellcode-like behavior.
Apache License 2.0
888 stars 115 forks source link

Typo in comment #89

Closed turol closed 6 months ago

turol commented 6 months ago

Comment references ND_OP_REL_OFFS https://github.com/bitdefender/bddisasm/blob/f32c0373acb4314db364399aaf27f6560806fe58/inc/bdx86_core.h#L887

There is no such thing, it's called ND_OP_OFFS https://github.com/bitdefender/bddisasm/blob/f32c0373acb4314db364399aaf27f6560806fe58/inc/bdx86_core.h#L474

vlutas commented 6 months ago

Fixed in the latest commit.

Thanks for pointing this out!