finaly a video about eazyhook where i understand the english language. thanks :)
@anhhaotran69263 жыл бұрын
RhInjectLibrary failed with error code = -1073741581 The given 64-Bit library does not exist! i get these 2 lines how can i fix it?
@kostadinivanov80642 жыл бұрын
install the required libraries manually
@belialblack31822 жыл бұрын
Hi, I guess it's a bit too late for questions but what if we want to display the messagebox only once and then continue smoothy with the notepad?
@boweneveritt34003 жыл бұрын
Commenting and subbing so I get more videos like this on my feed! Awesome stuff!
@Firefox991gaming7 жыл бұрын
Awesome video, thank you so much for the detailed information, you really helped me understand what hooking is in detail and how to apply it! I'm having a hell of a time trying to use EasyHook
@atddproof48793 жыл бұрын
is ObjectAttributes->ObjectName->Buffer guarunteed to be null terminated, or is it necessary to check ObjectAttributes->ObjectName->Length for things?
@OALABS7 жыл бұрын
Nice tutorial, this is super informative! Would you be able to post your example code/sln files to github so we can follow along in realtime?
@BinaryAdventure7 жыл бұрын
Glad you liked it! Your wish is my command: github.com/BinaryAdventure/NotepadHook
@jbeitz1074 жыл бұрын
How do I hook a switch case within an executable using EasyHook?
@SwapnilSingh4u6 жыл бұрын
Really appreciate ur work, very good explanation.
@Alex492r3 жыл бұрын
i just downloaded easyhook, and wanted to compile the code, but is giving me linking error, any one try it ?? HELP, thank you for your attention !!
@luisfuentes63676 жыл бұрын
Nice video, I keep getting this error message: the given 64-bit library does not exist!. Can you please help me
@arunprasadprasad18946 жыл бұрын
Can you tell which version of Windows and Visual Studio you have used?
@VirtualMatterTails3 жыл бұрын
good youtube recommends
@LordHog5 жыл бұрын
Just found your channel via Google suggestions. First time I used hooking was way back with classic VB6 for a little gui front end app I did to track the mouse over a grid. Good times. Glad to see another user of 010 Editor. Question, do you use the single thread or multi thread version of Binary Ninja? I have the single thread version and always wonder if I should upgrade.
@verusli96376 жыл бұрын
mark! Thanks for the tutorial.
@vipulnair88674 жыл бұрын
excellent tutorial
@Alex492r3 жыл бұрын
did you try building the source code ??
@vipulnair88673 жыл бұрын
@@Alex492r What's the compile error?what problem are you facing?
@Alex492r3 жыл бұрын
@@vipulnair8867 i am building it in vs 2019 pro, i downloaded nugget and i installed easyhook package, the error i am getting are linking errors
@Alex492r3 жыл бұрын
@@vipulnair8867 1>Notepad_Hook.obj : error LNK2019: unresolved external symbol __imp_RtlGetLastErrorString referenced in function NativeInjectionEntryPoint 1>Notepad_Hook.obj : error LNK2019: unresolved external symbol __imp_LhInstallHook referenced in function NativeInjectionEntryPoint 1>Notepad_Hook.obj : error LNK2019: unresolved external symbol __imp_LhSetExclusiveACL referenced in function NativeInjectionEntryPoint and from notepad injector: 1>Notepad_Injector.obj : error LNK2019: unresolved external symbol __imp_RtlGetLastErrorString referenced in function wmain 1>Notepad_Injector.obj : error LNK2019: unresolved external symbol __imp_RhInjectLibrary referenced in function wmain i even upgraded easyhook package before building
@vipulnair88673 жыл бұрын
@@Alex492r you havent linked the easyhook library.You have to link to the .lib file and you are good to go
@ShkolnikPrahramist6 жыл бұрын
Nice bro;)
@confidential3035 жыл бұрын
kind of naive using a library on the internet and implementing and using it without verifying if it is not infecting your own system.