Cheat Engine Forum Index Cheat Engine
The Official Site of Cheat Engine
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 


[Linux]PINWord
Goto page 1, 2  Next
 
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming -> Binaries
View previous topic :: View next topic  
Author Message
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Sun Jun 22, 2008 2:16 pm    Post subject: [Linux]PINWord Reply with quote

Just a small program where you have to guess the pin word. I suppose it's a bit like a crackme so you have to hack it if you want to figure out the PIN.

So far I've only got a linux version because I don't know how to compile it for windows yet Embarassed. Ill get it done as soon as possible.

It's a binary, so i thought I'd use it to start this section.




The Extension 'zip' was deactivated by an board admin, therefore this Attachment is not displayed.



Last edited by Noz3001 on Sun Jun 22, 2008 3:52 pm; edited 2 times in total
Back to top
View user's profile Send private message MSN Messenger
DeletedUser14087
I post too much
Reputation: 2

Joined: 21 Jun 2006
Posts: 3069

PostPosted: Sun Jun 22, 2008 2:26 pm    Post subject: Reply with quote

Looks nice Smile
Back to top
View user's profile Send private message
AndrewMan
Grandmaster Cheater Supreme
Reputation: 0

Joined: 01 Aug 2007
Posts: 1257

PostPosted: Sun Jun 22, 2008 2:49 pm    Post subject: Reply with quote

Nice, good job Very Happy

No linux for me Rolling Eyes

_________________
Back to top
View user's profile Send private message
Jani
Grandmaster Cheater
Reputation: 2

Joined: 29 Dec 2006
Posts: 804

PostPosted: Sun Jun 22, 2008 3:44 pm    Post subject: Reply with quote

noz3001 wrote:
So far I've only got a linux version because I don't know how to compile it for windows yet :oops:.
And this is written in..? O_o
Back to top
View user's profile Send private message
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Sun Jun 22, 2008 3:46 pm    Post subject: Reply with quote

Jani wrote:
noz3001 wrote:
So far I've only got a linux version because I don't know how to compile it for windows yet Embarassed.
And this is written in..? O_o


C++ with wxwidgets
Back to top
View user's profile Send private message MSN Messenger
Labyrnth
Moderator
Reputation: 9

Joined: 28 Nov 2006
Posts: 6285

PostPosted: Sun Jun 22, 2008 8:45 pm    Post subject: Reply with quote

Quote:

