mirror of
https://github.com/D3Ext/Hooka
synced 2026-06-08 10:49:57 +00:00
8 lines
140 B
Go
8 lines
140 B
Go
package hooka
|
|
|
|
import "github.com/D3Ext/Hooka/evasion"
|
|
|
|
func DumpLsass(output_file string) error {
|
|
return evasion.DumpLsass(output_file)
|
|
}
|