Search:

Type: Posts; User: santa47

Search: Search took 0.00 seconds; generated 17 minute(s) ago.

  1. Replies
    5
    Views
    3,035

    Re: ShowEQ famous!?!?!?

    You don't "need" ai to do anything. It can be done with a giant python if statement. That's not why you use it. You use it so you don't have to write and maintain a 500 line nested if block in...
  2. Replies
    5
    Views
    3,035

    Re: ShowEQ famous!?!?!?

    chatgpt isn't going to have the data to transform it anyway, but it's not that hard to train a model to autodetect most of the opcodes basically immediately. struct reorders would be more difficult...
  3. Replies
    5
    Views
    3,035

    Re: ShowEQ famous!?!?!?

    I've thought about rigging this up in terms of automating the opcode matches on changes, you'd be pretty amazed what modern AI can do, especially on simple pattern matching like that work is....
  4. Replies
    3
    Views
    3,580

    Re: minor ish c++ request (grpc)

    Understood. I wish I was strong enough in C to do the work myself considering how much time it would save being able to reuse most of the existing client.

    I'll see what I can accomplish along the...
  5. Replies
    3
    Views
    3,580

    Re: minor ish c++ request (grpc)

    I almost forgot, if you've never used gRPC before, its really simple to get going. A quick primer for the c side is here https://grpc.io/docs/languages/cpp/basics/

    Basically protoc will generate...
  6. Replies
    3
    Views
    3,580

    minor ish c++ request (grpc)

    Anyone around that can help me out with a small showeq c project and / or give feedback on high level design?

    I've been working on defining an API to split showeq into a frontend and a backend,...
  7. Replies
    17
    Views
    9,359

    Re: New Feature Ready for Review: VLAN Support

    You can easily bridge the tagged and untagged interface in 2 lines of netconfig....
  8. Replies
    7
    Views
    2,427

    Re: Anyone have showeq for quarm?

    https://github.com/nomoresecretz/ghoeq/

    I have working decryption but the public repo doesn't include those short specific modules or the opcode list, but still working on the branch which turns...
  9. Replies
    7
    Views
    2,427

    Re: Anyone have showeq for quarm?

    Hey blue, I saw on the roadmap a long term goal is to split showeq into two. Still interested in that? I ask because my solution for capture / decryption due to some frustration is a grpc service...
  10. Replies
    7
    Views
    2,427

    Re: Anyone have showeq for quarm?

    I really didn't want to go all the way back to the dark ages just to get the correct underlying packet format. At that point I'd almost rather use the SINS codebase.

    FWIW i've gotten it all tied...
  11. Replies
    7
    Views
    2,427

    Re: Anyone have showeq for quarm?

    I'm about half way there. Got all the structs / opcodes updated. The big problem I have is it uses the original packet format from 2001ish, and I am not strong enough in C derivatives to make the...
  12. Replies
    17
    Views
    9,359

    Re: New Feature Ready for Review: VLAN Support

    This is generally better handled by letting the os network stack do its job, and at most run namespacing for isolation for the clients. Its total overkill to have the application understand stuff...
  13. Replies
    0
    Views
    1,140

    Quarm packet format

    I'm working on a quarm branch and have most of the top side work done, but has anyone done the bottom side work necessary to handle the original packet format that it uses in modern showeq?

    Also...
Results 1 to 13 of 13