Raised This Month: $51 Target: $400
 12% 

Showing results 1 to 9 of 9
Search took 0.01 seconds.
Search: Posts Made By: ConnorMcLeod
Forum: Code Snippets/Tutorials 09-23-2012, 13:17
Replies: 119
Views: 64,808
Posted By ConnorMcLeod
Re: Orpheu: How to make signatures (of bytes)

{
"name" : "SV_CountPlayers",
"library" : "engine",
"arguments" :
[
{
"type" : "pointer"
}
],
"identifiers":
Forum: Code Snippets/Tutorials 09-23-2012, 10:25
Replies: 119
Views: 64,808
Posted By ConnorMcLeod
Re: Orpheu: How to make signatures (of bytes)

Here is the header :

void SV_CountPlayers(int *);
Forum: Code Snippets/Tutorials 08-10-2012, 02:17
Replies: 119
Views: 64,808
Posted By ConnorMcLeod
Re: Orpheu: How to make signatures (of bytes)

Seems that it's time for you to learn to make sigs.
Forum: Code Snippets/Tutorials 06-05-2012, 00:27
Replies: 119
Views: 64,808
Posted By ConnorMcLeod
Re: Orpheu: How to make signatures (of bytes)

int __cdecl CBaseEntity::Spawn(CBaseEntity *this)
{
;
}

You try to hook an empty function, that is only called for following classes :
http://img811.**************/img811/7703/spawns.png

...
Forum: Code Snippets/Tutorials 04-20-2012, 11:55
Replies: 119
Views: 64,808
Posted By ConnorMcLeod
Re: Orpheu: How to make signatures (of bytes)

This is from an old hlds version
//sends things like gravity, part of this is IDable from SV_New
void SV_SendServerinfo(sizebuf_t * buffer, client_t * ptrClient) {

char tempstr[0x80]; //Ought...
Forum: Code Snippets/Tutorials 04-15-2011, 12:02
Replies: 119
Views: 64,808
Posted By ConnorMcLeod
Re: Orpheu: How to make signatures (of bytes)

Make 1 sig doesn't mean you are converted, there is a lot to learn.
Forum: Code Snippets/Tutorials 04-15-2011, 11:09
Replies: 119
Views: 64,808
Posted By ConnorMcLeod
Re: Orpheu: How to make signatures (of bytes)

Solved (with all day arkshine's help), was looking in linux file...

{
"name" : "AddAccount",
"class" : "CBasePlayer",
"library" : "mod",
"arguments" :
[
{
"type" : "int",
Forum: Code Snippets/Tutorials 04-15-2011, 01:52
Replies: 119
Views: 64,808
Posted By ConnorMcLeod
Re: Orpheu: How to make signatures (of bytes)

What is wrong with this ?
I'm trying to find AddAccount signature

So first i've founded CBasePlayer::AddAccount(int,bool) in "Names" window
Double clicked on it, put cursor above function name...
Forum: Code Snippets/Tutorials 01-17-2011, 02:09
Replies: 119
Views: 64,808
Posted By ConnorMcLeod
Re: Orpheu: How to make signatures of bytes

What Should I Do With That Plugin ?
How To Install ?

So, is IDA Pro needed ?
Showing results 1 to 9 of 9

 
Forum Jump

All times are GMT -4. The time now is 06:38.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode