Go4Expert's Monthly Newsletter - Read Online
 
Logo - Please Enable Images
 


glTest1: Intercept Opengl32 with GPA

  *LEVEL: BEGINNER, Test Environment: WinXP SP3* This is a demonstration of how Opengl32 with GPA can be applied an IAT HOOK to intercept functions in a process. In this case, it is about an EXE which uses some functions from Opengl32 to create a window and render an image. Image:...

Read more...
 

Access Remote URLs in Python With urllib2

  Python urllib2 library contains functions with enables programmers to access remote URLs by helping out in the operations like HTTP Basic Authentication, cookies, redirects etc. It's Python's equivalent to Perl's LWP or ASP's XMLHttpRequest etc. The library allows you to add HTTP headers to...

Read more...
 

Access Web Services & Remote URLs with Ruby's HTTParty

  As programmers most of us today are writing programs/scripts that consume data from web services or APIs, like the Facebook Graph API, etc. Writing your own subroutines from open socket and making request and the likes are time consuming and are not worth putting effort on for all projects, so Ruby...

Read more...
 

Introduction to HMAC & Using in Python

  HMAC stands for *H*ash-base *M*essage *A*uthentication *C*ode, it is key based message digest algorithm which can be used for verifying the integrity of the message (i.e. the original message from which the hash is generated) or to verify the authenticity of the sender of the message or both....

Read more...
 

Accessing SQLite Databases in PHP using PDO

  PDO or PHP Data Objects is a data abstraction layer, i.e. it provides uniform methods to access different types of databases, as a result switching between or moving to a different database system is relatively easier. So, in simple language the code to access a SQLite db will also work for MySQL...

Read more...
 

Access Amazon SQS using Python's Boto

  Amazon's Simple Queue Service is a highly scalable service to help cloud-based applications use a queuing system which is reliable & scalable. Amazon's queue has it's pros & cons, like the messages may not be received in the order they were queued, and you may receive duplicates, I had written an...

Read more...
 

Read & Update MP3 ID3 Tags in Ruby

  ID3 is a format to store metadata within MP3 files which might include album info, artist info, cover images, thumbnails, and so on. These tags help software like Windows Media Player, iTunes, etc. categorize music and build a library for you to browse. Also, there exists software like Easy ID3...

Read more...
 
RSSSubscribe via RSS

Get live updates in your web browser window.

TwitterFollow us on Twitter

Are you on Twitter? Follow us and get updated.

FacebookLike us on facebook

Share Go4Expert with your buddies on facebook.

Google+Find us on Google+

Add Go4Expert to your Circle at Google+.

Unsubscribe

If you no longer wish to receive this newsletter or want to edit your preferences you can do it here.

{!contact_address}