mirror of
https://github.com/D3Ext/Hooka
synced 2026-06-08 10:49:57 +00:00
func renamed
This commit is contained in:
@@ -245,5 +245,8 @@ This project is under [MIT](https://github.com/D3Ext/Hooka/blob/main/LICENSE) li
|
||||
|
||||
Copyright © 2023, *D3Ext*
|
||||
|
||||
# Support
|
||||
|
||||
<a href="https://www.buymeacoffee.com/D3Ext" target="_blank"><img src="https://cdn.buymeacoffee.com/buttons/v2/default-blue.png" alt="Buy Me A Coffee" style="height: 60px !important;width: 217px !important;" ></a>
|
||||
|
||||
|
||||
|
||||
+1
-1
@@ -52,7 +52,7 @@ func FuncFromHash(hash string, dll string, hashing_func func(str string) string)
|
||||
return 0, "", errors.New("function not found!")
|
||||
}
|
||||
|
||||
func GetSysIdHashing(hash string, hashing_func func(str string) string) (uint16, string, error) {
|
||||
func HalosFuncFromHash(hash string, hashing_func func(str string) string) (uint16, string, error) {
|
||||
var ntdll_pe *pe.File
|
||||
var err error
|
||||
|
||||
|
||||
@@ -6,6 +6,6 @@ func FuncFromHash(hash string, dll string, hashing_func func(string) string) (ui
|
||||
return core.FuncFromHash(hash, dll, hashing_func)
|
||||
}
|
||||
|
||||
func GetSysIdHashing(hash string, hashing_func func(str string) string) (uint16, string, error) {
|
||||
func HalosFuncFromHash(hash string, hashing_func func(str string) string) (uint16, string, error) {
|
||||
return core.GetSysIdHashing(hash, hashing_func)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user