Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The address is not a valid memory location #112

Open
UnlimitedChild opened this issue Oct 30, 2020 · 8 comments
Open

The address is not a valid memory location #112

UnlimitedChild opened this issue Oct 30, 2020 · 8 comments

Comments

@UnlimitedChild
Copy link

Hi,

snapshot_2020-10-29_00-29.zip

Breakpoint at 0000000000401000 (entry breakpoint) set!
No such breakpoint "LdrInitializeThunk"
DLL Loaded: 00007FFEA0760000 C:\Windows\System32\ntdll.dll
DLL Loaded: 0000000000510000 C:\Windows\System32\kernel32.dll
DLL Loaded: 0000000000750000 C:\Windows\System32\KernelBase.dll
[ScyllaHide] Loaded VA for NtUserBlockInput = 0x00007FFE9DD37F30
[ScyllaHide] Loaded VA for NtUserQueryWindow = 0x00007FFE9DD31290
[ScyllaHide] Loaded VA for NtUserBuildHwndList = 0x00007FFE9DD31410
[ScyllaHide] Loaded VA for NtUserFindWindowEx = 0x00007FFE9DD31E10
[ScyllaHide] Loaded VA for NtUserGetClassName = 0x00007FFE9DD31FB0
[ScyllaHide] Loaded VA for NtUserInternalGetWindowText = 0x00007FFE9DD31CD0
System breakpoint reached!
INT3 breakpoint "entry breakpoint" at <28.vmp.EntryPoint> (0000000000401000)!

---------------------------
Invalid address!
---------------------------
The address 00007FFE9DD31410 is not a valid memory location...
---------------------------
OK   
---------------------------
---------------------------
Invalid address!
---------------------------
The address 00007FFE9DD31FB0 is not a valid memory location...
---------------------------
OK   
---------------------------

@mrexodia
Copy link
Member

Is it crashing x64dbg? If so, please upload your minidump.

@UnlimitedChild
Copy link
Author

Is it crashing x64dbg? If so, please upload your minidump.

no, in the log it is enough to click on the address, then a message box appears ..
[ScyllaHide] Loaded VA for NtUserBuildHwndList = 0x00007FFE9DD31410
The address 00007FFE9DD31410 is not a valid memory location...

@mrexodia mrexodia transferred this issue from x64dbg/x64dbg Oct 30, 2020
@mrexodia
Copy link
Member

Looks like an issue in ScyllaHide.

My guess is that there is something funny going on in your process. 0000000000510000 seems like an unlikely base for kernel32. Probably something touched your loaded modules list or similar in the PEB.

@UnlimitedChild
Copy link
Author

Hi mrexodia,

original files...
https://www.upload.ee/files/12457136/XOR_28.7z.html

in the attached file all protection is disabled, the file is not packed, all options in ScyllaHide and ScyllaHide profile are disabled.

@Mattiwatti
Copy link
Member

Sorry I haven't looked at this yet, this issue flew under my radar because I didn't get an email due to it being transferred from the x64dbg repo. Can you reupload the file please? It seems to be gone from the file host.

@UnlimitedChild
Copy link
Author

Sorry I haven't looked at this yet, this issue flew under my radar because I didn't get an email due to it being transferred from the x64dbg repo. Can you reupload the file please? It seems to be gone from the file host.

Hi Mattiwatti,

https://www.upload.ee/files/12855630/XOR_28.7z.html

@Mattiwatti
Copy link
Member

I can't reproduce this I'm afraid. Can you show your ScyllaHide settings, as well as say what OS you are using?

I have to agree with @mrexodia that your image bases for kernel32.dll and kernelbase.dll look way off. Are you sure there isn't some other program or plugin messing with your process(es)?

@UnlimitedChild
Copy link
Author

UnlimitedChild commented Feb 11, 2021

Hi Mattiwatti,

the same result I get on the version without all plugins. Even if the profile is disabled. My windows version - Win 10 1909 18363.418, nod antivirus is present in the system.

Invalid address! The address 00007FFDC7687F30 is not a valid memory location... OK

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants