Files
opcodediff/asm2vec
Flawed 367765871b Bunch of miscellaneous updates
I've dropped the ball on making smaller commits so now here's a big one

- Update sig for post-6.40 exes
- Some packet handlers have switches for packet sizes. Added a heuristic
  to capture this information
- Consolidated vtable alignment warnings
- Added script to debug similarity matrix
2023-08-21 14:38:38 -07:00
..
2023-01-18 23:03:48 -08:00
2023-01-18 23:03:48 -08:00
2023-08-21 14:38:38 -07:00

Asm2Vec

This package is just a heavily modified version of https://github.com/oalieno/asm2vec-pytorch.

Actually that implementation doesn't even work properly, so I had to make corrections according to the original Asm2Vec paper to get things to work right.