about summary refs log tree commit diff stats
path: root/example/asm/simple.py
diff options
context:
space:
mode:
authorAna María Martínez Gómez <anamaria.martinezgom@FireEye.com>2020-08-19 12:02:36 +0200
committerAna María Martínez Gómez <anamaria.martinezgom@FireEye.com>2020-08-19 14:09:23 +0200
commitf4d8e8b5aba18ef6fd1461f0d587841dfb5d672b (patch)
tree6fd53478b89dafa43b99c5b5e3b1dece179dc02a /example/asm/simple.py
parent49e1fbe364df5b378576a8213065cade2d687daf (diff)
downloadmiasm-f4d8e8b5aba18ef6fd1461f0d587841dfb5d672b.tar.gz
miasm-f4d8e8b5aba18ef6fd1461f0d587841dfb5d672b.zip
Remove duplicated ordinals in get_export_name_addr_list
Remove duplicated ordinals in
`miasm.jitter.loader.pe.get_export_name_addr_list` and update
documentation to include ordinals.

Ordinal exports are added twice and consequently duplicated in the
output. For example, for `Lab17-02.dll` from
https://github.com/mikesiko/PracticalMalwareAnalysis-Labs:

```
[('InstallRT', 268490823), ('InstallSA', 268492481), ('InstallSB', 268494994),
('PSLIST', 268464165), ('ServiceMain', 268488496), ('StartEXS', 268467915),
('UninstallRT', 268497925), ('UninstallSA', 268495365),
('UninstallSB', 268497208), (1, 268490823), (2, 268492481), (3, 268494994),
(4, 268464165), (5, 268488496), (6, 268467915), (7, 268497925), (8, 268495365),
(9, 268497208), (1, 268490823), (2, 268492481), (3, 268494994), (4, 268464165),
(5, 268488496), (6, 268467915), (7, 268497925), (8, 268495365), (9, 268497208)]
```
Diffstat (limited to 'example/asm/simple.py')
0 files changed, 0 insertions, 0 deletions