[Request] PLUA Information menu

User Tag List

Page 1 of 2 12 LastLast
Results 1 to 15 of 16
  1. #1
    bobbyjayblack's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    [Request] PLUA Information

    Hello,

    I'm a software engineering major at a university. I am looking for someone who has developed a way to enable PLUA calls within WoW. Please PM me or reply here.

    Thank you,
    Bobby

    [Request] PLUA Information
  2. #2
    Tanaris4's Avatar Contributor Authenticator enabled
    Reputation
    148
    Join Date
    Oct 2008
    Posts
    646
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Start reversing a function that is protected in IDA, then you will figure it out quite quickly

    hint: MoveForwardStart
    https://tanaris4.com

  3. #3
    fvicaria's Avatar Active Member
    Reputation
    29
    Join Date
    Jan 2009
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I love you Tanaris4!

    I was already a fan of your blog now I can see that you also understand the pain of the newcomers.
    I don't want handouts I want to learn and it's tips like these that makes us move forward and progress.

    I got it to work. Probably not on the most efficient way but it works perfectly!

    I changed 7 bytes only.

    Any one managed to do it in less?

    I would love to have the same sort of hint for the object collision or wall walk, anything really.
    I just wanted to have another challenge.

    Anyways thanks a lot!

  4. #4
    Tanaris4's Avatar Contributor Authenticator enabled
    Reputation
    148
    Join Date
    Oct 2008
    Posts
    646
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Be warned - warden is known to scan what you may have changed...

    (Unless you're on a mac, I don't think anyone has done the work to see what warden actually does)
    https://tanaris4.com

  5. #5
    TOM_RUS's Avatar Legendary
    Reputation
    914
    Join Date
    May 2008
    Posts
    699
    Thanks G/R
    0/52
    Trade Feedback
    0 (0%)
    Mentioned
    1 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Tanaris4 View Post
    (Unless you're on a mac, I don't think anyone has done the work to see what warden actually does)
    Last time I checked, warden was doing nothing on mac.

  6. #6
    sbn666's Avatar Member
    Reputation
    4
    Join Date
    Mar 2008
    Posts
    21
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Can someone elaborate some on how to do this? I am working on exactly the same thing but I just cannot get it to work properly

  7. #7
    Master674's Avatar Elite User
    Reputation
    487
    Join Date
    May 2008
    Posts
    578
    Thanks G/R
    2/23
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by fvicaria View Post
    I love you Tanaris4!

    I was already a fan of your blog now I can see that you also understand the pain of the newcomers.
    I don't want handouts I want to learn and it's tips like these that makes us move forward and progress.

    I got it to work. Probably not on the most efficient way but it works perfectly!

    I changed 7 bytes only.

    Any one managed to do it in less?

    I would love to have the same sort of hint for the object collision or wall walk, anything really.
    I just wanted to have another challenge.

    Anyways thanks a lot!
    Code:
    xor eax, eax
    ret
    + some small adjustment to mov lua_tainted, 1

  8. #8
    demisehi's Avatar Member
    Reputation
    50
    Join Date
    Jun 2009
    Posts
    147
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by bobbyjayblack View Post
    Hello,

    I'm a software engineering major at a university. I am looking for someone who has developed a way to enable PLUA calls within WoW. Please PM me or reply here.

    Thank you,
    Bobby
    If this were actually true, you wouldn't be asking the questions you do on this forum.

  9. #9
    fvicaria's Avatar Active Member
    Reputation
    29
    Join Date
    Jan 2009
    Posts
    55
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Master674 View Post
    Code:
    xor eax, eax
    ret
    + some small adjustment to mov lua_tainted, 1
    How many bytes were actually changed? Not in front my PC and dont remember what the opcodes boil down to. It sounds like the same thing I did though.

  10. #10
    Apoc's Avatar Angry Penguin
    Reputation
    1388
    Join Date
    Jan 2008
    Posts
    2,750
    Thanks G/R
    0/13
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by demisehi View Post
    If this were actually true, you wouldn't be asking the questions you do on this forum.
    Software Engineering majors don't study reverse engineering. So don't make stupid comments in the future. Thanks.

    As Tanaris and Master have said, some simple looking into the Lua funcs will give you all the information you need to do what you want. Good luck!

  11. #11
    DarkLinux's Avatar Former Staff
    CoreCoins Purchaser Authenticator enabled
    Reputation
    1627
    Join Date
    May 2010
    Posts
    1,846
    Thanks G/R
    193/539
    Trade Feedback
    16 (100%)
    Mentioned
    7 Post(s)
    Tagged
    0 Thread(s)
    I think its a little funny that its not studied as much in Software Engineering or Computer Science. One of my friends finished last year and he had one ASM class in 3rd year and that way it... Everything else was high level. I guess you could focus on security, but then its more directed to the web and less program security.wow.. Im off topic XD

  12. #12
    bobbyjayblack's Avatar Member
    Reputation
    1
    Join Date
    Apr 2007
    Posts
    7
    Thanks G/R
    0/0
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    LOL someone bumped my year old thread recently!

  13. #13
    ioctl's Avatar Active Member
    Reputation
    23
    Join Date
    Jan 2013
    Posts
    35
    Thanks G/R
    2/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    As a software engineer, I can tell you that most software engineers know nothing about reverse engineering, and most reversers know nothing about software engineering.

  14. #14
    Master674's Avatar Elite User
    Reputation
    487
    Join Date
    May 2008
    Posts
    578
    Thanks G/R
    2/23
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by ioctl View Post
    As a software engineer, I can tell you that most software engineers know nothing about reverse engineering, and most reversers know nothing about software engineering.
    Because it's simply not important to know for example in what exact registers the compiler stores stuff or what each assembly instruction does.

  15. #15
    ioctl's Avatar Active Member
    Reputation
    23
    Join Date
    Jan 2013
    Posts
    35
    Thanks G/R
    2/4
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Master674 View Post
    Because it's simply not important to know for example in what exact registers the compiler stores stuff or what each assembly instruction does.
    Exactly. Not every SWE works in C/C++ and Windows, either, so knowing about stuff like linker conventions, address space layout, exactly how DLL's are loaded, etc., is not mandatory, either. You learn it if your job or your hobbies require you to. Certainly, I have never had call to use IDA or OllyDbg in my paid work.

Page 1 of 2 12 LastLast

Similar Threads

  1. Replies: 5
    Last Post: 11-19-2011, 04:56 AM
  2. [Selling] Request Information: Selling WoW Account
    By youwannaknow in forum World of Warcraft Buy Sell Trade
    Replies: 0
    Last Post: 10-14-2010, 02:18 PM
  3. Troll Male > Undead MOB... Requesting information! :)
    By Trollxor in forum WoW ME Questions and Requests
    Replies: 0
    Last Post: 08-18-2009, 09:16 AM
  4. [Help Request] Grabbing informations in chat Window
    By Diuuude in forum WoW Memory Editing
    Replies: 9
    Last Post: 08-18-2009, 08:17 AM
All times are GMT -5. The time now is 08:11 PM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search