| View previous topic :: View next topic |
| Author |
Message |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4196
|
Posted: Mon Mar 14, 2016 2:02 pm Post subject: |
|
|
Since your instructions are handling multiple addresses, you'll need to find another way to filter them out. See my previous post regarding different methods for finding filter ID's.
I would recommend that you work through the tutorial.
|
|
| Back to top |
|
 |
bknight2602 Grandmaster Cheater
Reputation: 0
Joined: 08 Oct 2012 Posts: 606
|
Posted: Mon Mar 14, 2016 2:22 pm Post subject: |
|
|
| ++METHOS wrote: |
- You can use a pointer address for your filter, inside of your script, for the value that you are trying to manipulate.
- You can use pointer trees inside of the data structure to find something viable.
|
How do you do this step? As I have indicated I have gone through he tutorial and failed at pointers.
| Quote: | | You can shift the data structure (+ or -) and/or expand its size to find something useful. |
How is this accomplished?
| Quote: |
You can use the structure spider to find workable strings and/or for comparative analysis.
You can check the register values by attaching the debugger or setting a breakpoint to see if something can be used for your filter. |
Without being able to set any filters, this is beyond mu understanding.
| Quote: |
You can check to see if there are any instructions that are exclusive to the address/value that you are trying to manipulate and store the address for your filter by creating a second injection point. |
How is this accomplished?
| Quote: |
You can check to see if there are any instructions that are exclusive to any other address/value inside of the data structure for the address/value that you are trying to manipulate and store the address for your filter by creating a second injection point. |
Again need a filter and instructions on how to do this.
[quote]
You can analyze assembly code to see if an identifier is being checked or assigned somewhere.[quote]
How?
|
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4196
|
Posted: Wed Mar 16, 2016 1:26 pm Post subject: |
|
|
| Complete the tutorial. Learning takes time and understanding takes even longer, but you're just going to have to do it.
|
|
| Back to top |
|
 |
bknight2602 Grandmaster Cheater
Reputation: 0
Joined: 08 Oct 2012 Posts: 606
|
Posted: Wed Mar 16, 2016 2:04 pm Post subject: |
|
|
| Been there and done that twice since your last post, still failing in finding correct pointers.
|
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4196
|
Posted: Wed Mar 16, 2016 4:26 pm Post subject: |
|
|
| I'm not sure what you're having problems with, specifically, but there are entire threads devoted to covering every step of the CE tutorial as well as youtube videos that will walk you through the whole process. If there is a specific step that you are having trouble with, just ask.
|
|
| Back to top |
|
 |
bknight2602 Grandmaster Cheater
Reputation: 0
Joined: 08 Oct 2012 Posts: 606
|
Posted: Thu Mar 17, 2016 7:46 am Post subject: |
|
|
Ok, here is where I am failing. What is the appropriate entries?
AND why? the instructions do not make sense to me.
| Description: |
|
| Filesize: |
100.06 KB |
| Viewed: |
4238 Time(s) |

|
|
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4196
|
Posted: Thu Mar 17, 2016 11:45 am Post subject: |
|
|
| How do you expect me to figure out what you need based on those pictures? I have no idea what you are trying to do here.
|
|
| Back to top |
|
 |
bknight2602 Grandmaster Cheater
Reputation: 0
Joined: 08 Oct 2012 Posts: 606
|
Posted: Thu Mar 17, 2016 11:52 am Post subject: |
|
|
| ++METHOS wrote: | | How do you expect me to figure out what you need based on those pictures? |
How else would you have me show you where I'm having problems?
| Quote: | | I have no idea what you are trying to do here. |
I'm trying to set a correct pointer as the tutorial lesson should indicate.
ETA:
From the list of "what accesses" the address, I selected the first
0x00000025 and searched on that hex addresses as the tutorial indicates and selecting the first to start the pointer procedure.
|
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4196
|
Posted: Thu Mar 17, 2016 12:12 pm Post subject: |
|
|
| bknight2602 wrote: | | ++METHOS wrote: | | How do you expect me to figure out what you need based on those pictures? | How else would you have me show you where I'm having problems? | -By providing more information...such as which step of the CE tutorial you are working on, what you are trying to do etc..
| bknight2602 wrote: | | ++METHOS wrote: | | I have no idea what you are trying to do here. | I'm trying to set a correct pointer as the tutorial lesson should indicate.
ETA:
From the list of "what accesses" the address, I selected the first
0x00000025 and searched on that hex addresses as the tutorial indicates and selecting the first to start the pointer procedure. | -Use the pointer scanner. Better yet, use injection.
|
|
| Back to top |
|
 |
bknight2602 Grandmaster Cheater
Reputation: 0
Joined: 08 Oct 2012 Posts: 606
|
Posted: Thu Mar 17, 2016 12:17 pm Post subject: |
|
|
[quote="++METHOS"][quote="bknight2602"] | ++METHOS wrote: |
ETA:
From the list of "what accesses" the address, I selected the first
0x00000025 and searched on that hex addresses as the tutorial indicates and selecting the first to start the pointer procedure. |
| Quote: | | -Use the pointer scanner. Better yet, use injection. |
How to do both?
|
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4196
|
Posted: Thu Mar 17, 2016 12:21 pm Post subject: |
|
|
| Again, these are topics that are covered on this forum in great detail. You can find tutorials with pictures, videos etc. that will walk you through each step.
|
|
| Back to top |
|
 |
bknight2602 Grandmaster Cheater
Reputation: 0
Joined: 08 Oct 2012 Posts: 606
|
Posted: Thu Mar 17, 2016 12:27 pm Post subject: |
|
|
Again I have not found any of those descriptions instructive enough to get me by this step i.e. the reason for my question.
The tutorial gives instructions and I am not able to "get it", Think about this for a minute before posting again, you understand it the process and you think it is trivial, but for any who don't understand it, not trivial and believe me I have done the tutorials many times, viewed the videos, and browsed information concerning them, IF any had helped me this would not be a matter of questioning.
|
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4196
|
Posted: Thu Mar 17, 2016 12:31 pm Post subject: |
|
|
| You were asking how to do something. You can watch videos that will show you exactly what to do...whether you understand everything at the time or not, you can still perform the same actions. I don't see the problem.
|
|
| Back to top |
|
 |
bknight2602 Grandmaster Cheater
Reputation: 0
Joined: 08 Oct 2012 Posts: 606
|
Posted: Thu Mar 17, 2016 12:34 pm Post subject: |
|
|
| ++METHOS wrote: | | You were asking how to do something. |
Yes
| Quote: | | I don't see the problem. |
That is the problem.
|
|
| Back to top |
|
 |
++METHOS I post too much
Reputation: 92
Joined: 29 Oct 2010 Posts: 4196
|
Posted: Thu Mar 17, 2016 12:44 pm Post subject: |
|
|
The videos will show you the how. The why will take time.
Knowledge can be spoon-fed, sometimes, but I generally refuse to do it unless someone shows a genuine effort and desire to learn. Understanding, on the other hand, takes time and is not something that I can just give you. Furthermore, I refuse to do what others on this forum have already done, many times over, all because you are seemingly too lazy or stubborn to check it out.
|
|
| Back to top |
|
 |
|