stoneharry

Untitled

Jul 10th, 2014
421
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.08 KB | None | 0 0
  1. sorry about late answer, had some important test during last few weeks.
  2. Hmmm... actually i never made this project to an end. Without going into details it needed such a tremendous amout of work to make it work properly.
  3. Beside, dll injection as more advantages, in particular :
  4. - better optimization (eg. link time code generation)
  5. - allow debugging from visual studio
  6. - use of any library
  7. - more control over what's actually done
  8. - use of c++ cli
  9.  
  10. And im pretty sure there should be a way to merge a dll with an exe really easily. (Maybe with the restriction of using static libraries), so its not unlikely i make a tool like this someday.
  11.  
  12. Since visual studio doesnt support multi-process debugging i made a library to allow it. Tell me if u need it. (This way u make a dll, then for debugging u specify an exe that inject the dll then start wow, then ur wow and the dll is being debugged through VS)
  13.  
  14. I guess u already though about it but what about using blizzard updater to redistribute ur modules? Then u just need a small modification of the client to make it auto inject those modules.
Advertisement
Add Comment
Please, Sign In to add comment