Qt – Adding External Libs to your Project

February 22, 2009

Hi,

During Qt Development with Qt Creator, emerged the necessity to add more libraries to my project, at the actual state of art Qt Creator does not provides an automated/graphical system to add libraries and since is using GCC is not possible to use #pragma comment(), so we have to modify by hand some files, here how to.

Suppose that you need to add psapi library, first of all locate into project directory Makefile.Debug and Makefile.Release

Open one of the two files (depends on how you need to deploy you program) and locate

LIBS        =        -L”c:\Qt\QtCreator\qt\lib” -lmingw32 -lqtmaind -lQtGuid4 -lQtCored4

now you can easly add your lib

LIBS        =        -L”c:\Qt\QtCreator\qt\lib” -lmingw32 -lqtmaind -lQtGuid4 -lpsapi -lQtCored4

See you to the next post.. 🙂


Again Scam – Unlock your Online TV Channels

February 22, 2009

Hi,

Again the classical attempt of scam (read my previous post) this time you have to pay to have activated Online TV Channels.

Subject: Unlock your Online TV Channels

E-Mail Content:

——————————————–

Watch whatever you want whenever you want – Enjoy all your fovorite channels

Once you receive this software be prepared to watch sports, news, sitcoms, dramas and other programming from around the globe!

Top Watched TV Shows Online:
Lost, Gossip Girls, House, Scrubs, One Tree Hill

Online TV Pass: 4863
http://ddailyevent.com/re.php?lnk=1203399501&e=evilcodecave@gmail.com

– All channels are uncensored!
– This service is available 24 hours per day.
– Thousands of channels from around the world. Channels added every day!
– No monthly fees. Never pay another cable or satellite bill again!

Online TV Pass: 4863
http://ddailyevent.com/re.php?lnk=1203399501&e=evilcodecave@gmail.com

Testimonial: “Pure genius, in the near future, this will be the new standard for television” – J. Andrews. London, England

Online TV Pass: 4863
http://ddailyevent.com/re.php?lnk=1203399501&e=evilcodecave@gmail.com

Best Regards,

Michael Adams
Online TV Analyst

You will not get anymore of our emails if you go here
http://ddailyevent.com/

or write to:

Plaza Neptuno, local #7
Via ricardo J Alfaro, Tumba Muerto
Panama Ciudad
Republica de Panama

——————————————–

The technique is always the same, Money/Credit Card Scam througout fake services.

See you to the next post.. 🙂


Map Contacts Google Earth Scam

February 22, 2009

Hi,

Today we will analyze another E-Mail Scam attempt based on Fake Software Marketing.

From: New Map Contacts

Date: 21 February 2009 23:48

Subject: Download Map Contacts for Google Earth

And here the content:

———————————————-

View your Friends & Family on Google Earth – Also explore the earth’s most viewed locations

Google Earth is a Free software which allows you to view the world from the comfort of your PC. There is now a great new add-on for Google Earth which allows you to easily map all your contacts.

Your Earth Code: 6208
http://infobulletiny.com/re.php?lnk=1203403360&e=evilcodecave@gmail.com

This great new feature allows you to display your friends and family on Google Earth and view their locations and surrounding areas.

Your Earth Code: 6208
http://infobulletiny.com/re.php?lnk=1203403360&e=evilcodecave@gmail.com

– Easily add friends and family to your Google Earth
– Navigate and see the best locations earth has to offer
– Display your friends and family on the map for easy viewing

Once you receive this software be prepared to fly anywhere on Earth to view satellite imagery, maps, terrain, 3D buildings and even explore galaxies in the sky.

Your Earth Code: 6208
http://infobulletiny.com/re.php?lnk=1203403360&e=evilcodecave@gmail.com

Best Regards,

Larry Walters
Map Contacts for Earth

You will not get anymore of our emails if you go here
http://infobulletiny.com/

or write to:

Plaza Neptuno, local #7
Via ricardo J Alfaro, Tumba Muerto
Panama Ciudad
Republica de Panama

—————————————————————

By Dissecting infobullettinity we can see a silent redirection to

http://map-contact-online.com/promo/index.asp?aff=001&camp=earth_e2new&kbid=1576&sub=earth_e2

The website publicized Map-Contact, a plugin to bookmark you contacts on Google Earth, Home page is full of download now but when you click on Download Now you’re redirected to http://www.securesignup.ru a site for Credit Card Payments.

After inserting Promotion Code, we discover that this Website offers an accet to some fake software at 3 Year Unlimited VIP Access & Support for ONLY $54.95 $12.97/year (best value!) 🙂

Victims will give Credit Card data and no software will be delivered!

Look at the end of E-Mail.. again Panama 🙂

See you to the next post



Some handy conversion for Qt

February 21, 2009

Hello,

Long time since my last post, I’m not dead only extremely busy with work! 🙂

Here a little handy collection of String Formats Conversions from/to Qt:

#ifdef UNICODE

#define QStringToTCHAR(x) (wchar_t*) x.utf16()

#define PQStringToTCHAR(x) (wchar_t*) x->utf16()

#define TCHARToQString(x) QString::fromUtf16((x))

#define TCHARToQStringN(x,y) QString::fromUtf16((x),(y))

#else

#define QStringToTCHAR(x) x.local8Bit().constData()

#define PQStringToTCHAR(x) x->local8Bit().constData()

#define TCHARToQString(x) QString::fromLocal8Bit((x))

#define TCHARToQStringN(x,y) QString::fromLocal8Bit((x),(y))

#endif

see you to the next post.. 🙂


QtCreator at Work

February 1, 2009

Hi there,

Great news form Qt world, Qt 4.5 are going to be free LGPL, and the new editor works fine!

Here a shot of Qt Creator the Qt IDE actually only for C++ at work:

http://www.imageno.com/pe5fgp1pnv23pic.html

I hope that more and more ppl will switch to Qt, they are simply fantastic! more refined and advanced of MFC and .NET!

Here a link to Qt HeadQuarter:

http://www.qtsoftware.com

See you to the next post.. 🙂


OffensiveC0ding section Opened

February 1, 2009

Hi there,

I’ve opened a new section in my Website, called OffensiveC0ding.

I’m going to collect Source Code Samples of Applications that performs Spy/Surveillance operations, Covert Channels Applications and various other services that needs to perform hidden tasks. The Applications that you will find here will be published without binary files, easly because the scope of this section is to demonstrate how insecure could be a not well hardened system, this kind of demonstration could be only acheived by showing how effectively works a Real OffensiveCode.

Actually there is a little source that acts as Sandbox Detector, Joe of Joebox kindly noticed me that this detection system does not longer affects JoeBox.

Here you can reach my page:

http://evilcry.netsons.org/OC0/offensivec0ding.htm

See you to the next post.. 🙂