Jump to content

okostibi

Members
  • Content Count

    7
  • Joined

  • Last visited

Community Reputation

0 Neutral

About okostibi

  • Rank
    Noobie
  1. okostibi

    How to find struct in poe?

    I recommending it them once again. You asked how to find monsters players on a map, those sites will get you started, where is the network handler, what it does, and how you can capture the entity's pointer.
  2. You could still monitor several accounts, and in the gui filter it by account name, that way you could just send an sms or email, when a particular item dropped(you know, to save it before it gets banned or whatever). Everything that poe site returns is json I believe. You need to make your own parser, to only pull the data that you care about, and store it in a real database(sqlite is not my favorite). If you need help with that, give me a pm
  3. I believe this only queries items that are on the character: http://www.pathofexile.com/character-wi ... r=charname
  4. okostibi

    How to find struct in poe?

    http://www.blizzhackers.cc/viewtopic.ph ... 9db7cb08ef Search for: "Unknown object type serialized by server" I recommend reading all the comments, also on ownedcore: http://www.ownedcore.com/forums/mmo/pat ... t-mob.html Although I'm no expert in this field, just started the reversing thing recently, i think i can help you with that question: struct is mostly reversed by reading the actual code(ida, olly, immunity), here is a nice guide on howto handle structs in ida: http://blog.0xbadc0de.be/archives/67 I can recommend reclass 2011 too, it can be helpful to browse the memory, it will be handy at the beginning trust me, also cheat engine Static pointers can be done the same way, reading the code from ida, or you can use breakpoints and trace back in a debugger. If I were you, I would read Reversing Secrets of Reverse Engineering .pdf first (yeah I know it's a pain in the ass, but it does reveal some secrets, and will save tons of time/pain)
  5. gef 525m(pretty old card, this laptop is like 2 years old now) Yeah probably lenovo has 3 year warranty, some of the sites say 1, some of the sites say 3, guess you have to check in the warranty on lenovo site. At first I was like, touchpad is good, I only need the laptop for few things, but later I just bought a mouse. If I carry a laptop already, a small mouse is not a problem, and helps a lot. My friend has a laptop worth like 2k eur, it has an extra cpu, and he complained about heat as well(during hot days, he couldnt even play multi in poe, because of the overheat) So if you are going to buy a laptop with an extra gpu, look for the heat issues. Also extra gpu means, you can play games, and if the extra gpu is not needed it can be turned off, so the battery wont die that fast. If we are at it, and planning to use your laptop a lot without power source, look carefully at energy consumption.
  6. Yo, If you could name a price range, that would be helpful. I personally like dell, because of the 3 year warranty. It might not be needed, but if your laptop dies after 2 year, you will be happy that you got that. If you would like to play games, a GPU card is recommended, I know that some of the intel integrated card can handle games, but overall its better to have a gpu, and use it sometimes.(You can use it with opencl / cuda for extra processing power anyway) Also look for SSD drive, that really speeds up laptop.(Got one in desktop, but not in my laptop, missing the horses in university) I mostly use my laptop to make notes, c*, web, and d3+poe works pretty well. (It has an nvidia mobile gpu)
  7. okostibi

    Prepared VM for Download

    Turned out DNS problem, dont know the root cause for it, but setting google root dns server(8.8.8.8) as dns server worked.
×
×
  • Create New...