-
Notifications
You must be signed in to change notification settings - Fork 34
Description
Compound-V by survivalizeed
Using screensize: 1920 x 1080
[+] Searching for BFV.exe
[+] BFV.exe found, Handle 0x314
[+] Searching for ObfuscationMgr...
[+] Inspecting Thread ID: 0x0
Traceback (most recent call last):
File "C:\Users\PC\Documents\Compound-V-main\Compound-V-main\main.py", line 99, in
aimer.start()
File "C:\Users\PC\Documents\Compound-V-main\Compound-V-main\lib\aimer.py", line 132, in start
BFV.process(phandle, cnt, self.aim_locations[aim_location_index])
File "C:\Users\PC\Documents\Compound-V-main\Compound-V-main\lib\BFV.py", line 157, in process
pm = PointerManager(pHandle)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\PC\Documents\Compound-V-main\Compound-V-main\lib\PointerManager.py", line 30, in init
offsets.OBFUS_MGR = self.GetObfuscationMgr()
^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\PC\Documents\Compound-V-main\Compound-V-main\lib\PointerManager.py", line 61, in GetObfuscationMgr
buf = ss.read()
^^^^^^^^^
File "C:\Users\PC\Documents\Compound-V-main\Compound-V-main\lib\MemAccess.py", line 684, in read
cbuff = (c_char * len(self.buffer)).from_buffer(self.buffer)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
TypeError: underlying buffer is not writable