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
887 stars 115 forks source link

Remove duplicate nd_decode function #15

Closed sabastiaan closed 4 years ago

sabastiaan commented 4 years ago

Hi,

nd_decode and nd_decode_ex are identical. I also assume _ex is for example and hence seemed like regular code duplication.

Kind regards,

Sebastiaan