{{tag>Brouillon Windows Dev}} # Notes windows EXE DLL Voir : * https://www.baeldung.com/linux/exported-symbols-dll * https://www.baeldung.com/linux/shared-library-exported-functions Voir les fonctions présentes dans le DLL ~~~bash readpe -e msvbvm60.dll ~~~ ~~~bash winedump -j export msvbvm60.dll ~~~ FIXME