A problem while trying to make a wolfteam hack

08/02/2019 00:29 abduu#1
Hello guys, I hope I can get real help from you
I am creating my first hack for wolfteam and have an error while trying to access the process modules with this code
Code:
Dim p As Process = Process.GetProcessesByName("Wolfteam.bin")(0)
        For Each moz As System.Diagnostics.ProcessModule In p.Modules
            If moz.FileName.IndexOf("obj") <> -1 Then
                Label1.Text = moz.BaseAddress.ToString
            End If
        Next
The error message says "Win32exception was unhandled - access is denied "
08/04/2019 21:39 Vexallus#2
i assume you haven't ran your app as admin ? or maybe you didnt restore the kernel hooks before u started your app
09/29/2019 23:11 lionwar12#3
Try to run as administrator if not fixed you should use bypass to allow access to get base address like { csh - bin - obj } ..