Cual es la diferencia entre una LAPTOP y una NETBOOK/NOTEBOOK?

On jueves, 25 de noviembre de 2010 0 comentarios

La principal diferencia es la velocidad en el procesador, una netbook esta orientada a conectarse a internet y correr aplicaciones sencillas como una hoja de calculo o el procesador de palabras. No cuentan tarjeta gráfica y no se les puede poner, por lo general ni siquiera tienen unidad de cd, por lo cual, olvidate de correr juegos en una maquinita de estas por que su capacidad es enserio limitada,...
Read more ...»

Laptops: Notebook, Netbook y Mini

On 0 comentarios

Las Laptops también conocidas como las computadoras portables o portátiles cada día son mucho mejores y tienen muchas divisiones como lo son las: Notebooks, Netbooks y Netbooks Mini. ¿Quieres enterarte de la diferencia entre ellas y de sus funciones? Para disipar muchas dudas de usuarios y visitantes de Tecnología y Gadgets quiero aclarar aspectos y características, así como las definiciones personales y diferencias entre laptops que...
Read more ...»

Diferencia entre una Laptop, Notebook y Netbook

On 0 comentarios

¿Qué es una laptop?Palabra en ingles que quiere decir "encima del regazo" lap (regazo) y top (encima) y es un término introducido a inicios de los años 80, se solía decir "laptop computers" o simplemente "laptop". Fueron las primeras y eran ordenadores portables que se cerraban como un maletin y se podian transportar, todavía eran pesadas y grandes, pero ya era menos complicado movilizarlas. ¿Qué...
Read more ...»

4 Dimensional Aimbot (w/ velocity)

On lunes, 22 de noviembre de 2010 0 comentarios

4 Dimensional Aimbot (w/ velocity) I have seen in a few people do prediction with incredible precision, but my method is based on a time->velocity lol. So anyway I had a go at this using warrock. Best I could come up with This image has been resized. Click this bar to view the full image. The original image is sized 796x641. When is not finished. Code://iterate me { float v0; float meDir[3,3]; float cant, bank; v0 = cPlayer->GetVelocity(...
Read more ...»

[Tutorial] Hooking

On 0 comentarios

[Tutorial] Hooking [TUTORIAL] Everything you need to know about Hooking Author:OsGB' Tutorial: In essence there are only 2 types of hooks; 1) User Level Hooking 2) Kernel Level Hooking of course there are so many things that fall into place between those 2 things that the remaining types of 'sub' hooks are just gravy. Win32 API Hooking falls under User Level hooking (user level, application level, os level -- et al) API Hijacking...
Read more ...»

5 byte code jump crashing when in a injected dll

On 0 comentarios

5 byte code jump crashing when in a injected dll Code:#include"stdafx.h"#include"stdafx.h"#include#includeDWORD HookFunction(LPCSTR lpModule, LPCSTR lpFuncName, LPVOID lpFunction, unsignedchar *lpBackup); BOOL UnHookFunction(LPCSTR lpModule, LPCSTR lpFuncName, unsignedchar *lpBackup); int MyMessageBoxA(HWND hWnd, LPCSTR lpText, LPCSTR lpCaption, UINT uType); BYTE hook[6]; int main() { HookFunction("user32.dll",...
Read more ...»

displaying the IAT list with an injected dll

On 0 comentarios

displaying the IAT list with an injected dll Basically i want to write out to a file all the IAT list of the process i inject in to,so the code is like this Code:#include"stdafx.h"#include#include#include #includestd::ofstream myfile; #pragmacomment(lib,"Dbghelp.lib") //#include void GetIAT(); void handle_imports(BYTE* image_base, PIMAGE_IMPORT_DESCRIPTOR imp_desc); HANDLE Console; DWORD Written; char...
Read more ...»

CreateRemoteThread .dll Injection

On 1 comentarios

CreateRemoteThread .dll Injection This is not the best method of injecting , its the by far more easy than other methods. (I personally don't like this method very much) This tutorial is intended for beginners . Or someone who has never done .dll Injection before. We will be using notepad as the target for this tutorial. NOTE : This method only works on Windows NT and above. Okay we will need to follow these steps in using CreateRemoteThread...
Read more ...»

AUTHOR BEST THEME | CSS BY NEWWPTHEMES