As a RE noob, I am trying to follow this blog post about reverse engineering Black Desert, but it seems like Scylla, a default plugin in x64dbg, is not working for me as it throws the error ("cannot dump image") as shown below.
The program I was trying to get the binary dump out of is the executable of Black Desert game (BlackDesert64.exe), and I am running the debugger on Windows10.
Any other buttons for Pick DLL, IAT Autosearch, or Get Imports also gave me nothing. What am I missing?
Any insight would be greatly appreciated. Please let me know if there is any other information I can add on for better understanding.
Make sure that, "Use PE header from disk" is active.
Related
I have two PCs connected to each other in TwinCAT as shown in the picture.
Successful Connection
But, I am facing an error when I try to activate the configuration. Error AdsError 1792 is shown in the picture.
Error picture
For further reference, The compile outputs are added below.
Code Generation Output:
Code Publish Output
Code built Output
I was told to look in TcCOM but there was no subfolder in it. The Picture is added below.
TcCOM window
I hope this will help you understand the problem.
enter image description here
I have installed TeamSpeak3 and while launching the app, I receive the Following error: " the procedure entry point free could not be located in the dynamic link library C:\Program Files\TeamSpeak3 Client\Qt5Qml.dll ". How I can fix this?
This might no be the correct place to post this kind of question, but nonetheless here's my answer:
I also had this error once, as I remember, and a reinstall fixed this for me. Hopefully for you as well.
I know this issue has been discussed here before. But after I followed the suggestions and added the paths via Visual Studio, I'm still stuck:
In VS, I have:
Additional Include Directories: C:\local\boost_1_58_0
Additional Library Directories: C:\local\boost_1_58_0\libs
When I built QuantLib within VS, I could see C:\local\boost_1_58_0 is among the included paths. I can also see the valid config.hpp file in C:\local\boost_1_58_0\boost and unit_test.hpp in C:\local\boost_1_58_0\boost\test. Nevertheless I still got the C1083 error.
Have been stuck for 2+ days, I'm puzzled how to get around this. Any advice?
Thanks much in advance!
Follow the official instructions at http://quantlib.org/install/vc10.shtml. In VS 10 and beyond, include and library paths are set through the Property Manager. Steps 5 and 6 in the instructions linked above describe the procedure. You might want to exit and restart the IDE to make sure that the changes are saved.
For anyone else looking for the location of Property Manager and using VS2015 - I found it on the fourth tab at the bottom of the Solution Explorer pane, please see image attached. enter image description here
sorry, this is not a very nice question for here, but I'm very stressed right now and i have to finish sth. now, so...
I accidentially deactivated compile errors in Visual Basic and I cannot find the option to reactivate. Google doesn't help, and manuals, too.
Please help :(
Thx very much!
fLo
EDIT:
It's about the errors when, for example, I run the following code:
Dim a As Integer
a = 9999999999999999999
Then, usually, the program gets stopped and a given error message shows (what type of exception, which row etc.).
You're probably looking for View, Error List.
I am new to Mozilla extensions and i have been trying to build the "hello world" following this tutorial https://developer.mozilla.org/en/Building_an_Extension but unfortunately its not showing anything on the right of my status bar when i start Firefox with my development profile. I have checked everything many times and not found any mistake in my code or file pattern. I'm doing everything they say in that tutorial. Now I'm seriously getting doubts on this tutorial is there something wrong with it ? have they missed out on anything that i should know? help me out here please
I would like to post this information about that tutorial on building firefox extensions that it has major flaws in it which result in no output of what is being said in it, i have reported it and for starters here is another very helpful link thanks to which i was able to build my extension.
http://blog.mozilla.com/addons/2009/01/28/how-to-develop-a-firefox-extension/