File: PINWord
Status:
OK(Note: file has been scanned before. Therefore, this file's scan results will not be stored in the database)
MD5: a9ad6e16440a032465f7a707a27e9b9b
Packers detected:
-
Scanner results
Scan taken on 23 Jun 2008 02:09:58 (GMT)
A-Squared
Found nothing
AntiVir
Found nothing
ArcaVir
Found nothing
Avast
Found nothing
AVG Antivirus
Found nothing
BitDefender
Found nothing
ClamAV
Found nothing
CPsecure
Found nothing
Dr.Web
Found nothing
F-Prot Antivirus
Found nothing
F-Secure Anti-Virus
Found nothing
Fortinet
Found nothing
Ikarus
Found nothing
Kaspersky Anti-Virus
Found nothing
NOD32
Found nothing
Norman Virus Control
Found nothing
Panda Antivirus
Found nothing
Sophos Antivirus
Found nothing
VirusBuster
Found nothing
VBA32
Found nothing
Back to top
View user's profile Send private message
nwongfeiying
Grandmaster Cheater
Reputation: 2

Joined: 25 Jun 2007
Posts: 695

PostPosted: Sun Jun 22, 2008 10:50 pm    Post subject: Reply with quote

Why would noz3001 post a virus? He's like one of the most trusted peeps of all this forum. I wonder if coding for Linux is different than coding for Windows.
Back to top
View user's profile Send private message
atom0s
Moderator
Reputation: 199

Joined: 25 Jan 2006
Posts: 8518
Location: 127.0.0.1

PostPosted: Sun Jun 22, 2008 11:00 pm    Post subject: Reply with quote

nwongfeiying wrote:
Why would noz3001 post a virus? He's like one of the most trusted peeps of all this forum. I wonder if coding for Linux is different than coding for Windows.


Just because someone has been at a forum for a long time, has been a friend of anyones for a long time, etc. does not mean that they don't have an evil side to them. Just because you know them based on their previous posts does not mean that you truly know if that person would hesitate to post something out of anger.

Not only that, a lot of people will pull you in with nice posts, good gestures, etc. just to backstab you and use you.

While I do trust noz myself, that doesn't mean I would never second guess his actions.

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
oib111
I post too much
Reputation: 0

Joined: 02 Apr 2007
Posts: 2947
Location: you wanna know why?

PostPosted: Sun Jun 22, 2008 11:17 pm    Post subject: Reply with quote

nwongfeiying wrote:
Why would noz3001 post a virus? He's like one of the most trusted peeps of all this forum. I wonder if coding for Linux is different than coding for Windows.


It isn't. Just install code::blocks and you're fine.

_________________


8D wrote:

cigs dont make people high, which weed does, which causes them to do bad stuff. like killing
Back to top
View user's profile Send private message AIM Address Yahoo Messenger MSN Messenger
AndrewMan
Grandmaster Cheater Supreme
Reputation: 0

Joined: 01 Aug 2007
Posts: 1257

PostPosted: Sun Jun 22, 2008 11:34 pm    Post subject: Reply with quote

Wiccaan wrote:
nwongfeiying wrote:
Why would noz3001 post a virus? He's like one of the most trusted peeps of all this forum. I wonder if coding for Linux is different than coding for Windows.




Not only that, a lot of people will pull you in with nice posts, good gestures, etc. just to backstab you and use you.



Backstab like a sneaky sneak rogue deep in the ass?

Uh oh spaghettios. Shocked

_________________
Back to top
View user's profile Send private message
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Mon Jun 23, 2008 3:37 am    Post subject: Reply with quote

nwongfeiying wrote:
I wonder if coding for Linux is different than coding for Windows.


It differs slightly. For example, in another program where I had to use multi threading I couldn't use windows API (obviously) so I had to look it up.

It ended up like this:

Code:
pthread_t PlayerTimeUpdate;
int Thread = pthread_create(&PlayerTimeUpdate, NULL, UpdateNation, NULL); // Start time update thread

void *UpdateNation(void*i)
{
    for(; IsRunning == true ; sleep(60))
    {
        // Calculate free houses
        Player->n_FreeHouses = (Player->n_TotalAcres*10) - (Player->n_Peasants + Player->n_Soldiers);

        // Add Peasant income
        Player->n_TotalCash += Player->n_Peasants*10;
    }

    pthread_exit(NULL); // Exit
}


I still don't know why the thread function has to be void* with a void* parameter Confused. POSIX Threads Rolling Eyes.

Unfortunately I don't think this is cross platform, so I'd have to "#ifdef WINDOWS" it and use CreateThread instead. =|
Back to top
View user's profile Send private message MSN Messenger
atom0s
Moderator
Reputation: 199

Joined: 25 Jan 2006
Posts: 8518
Location: 127.0.0.1

PostPosted: Mon Jun 23, 2008 4:12 am    Post subject: Reply with quote

There is a version of pthreads for Windows which you can find here:

http://sources.redhat.com/pthreads-win32/

_________________
- Retired.
Back to top
View user's profile Send private message Visit poster's website
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Mon Jun 23, 2008 4:46 am    Post subject: Reply with quote

Wiccaan wrote:
There is a version of pthreads for Windows which you can find here:

http://sources.redhat.com/pthreads-win32/


Thanks Wiccaan, i'll try it out later.
Back to top
View user's profile Send private message MSN Messenger
DeletedUser14087
I post too much
Reputation: 2

Joined: 21 Jun 2006
Posts: 3069

PostPosted: Mon Jun 23, 2008 5:26 am    Post subject: Reply with quote

noz i like the UI, only linux can that Sad ?
Back to top
View user's profile Send private message
Noz3001
I'm a spammer
Reputation: 26

Joined: 29 May 2006
Posts: 6220
Location: /dev/null

PostPosted: Mon Jun 23, 2008 5:48 am    Post subject: Reply with quote

Rot1 wrote:
noz i like the UI, only linux can that Sad ?


Yeah, that theme is Linux. Windows just shows a boring black background and boring buttons because of the XP manifest.
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    Cheat Engine Forum Index -> General programming -> Binaries All times are GMT - 6 Hours
Goto page 1, 2  Next
Page 1 of 2

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
You cannot attach files in this forum
You can download files in this forum


Powered by phpBB © 2001, 2005 phpBB Group

CE Wiki   IRC (#CEF)   Twitter
Third party websites