Advertisement
Guest User

Untitled

a guest
Feb 21st, 2020
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.39 KB | None | 0 0
  1. DJ APELast Sunday at 09:58
  2. I posted this in the facebook group earlier today but thought i may aswell post it in the Discord. https://www.youtube.com/watch?v=nuiiKHyyFcA
  3. YouTube
  4. William Lundin
  5. C++ memory hacking/security: Function hooking & Detouring
  6.  
  7. [GH]RakeLast Sunday at 12:39
  8. ^ this is my tutorial copy and pasted the original video is below
  9. https://guidedhacking.com/threads/c-detour-hooking-function-tutorial.7930/
  10. Guided Hacking
  11. Video Tutorial - C++ Detour / Hooking Function Tutorial
  12. In this tutorial Solaire teaches you how to write a Detour function.
  13.  
  14. What is a detour?
  15.  
  16. The word detour describes the act of changing the assembly instructions to jump to a different location, essentially re-directing the flow of execution. Typically you are doing this to det...
  17. DJ APELast Sunday at 13:30
  18. I responded in facebook, and im well aware of who you are. I think you do quite interesting stuff. But note that a lot flying around are similar versions of one another. The same with just regular software engineering. Things are usually copied and improved one. But i have not seen that one. Refered to it in the YT descp for good faith toh. @[GH]Rake
  19. [GH]RakeLast Sunday at 19:46
  20. @DJ APE just admit you stole it from us
  21. I just searched google for an hour
  22. we're the only people who have that code
  23. why would you put us in the description if you wrote that yourself
  24. You basically admitted you stole it by doing that, if you wrote your own code you wouldn't need to put us in your description
  25. Skooma69Last Sunday at 19:49
  26. whats going on here?
  27. [GH]RakeLast Sunday at 19:49
  28. You made some minor modifications to the code to pass it off as you rown
  29. HelpLast Sunday at 19:50
  30. DJ Ape made a video with slightlymodified code from a forum post @Skooma69
  31. Skooma69Last Sunday at 19:50
  32. so he stole it?
  33. [GH]RakeLast Sunday at 19:50
  34. yes
  35. without credits
  36. Skooma69Last Sunday at 19:50
  37. wow
  38. [GH]RakeLast Sunday at 19:50
  39. and when I call him out on it, he makes some bullshit excuses up
  40. it's clearly our code
  41. FreeERLast Sunday at 19:50
  42. Question... how many other ways to write a hook in C++ are there?
  43. [GH]RakeLast Sunday at 19:51
  44. Trust me FreeEr I just googled it for an hour
  45. FreeERLast Sunday at 19:51
  46. obviously it's very easy to steal, there's also only so many ways to write a 5 line function though
  47. [GH]RakeLast Sunday at 19:51
  48. i'm 100% positive
  49. that function prototype with those variable names
  50. every single line is identical except for the minor modifcations he made to variable type and var names
  51. FreeERLast Sunday at 19:52
  52. and... if you made a major modification... it wouldn't work.
  53. [GH]RakeLast Sunday at 19:52
  54. Arguing is pointless
  55. FreeERLast Sunday at 19:52
  56. I don't want to say he didn't steal it or annoy you or anything. but... it is a major issue with short code that has to do a very specific thing
  57. HelpLast Sunday at 19:53
  58. I wouldn't stress about it too much you already made it apparent
  59. FreeERLast Sunday at 19:53
  60. sure instead of -5 you can say +-5 but how many people work with negative values like that?
  61. basically none unless they're specifically trying to make it 'look' different but do the same thing
  62. and the variable types are windows types which are reasonable things to use for people used to windows or learning from people who like the window's types (I don't)
  63. there's like 3 things that you have to do
  64.  
  65. change the protection
  66. calculate the address
  67. write the address
  68. [optional] rechange the protection
  69.  
  70. if you don't do those in exactly the right way, it won't work.
  71. and you have to use the windows API for at least 1 of those (more if it's not a DLL though it is in both cases, many people find internal hacks easier for that specific reason)
  72. Hooking is essentially the Hello World of hacking
  73. HelpLast Sunday at 20:00
  74. Anyone know if guided hacking has a discord or something similar that is official ? cause ik they're discord was taken down
  75. FreeERLast Sunday at 20:00
  76. AFAIK they never made a new discord
  77. They had a slack but I didn't really hang out in it much
  78. HelpLast Sunday at 20:01
  79. rip i hate slack
  80. [GH]RakeLast Sunday at 21:01
  81. @DJ APE @FreeER
  82.  
  83. guess who stole the code like I said he did?
  84. He visited the thread with the code in it the day before he posted the video
  85. https://media.discordapp.net/attachments/350754403894165505/678798071047520272/unknown.png?width=453&height=284
  86. DJ APELast Sunday at 21:09
  87. Its his code
  88. [GH]RakeLast Sunday at 21:09
  89. Now apologize
  90. FreeERLast Sunday at 21:10
  91. I mean, I'm not really surprised. It's just that it's one of those things small enough where I could imagine getting the same basic code if you're going for that 1 function demonstration approach rather than a library like most of the other examples I saw when I googled :slight_smile:
  92. DJ APELast Sunday at 21:10
  93. Yep i apologize. It was a mistake to take it like that without refering at first.
  94. [GH]RakeLast Sunday at 21:11
  95. You're forgiven
  96. You can do whatever you want with the video I don't care, thank you for putting a link in your description
  97. Stop lying, it's not a good thing
  98. you seem to have a habit of it
  99. Being honest is the best thing you can do for yourself and for the rest of the world
  100. FreeERLast Sunday at 21:12
  101. In 99.999999% of cases
  102. [GH]RakeLast Sunday at 21:12
  103. except if your mom asks if she looks fat
  104. FreeERLast Sunday at 21:12
  105. get captured by nazis or something and feel free to lie about being a jew lol
  106. and women asking about their looks
  107. not that we'd ever have to lie about that, they're always beautiful
  108. :smile:
  109. DJ APELast Sunday at 21:15
  110. Haha no but he is right. Its not okay. I viewed the day earlier just to get the scope of it. I am still aware of how it works, from earlier CS classes. Just wanted get the scope of the thing.
  111. [GH]RakeLast Sunday at 21:18
  112. It's a 100% paste, you changed DWORD to uintptr_t and void* to BYTE*, you removed the memset
  113. otherwise it's a 100% paste
  114. "just wanna get the scope of the thing" ?? you pasted the whole thing
  115. You're not doing yourself any favors here
  116. I can judge by all your other content that you know what you're doing
  117. you don't have to justify it to us or anyone else
  118. Just be authentic
  119. People copy our stuff all the time, that's not a problem. But I have a huge problem with dishonesty
  120. We just gave you a life lesson on not lying and you just follow it up with another one
  121. DJ APELast Sunday at 21:21
  122. Yep and it is wrong. And you pointed it out correctly
  123. "From another content, You know what you are doing" what do you mean by this?:sweat_smile: I have hard to interpret things atm
  124. [GH]RakeLast Sunday at 21:24
  125. Well I checked your github and your website and your android apps and stuff
  126. DJ APELast Sunday at 21:25
  127. Oh okay. Ye those have been around for a while. Think i started with stuff second grade in high school
  128. However. Completely out of date for the moment :thinking:
  129. [GH]RakeLast Sunday at 21:29
  130. Well I never made an app so you got me on that
  131. DJ APELast Sunday at 21:29
  132. But i will follow up with something authentic:thumbsup: I'll show hooking for Nt functions in a process to play around with
  133. [GH]RakeLast Sunday at 21:29
  134. SpyTrouble looked neat too
  135. DJ APELast Sunday at 21:30
  136. Oh thanks haha. Yes that was kind of a nice project i got started on my freetime with my teacher :thumbsup:
  137. Served me well
  138. aprizmLast Monday at 04:59
  139. I usually start by copying someone, understand what he did and then making my own. Just credit people for their work and when people start copying you they will do the same ! #theCircleOfHacks
  140. [GH]RakeLast Monday at 14:00
  141. ahmen
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement