/
githubmirror
/
x64dbg
Обзор
Документация
Войти
/
githubmirror
/
x64dbg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
development
docs/developers/plugins/API/hash.rst
22 строки
440 B
Duncan Ogilvie
Move https://github.com/x64dbg/docs into this repo
04 июл 2025, 02:32
04 июл 2025, 02:32
699342d
Код
Авторство
О чём код?
============ _plugin_hash ============ This function allows you to hash some data. It is used by x64dbg in various places. :: duint _plugin_hash( const void* data, //data to hash duint size //size (in bytes) of the data to hash ); ---------- Parameters ---------- :data: Data to hash :size: Size (in bytes) of the data to hash. ------------- Return Values ------------- Returns the hash.