S
S
sddvxd2019-05-07 22:17:21
C++ / C#
sddvxd, 2019-05-07 22:17:21

Why is an external function written like this?

Good afternoon! I saw a code example on NASM, where external functions are indicated:

extern  [email protected]
extern  [email protected]
extern  [email protected]

Question: why is it written this way (and not just the name of the function), because the dump of the object file just gives the names GetStdHandle, WriteFile, ExitProcess without these underscores, dogs and numbers?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sddvxd, 2019-05-07
@sddvxd

Searched badly
https://en.wikipedia.org/wiki/Name_mangling

N
niksee, 2017-04-16
@Roman777777

everything is crystal clear
true-coder.ru/php/pishem-registraciyu-na-php-i-jav...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question