Staredit Network > Forums > General StarCraft > Topic: Function signature
Function signature
Dec 18 2015, 10:29 am
By: iCCup.xboi209  

Dec 18 2015, 10:29 am iCCup.xboi209 Post #1



I'd be grateful if someone could find the function signature at 0x00486530. BWAPI doc titles this as Cls2RecvFrom



None.

Dec 18 2015, 12:34 pm UndeadStar Post #2



What exactly do you call "function signature" ?
Some random stuffs I can tell:

-the function go between 00486530 and 0048657D
-at some point, it call the function 00486040 (I know it as "LOBBYCLASS2_RECV")
-it doesn't seem to take input parameters using registers, unless those are left untouched to be used in 00486040
-it doesn't return anything
-it's based on a loop using a value starting at 8 and decreasing.

Hope it help.

edit:

prototype would be "void Cls2RecvFrom();".

This function seems to be called in what I know as gameLoopTurns function.
I'm not sure why you would try to call a function at that scale.

Post has been edited 1 time(s), last time on Dec 18 2015, 2:32 pm by UndeadStar.




Dec 18 2015, 1:34 pm iCCup.xboi209 Post #3



I meant the function prototype




Dec 18 2015, 4:06 pm Heinermann Post #4

SDE, BWAPI owner, hacker.

Maybe something like "void ParseAllLobbyTurnCommands();" would be more appropriate?

Code
// .data:0057F0B8 ; DWORD arrayPlayerStatus[8]
// .text:00486040 ; void __userpurge LOBBYCLASS2_RECV(char *arrayData@<eax>, int dataLen, int plStormID)
// .data:006554B4 ; char *recvTurnArrayData[8]
// .data:00654A80 ; unsigned int sgdwTurnLens[8]
// .data:00512680 g_ActiveStormID dd 8

const int NUM_PLAYERS = 8;
const int NO_PLAYER = 8;
const unsigned PLAYER_STATUS_ACTIVE = 0x20000;

void ParseAllLobbyTurnCommands()
{
 int i = NUM_PLAYERS;
 while (i--) // Terrible devs code golfing Starcraft
 {
   g_ActiveStormID = i;
   if (arrayPlayerStatus & PLAYER_STATUS_ACTIVE)
     LOBBYCLASS2_RECV(recvTurnArrayData[i], sgdwTurnLens[i], i);
 }
 g_ActiveStormID = NO_PLAYER;
}






Dec 18 2015, 8:17 pm iCCup.xboi209 Post #5



Thank you but it looks like I guessed the function wrong....
I'm trying to find the function that receives game packets from other players, so 0x00486040(LOBBYCLASS2_RECV) or 0x004865D0(Game_RECV)?



None.

Dec 18 2015, 11:18 pm UndeadStar Post #6



In case it can help, the gameLoopTurns function that is the one using @00486530 is calling the following functions:

00486580 //RecvSaveTurns
004A3380 //timeoutProcDropdown
00485AA0 //GameKeepAlive
00486F50 //ParseGameRecvInfo
00486530 //Cls2RecvFrom
0047CFC0 //UpdateGameHash

I would guess the first one is a hit, or maybe it would be 004BB530 (ReceiveTurns) that is called by 00486580, but all those functions are in the middle of code that write and read from memory, instead of using registers or the stack, so good luck for preventing what you use to do bad stuff in your back.

edit: Just noticed, but this assume the gameLoopTurns function is not executed after what you wanted (thus using result that have already been received), in which case I'm missing the point again.In that case, my apologies.




Dec 20 2015, 11:36 pm iCCup.xboi209 Post #7



Still need the function prototype :|



None.

Options
  Back to forum
Please log in to reply to this topic or to report it.
Members in this topic: None.
[11:31 pm]
Vrael -- :wob:
[08:42 pm]
Ultraviolet -- :wob:
[2024-5-08. : 10:09 pm]
Ultraviolet -- let's fucking go on a madmen rage bruh
[2024-5-08. : 10:01 pm]
Vrael -- Alright fucks its time for cake and violence
[2024-5-07. : 7:47 pm]
Ultraviolet -- Yeah, I suppose there's something to that
[2024-5-06. : 5:02 am]
Oh_Man -- whereas just "press X to get 50 health back" is pretty mindless
[2024-5-06. : 5:02 am]
Oh_Man -- because it adds anotherr level of player decision-making where u dont wanna walk too far away from the medic or u lose healing value
[2024-5-06. : 5:01 am]
Oh_Man -- initially I thought it was weird why is he still using the basic pre-EUD medic healing system, but it's actually genius
[2024-5-06. : 3:04 am]
Ultraviolet -- Vrael
Vrael shouted: I almost had a heart attack just thinking about calculating all the offsets it would take to do that kind of stuff
With the modern EUD editors, I don't think they're calculating nearly as many offsets as you might imagine. Still some fancy ass work that I'm sure took a ton of effort
[2024-5-06. : 12:51 am]
Oh_Man -- definitely EUD
Please log in to shout.


Members Online: RIVE, Roy, lil-Inferno