Advertisement
alien_fx_fiend

API Hooking Articles

Oct 29th, 2024
7
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.33 KB | Cybersecurity | 0 0
  1. API Hooking::
  2. api hooking project source code download - Google Search
  3. https://www.google.com/search?q=api+hooking+project+source+code+download&ie=UTF-8
  4. A (working) implementation of API hooking (Part I)- CodeProject
  5. https://www.codeproject.com/Articles/9339/A-working-implementation-of-API-hooking-Part-I
  6. API Hooking Revealed Part 2 - Useful tips- CodeProject
  7. https://www.codeproject.com/KB/winsdk/APIHookingPart2.aspx
  8. Process-wide API spying - an ultimate hack- CodeProject
  9. https://www.codeproject.com/KB/system/api_spying_hack.aspx
  10. API hooking revealed- CodeProject
  11. https://www.codeproject.com/KB/system/hooksys.aspx
  12. Three Ways to Inject Your Code into Another Process- CodeProject
  13. https://www.codeproject.com/KB/threads/winspy.aspx
  14. HookAPI source code- CodeProject
  15. https://www.codeproject.com/Articles/9368/Paladin/Paladin/Paladin/Paladin/Paladin_demo.zip
  16. The Code Project
  17. https://ntcore.com/files/nthookengine.htm
  18. ArmoredCoreSmugglersRun☄
  19. https://github.com/mschadev/detours-example
  20. ArmoredCoreSmugglersRun☄
  21. https://github.com/TsudaKageyu/minhook
  22. Reversing by example: API hooking (Nim, Ghidra, MinHook) | Medium
  23. https://lilybon.medium.com/binary-function-hooking-via-dll-injection-nim-ghidra-b90a53570718
  24. A Comprehensive Guide to Hooking Windows APIs with Python | Apriorit
  25. https://www.apriorit.com/dev-blog/727-win-guide-to-hooking-windows-apis-with-python
  26. Kyle Halladay - X64 Function Hooking by Example
  27. https://kylehalladay.com/blog/2020/11/13/Hooking-By-Example.html
  28. ArmoredCoreSmugglersRun☄
  29. https://github.com/khalladay/hooking-by-example
  30. Explore API Hooking & DLL Injection Techniques | Infosec
  31. https://www.infosecinstitute.com/resources/reverse-engineering/api-hooking-and-dll-injection-on-windows/
  32. Windows API Hooking and DLL Injection - DZone
  33. https://dzone.com/articles/windows-api-hooking-and-dll-injection
  34. API Hooking with Microsoft Detours - Protean Security
  35. https://www.proteansec.com/exploit-development/api-hooking-detours/
  36. API Hooking - Tales from a Hacker’s Hook Book
  37. https://www.cynet.com/attack-techniques-hands-on/api-hooking/
  38. Use PowerShell to Interact with the Windows API: Part 1 - Scripting Blog [archived]
  39. https://devblogs.microsoft.com/scripting/use-powershell-to-interact-with-the-windows-api-part-1/
  40. Existentialist Café☄
  41. https://ihack4falafel.github.io/Hooking-CreateProcessWithLogonW-with-Frida/
  42. API Hooking – Evading Detection with Stealthy Techniques - Infosecurity Magazine
  43. https://www.infosecurity-magazine.com/opinions/api-hooking-evading-detection/
  44. Windows API Hooking | Red Team Notes
  45. https://www.ired.team/offensive-security/code-injection-process-injection/how-to-hook-windows-api-using-c++
  46. API hooking | Infosec
  47. https://www.infosecinstitute.com/resources/hacking/api-hooking/#gref
  48. Input Capture: Credential API Hooking, Sub-technique T1056.004 - Enterprise | MITRE ATT&CK®
  49. https://attack.mitre.org/techniques/T1056/004/
  50. API Hook - WriteProcessMemory | VB.NET Developer Community
  51. https://vbdotnetforums.com/threads/api-hook-writeprocessmemory.7271/
  52. Programming API Monitor - API Monitor (1.5 and older) - rohitab.com - Forums
  53. http://www.rohitab.com/discuss/topic/62-programming-api-monitor/
  54. Hook api source code,Hook api program,Hook api code example,Hook api project code,Hook api code package free download - VerySource
  55. http://en.verysource.com/cate_hook-api/12.html
  56. Michael Ligh::
  57. Art of Memory Forensics (Wiley 2014)
  58. Malware Analyst's Cookbook (Wiley 2010)
  59. http://www.malwarecookbook.com/ https://code.google.com/archive/p/malwarecookbook/source https://cs.lmu.edu/~ray/notes/ir/ https://www3.nd.edu/~dthain/compilerbook/chapter8.pdf https://www.geeksforgeeks.org/introduction-to-intermediate-representationir/ https://www.cs.princeton.edu/courses/archive/spr03/cs320/notes/IR-trans1.pdf xhttps://mortoray.com/why-we-use-intermediate-representations/ https://queue.acm.org/detail.cfm?id=2544374 https://dl.acm.org/doi/pdf/10.1145/2542661.2544374 https://www.cs.purdue.edu/homes/xyzhang/spring11/notes/ir.pdf https://en.wikipedia.org/wiki/Intermediate_representation https://en.wikipedia.org/wiki/Standard_Portable_Intermediate_Representation https://www.youtube.com/watch?v=D19P2l6WotA Compilers: intermediate representations https://www.youtube.com/watch?v=aDvCW3wI2ZQ [07] Intermediate Representation (IR) - Data Oriented C Co https://www.youtube.com/watch?v=6ur4g3HeMOM The LLVM Intermediate Representation
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement