

![[image]](http://mowser.com/img?url=http%3A%2F%2Fi1.g4estatic.com%2Fwlcm-acc1.gif)
» What G4EF Members are doing?
In this article I'm going to show you how to change value of variable during run time. There are many tools around how to do this easily, but I will focus on the way doing it programatically, specifically using C language.
Tools I will use: Cheat Engine 6.0
Here is a simple code for login, I know it's weak and vulnerable, but for proof of concept and for the ease it's ok.
test.cpp
... [Read More]
3 Replies | 1,051 Views
This time I want to speak on the 'printf' function. Everybody has heard of software vulnerabilities and that functions like 'printf' are outlaw. But it's one thing to know that you'd better not use these functions, and quite the other to understand why. In this article, I will describe two classic software vulnerabilities related to 'printf'. You won't become a hacker after that but perhaps you will have a fresh look at your code. You might create similar vulnerable functions in your project without knowing that.
STOP. Reader, please stop, don't pass by. You have seen the word "printf", I know. And you're sure that you will now be told a banal story that the function cannot check types of passed arguments. No!... [Read More]
4 Replies | 641 Views
Feb 02, 2012 - 1:06 AM - by pein87
Bubble sort in this form allows someone to order number arrays from lowest number to highest number and vice verse. This article serves the purpose of providing the bubble sort algorithm for use in php. I found a tuts @ active.tutsplus and I used it as a base to create a direct port over to php.
The Code
This code will sort a numbered list in order based on the values
... [Read More]
0 Replies | 421 Views
We decided to write several small posts on how C/C++ programmers play with fire without knowing it. The first post will be devoted to an attempt to explicitly call a constructor.
Programmers are lazy creatures. That's why they tend to solve a task using minimal code amount. This aim is praiseworthy and good. But the main point is not get too involved in the process and stop at the right time.
For example, programmers are too lazy to create a single initialization function in a class so that it could be called from various constructors later. They think: "What for do I need an extra function? I'd rather call one constructor from the other". Unfortunately, sometimes programmers can't solve even such a... [Read More]
0 Replies | 419 Views
Jan 30, 2012 - 8:33 AM - by shabbir
WordPress out of the box is pretty secure still if you follow few simple security tips and install few security plugins, it can make your Wordpress lot more secure.
Choose Secure Passwords
Public always knows your Wordpress username because of your author profile on your blog and so this means you need to choose a password that is lot more secure. For a "secure password," use at least ten to twelve characters long passwords that contain at least one upper-case letter and one symbol, such as # or !.
Blog From Safe System
Don’t login to your Wordpress dashboard and admin area... [Read More]
0 Replies | 465 Views
» Article Archives
Title, Username, & Date Last Post Replies Views
» Latest Forum Topics
All times are GMT +5.5. The time now is 01:28 AM.
You are viewing a mobilized version of this site...
View original page here