» TeamX (����� ������)«


����� TeamX » ���. ��������� » ����� (����� ��������� ��� ���� � ��������� �����...)

������� �� �����
<< ����. ����. >>
������������ �������� ���� ����

 
binyan
������������

������: Israel
�����������: ���� 2005

�����: 292 ���������

����� ��������� ��� ���� � ��������� �����, ����� ���� �������� �� ���� ������� � ����� ������� �����. ��� ��� �������� �������� ������� ����� �� ����������� �� ���������� �����?

-----
...������� �������������, ���������� � ��������������..

����������: 22:33 - 13 ���., 2006
Wasteland Ghost
��������� ���� ����������

������: ������, ������
�����������: ���. 2002

�����: 2251 ���������

��������� ��� � ����������������� ������, ��������, � ������� ��������� ������������. ����� ������ � ���� �� ����������� � �������� ��� ��� � ��� ���������.

����������: 8:55 - 14 ���., 2006
binyan
������������

������: Israel
�����������: ���� 2005

�����: 292 ���������

��, ����� ��������� ������. ��� � ����� ��������� ����� � 16-������ ������?

-----
...������� �������������, ���������� � ��������������..

����������: 22:23 - 14 ���., 2006
Ray
���������

������: ������,�������
�����������: ���. 2004

�����: 746 ���������

���� �� ���� ����� ������ �� ����� - �� ���:

int pAddress =16777216;

//����-�� ���.....

// ... ...   (void*)pAddress;

printf("%x",pAddress);


-----
�� ������ ����������� ����� � ������ ���� �������.

����������: 23:56 - 14 ���., 2006
Wasteland Ghost
��������� ���� ����������

������: ������, ������
�����������: ���. 2002

�����: 2251 ���������

int PID = 16777216;
printf("%x", PID);

:D

����������: 10:46 - 15 ���., 2006
Anchorite
������������

������: �� �����
�����������: ���. 2003

�����: 283 ���������

� �����-�� �� PID ����� �����?
� ������� ����� ����� ���

���:
 
int PID = 16777216;
printf("0x%08X", PID)



����������: 11:17 - 15 ���., 2006
Wasteland Ghost
��������� ���� ����������

������: ������, ������
�����������: ���. 2002

�����: 2251 ���������

� �� ������: :D. ��������, ����, � ����������������� ������� ������ ������ �������� :D.

����������: 19:46 - 15 ���., 2006
Ray
���������

������: ������,�������
�����������: ���. 2004

�����: 746 ���������

Lol

�����, � � ����� ���� �� ������ �������. ��� � ����� ����� �� ������ ���� PID'� ��� �� ������, ������ ������ ��������

-----
�� ������ ����������� ����� � ������ ���� �������.

����������: 22:23 - 15 ���., 2006
binyan
������������

������: Israel
�����������: ���� 2005

�����: 292 ���������

��, ��� ����� �� �����... � ��� ������� ���������� �������� ����� ����� � 16-������ �������.
�������� �����, ��� ���� ������. ��� �������� ����� �� ����������� ����� � ����� 16-������� �������. �������� ���� 0�002d542. ��� ��� ������ ��� ��������� �� 4-�� ������� (d) ?

-----
...������� �������������, ���������� � ��������������..

����������: 21:38 - 17 ���., 2006
Ray
���������

������: ������,�������
�����������: ���. 2004

�����: 746 ���������

� � ������ � ������������� �� �� ����� ��������... ��, ��� ���. ������:

int pAddress =16777216;

//����-�� ���.....

ReadProcessMemory(hNewProcess, (void*)pAddress, &movei, 4, NULL);
printf("%x",pAddress);


����� ������� � �-�� ������ ������ ��������� ����� ����� ��� 16-��. �� � ���� ��� �����, �� ��� ��;��:


int pAddress =16777216; //��� ���� ���������
void* temp; //��� ��������


temp = (void*) pAddress;

//� ������ ��� ������, ����
printf("%x",temp);
printf("%d",temp);

//������ �����
//0x1000000
//������
//16777216

-----
�� ������ ����������� ����� � ������ ���� �������.

����������: 22:56 - 17 ���., 2006 | ����������: Ray - 21:59 - 17 ���., 2006
Wasteland Ghost
��������� ���� ����������

������: ������, ������
�����������: ���. 2002

�����: 2251 ���������

Ray, �� ����������� �������� ��� ������ .

binyan, ��� � ���������: 0x � ������ �����. ��������,
int PID = 0x01000001;
�� ������ ������:
int flag4 = (PID & 0x0000F000) >> 12;
0x0000F000 - ��� "�����", ��� ������ ���� ���� "������" ���������, � �������� - ������. >> - �������� ���������� ������.

PS ��, �����, �� ���������� PID �������? ���� ��...

PPS � �������, ����, ����������� �������������� �++, �...
cout >> hex >> PID;
:D

����������: 17:12 - 18 ���., 2006
binyan
������������

������: Israel
�����������: ���� 2005

�����: 292 ���������

������:
int flag4 = (PID & 0x0000F000) >> 12;


� ������ 12?

������:
��, �����, �� ���������� PID �������?


���. � ������� ���� � sql ��������

-----
...������� �������������, ���������� � ��������������..

����������: 21:34 - 20 ���., 2006
Wasteland Ghost
��������� ���� ����������

������: ������, ������
�����������: ���. 2002

�����: 2251 ���������

������:
� ������ 12?

���� �������� .

����������: 21:51 - 20 ���., 2006
binyan
������������

������: Israel
�����������: ���� 2005

�����: 292 ���������

�����...������...�������, ���������. ��� ������ ����� ������ ���������� � �������� ����� ������������ � ���? ��� ������ ����� ��� �������� ��� ������ ��� ��� ������� ����� ������� ������ [OBJECT] ? ��� ��� ��� ������ ���������� �� ���?

-----
...������� �������������, ���������� � ��������������..

����������: 21:04 - 22 ���., 2006
Wasteland Ghost
��������� ���� ����������

������: ������, ������
�����������: ���. 2002

�����: 2251 ���������

���������� ���� �� ��������� � ������ ��� �� �� �� ���������. ���� ������� -- ��������� � ������ ������, �� � ���� "�������������" ��� � ������ ���� ����� (��������). ���� ���, ������, ��� � ���������, ����������� ������ ��� �������� �� ���-������. �� ������ � ��� ���-��� ����, �� ������ ���-���.

�� ��� ���������� � ��� ������ ������ ���������� � ��������� ������ misc-��������. ����� -- �� �����, Anchorite �� ���� �������.

����������: 10:00 - 23 ���., 2006
Anchorite
������������

������: �� �����
�����������: ���. 2003

�����: 283 ���������

����� �� Exit Grid-�� � Ladderam.

����������: 20:20 - 23 ���., 2006
 

������� �� �����
<< ����. ����. >>
������������ �������� ���� ����


Powered by Ikonboard 2.1.9 RUS
Modified by RU.Board Team
© 2000 Ikonboard.com