|
||
|
|||||||
| Server Support on Mono Forum dedicated to RunUO 2.0 on Mono. |
![]() |
|
|
Thread Tools | Display Modes |
|
|
#28 (permalink) | |
|
Master of the Internet
Join Date: Dec 2005
Age: 20
Posts: 12,927
|
Quote:
EDIT: I probably should have nested a second pair of quotation marks around Intellectual but it would have affected the flow I think. Last edited by Anti-Basic; 08-15-2008 at 10:25 PM. |
|
|
|
|
|
|
#29 (permalink) | |
|
Newbie
|
Quote:
Thanks and sorry. |
|
|
|
|
|
|
#31 (permalink) | |
|
Master of the Internet
Join Date: Dec 2005
Age: 20
Posts: 12,927
|
Quote:
![]() |
|
|
|
|
|
|
#32 (permalink) |
|
Forum Novice
|
Sort of but i need an interpritation of this C++ line...
Code:
find_address(ThePattern, "0x00000000 0x00000000 0x0001 0x0f 0x84 ? 0x00 0x00 0x00 0x8b 0x48 ? 0x85 0xc9 0x8b 0xca", // FIRE 0x85 found1, c1, r1, 1, address1, 1, err[0]); Code:
"0x00000000 0x00000000 0x0001 0x0f 0x84 ? 0x00 0x00 0x00 0x8b 0x48 ? 0x85 0xc9 0x8b 0xca"
__________________
![]() We can be found on joinUO.com or listUO.com, come try us out.
|
|
|
|
|
|
#33 (permalink) | |
|
Forum Novice
|
If i am not mistaken i believe the 0x00... etc is looking for a memory adress in hex. from still taking c++ classes. Couldn't this be better found using pointers?
Sorry Fingers am learning C++ in classes. Someone with more knowledge on this may know better on how to do the porting. Quote:
|
|
|
|
|
|
|
#36 (permalink) |
|
Forum Novice
|
Not so much an update, more of a re-write (into C# from C++).
Reading C++ source codes not a problem, although i'm rusty on C++... understanding FULLY what the code does is since theres a couple of things in it i've not done before myself (or i have to lookup to remind myself), more the working out the conversion of what the C++ is doing EXACTLY before the re-wite can take place. A bit like the above posts... what does what exactly. Understanding other peoples code and what they were thinking when they wrote it isn't one of my strong points, things like... Code:
int c1,c2,c3,r1=0,r2=0,r3=0,r1b=0,r2b=0,r3b=0, c4,c5,c6,c7,c1b,c2b,c3b,c7a,c7b,c7c; are pretty straightforward and easy enough to convert to another language, what and where the variables are used and what they mean or represent is. Spent the last month reading and learning about cryptanalysis and the various forms of encryption to help me better figure out what rice actually does, though it's slow going alone. ![]() Probably why i go overboard on remark statements in alot of my code, so i know what it does if i have to return to it (remembers college teachers always remining me about this one). But yeah it would be nice to get a launch button on this eventually... http://www.yaksuoworld.ukpc.net/viewer.jpg
__________________
![]() We can be found on joinUO.com or listUO.com, come try us out.
|
|
|
|
|
|
#37 (permalink) | |
|
Forum Novice
|
int (Integer) c1-c7c , r1 is an integer but = 0
are these variables used in other location of the source?.. possibly just declaring variables Quote:
|
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|