x64dbg/QtPlugin x64dbg/QtPluginPublic NotificationsYou must be signed in to change notification settings Fork16 Star26 master 1Branch 1Tags Code Folders and files Name Last commit message Last commit date Latest commit Cannot retrieve latest commit at this time....
https://github.com/AandersonL/x64dbg-ASLR-Removal It's a simple and nice plugin. Regards, Expand Any of you will be kind to explain me how is possible i am doing everything exactly as him and get different results Sometimes when i stuck with this kind of problem i quit of tryin...
Of course, it's up to you how to perform malware analysis. You can spend some time building your own virtual environment or perform analysis in several minutes using a convenient sandbox like ANY.RUN. The choice is yours. The most important thing is what you will do with these services an...
I debugging a process and it create a child process use createprocess, how can I debug child process.
First-up, as with any software, you want to catch where the software creates its main window. Games too are software, so there will be a call to CreateWindowExA/W before you even get to see the main window. After it's created, it's initialized and then using ShowWindow you get to ...
How to set condition expression to pause when special cmd meets? Ollydbg has a feature, which called "Command is one of" condition expression in "Condition to pause run trace" panel. Have searched expressions at x64_dbg introduction paper, but not found a proper solution. So ...
I am trying to debug an app with x64dbg (rev. Jan 18. 2023) which is normally started with a shortcut: "C:\Program Files\Dog\App.exe" /Variant:"Big cat" In windows environment: if you right click on a shortcut to that app -> properties -> this is written in "Target" filed....