Elecom shield

Forum closed. All further discussion to be discussed at https://github.com/OpenKore/

Moderator: Moderators

Message
Author
Cozzie
Spam Generator
Spam Generator
Posts: 499
Joined: 04 Apr 2008, 09:30
Noob?: No
Location: Melbourne, City of beer and awful sushis

Re: Elecon shield

#31 Post by Cozzie »

either way, there should be something to be gained from looking into the source code. Im sure some devs are interested.
Make Openkore Awesome. Join the team.

Technology
Super Moderators
Super Moderators
Posts: 801
Joined: 06 May 2008, 12:47
Noob?: No

Re: Elecon shield

#32 Post by Technology »

Since some links are broken by truncation.
here is the "original" post: http://www.forumjogosonline.com.br/show ... hp?t=39492
One ST0 to rule them all? One PE viewer to find them!
One ST_kRO to bring them all and in the darkness bind them...

Mount Doom awaits us, fellowship of OpenKore!

gamerom
Noob
Noob
Posts: 1
Joined: 29 Jul 2009, 10:02
Noob?: No

Re: Elecom shield

#33 Post by gamerom »

I've been trying to get WPE to work on this sever that uses elecom shield. I was able to hook it to the proxy that came with the RagnaBR crack that was mentioned somewhere on this forum. Then I've captured the packets from using improve conc lv 1, twice.

Here's what I've got on both attemps.
Image

I've tried sending many received packets but I got d/c on all of them. I'm not sure what to do next, maybe someone could give me a hand.

Let me know if you need any more information.

Thanks.

Phyzoon
Noob
Noob
Posts: 10
Joined: 30 May 2009, 21:10
Noob?: No

Re: Elecom shield

#34 Post by Phyzoon »

Have you tried setting XKore to inject itself on this proxy? Just asking.

Primrose
Noob
Noob
Posts: 1
Joined: 15 Feb 2010, 02:11
Noob?: Yes

Re: Elecom shield

#35 Post by Primrose »

@gamerom: how did u inject WPE using proxy? sorry i'm noob when it comes to this.

PS:sorry if i'm kinda out of topic here

hansolo
Noob
Noob
Posts: 2
Joined: 30 Oct 2010, 05:29
Noob?: No

Re: Elecom shield

#36 Post by hansolo »

Client + Elecom shield

Code: Select all

00000000  04 02 82 d1 2c 91 4f 5a  d4 8f d9 6f cf 7e f4 cc ....,.OZ ...o.~..
00000010  49 2d b0 02 19 00 00 00  71 77 65 72 74 79 00 00 I-...... qwerty..
00000020  00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 ........ ........
00000030  71 77 65 72 74 00 00 00  00 00 00 00 00 00 00 00 qwert... ........
00000040  00 00 00 00 00 00 00 00  02 31 39 32 2e 31 36 38 ........ .192.168
00000050  2e 31 35 2e 31 30 32 00  27 30 30 31 30 64 63 37 .15.102. '0010dc7
00000060  66 39 36 33 65 0a 00                             f963e..

    00000000  6a 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 j....... ........
    00000010  00 00 00 00 00 00 00                             .......
Client (same client without Elecom - log-in attempt with true password make Gravity Error)

Code: Select all

00000000  04 02 82 d1 2c 91 4f 5a  d4 8f d9 6f cf 7e f4 cc ....,.OZ ...o.~..
00000010  49 2d                                            I-
00000012  b0 02 19 00 00 00 71 77  65 72 74 79 00 00 00 00 ......qw erty....
00000022  00 00 00 00 00 00 00 00  00 00 00 00 00 00 71 77 ........ ......qw
00000032  65 72 74 79 00 00 00 00  00 00 00 00 00 00 00 00 erty.... ........
00000042  00 00 00 00 00 00 02 31  39 32 2e 31 36 38 2e 31 .......1 92.168.1
00000052  35 2e 31 30 32 00 40 30  30 31 30 64 63 37 66 39 5.102.@0 010dc7f9
00000062  36 33 65 0a 00                                   63e..
    00000000  6a 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 j....... ........
    00000010  00 00 00 00 00 00 00                             .......
Openkore

Code: Select all

00000000  64 00 19 00 00 00 71 77  65 72 74 79 00 00 00 00 d.....qw erty....
00000010  00 00 00 00 00 00 00 00  00 00 00 00 00 00 71 77 ........ ......qw
00000020  65 72 74 79 00 00 00 00  00 00 00 00 00 00 00 00 erty.... ........
00000030  00 00 00 00 00 00 10                             .......
    00000000  6a 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00 j....... ........
    00000010  00 00 00 00 00 00 00                             .......
[code]

How to make openkore use same packet structure?

1. how to change this login packet (64 00) to ragnarok (B0 20)
2. and how to add this one (04 02 82 d1 2c 91 4f 5a  d4 8f d9 6f cf 7e f4) const generated by Elecom - I think.

Locked