있는거 다 삽니다 ㅠㅠ
| 제목 | 작성자 | 작성일 | 조회 | |
|---|---|---|---|---|
| 1344 | 10-28 | 1229 | ||
| 1343 | 10-28 | 1448 | ||
| 1342 | 10-27 | 1558 | ||
| 1341 | 10-27 | 1435 | ||
| 1340 | 에임류+3 | 10-27 | 1286 | |
| 1339 | 10-27 | 857 | ||
| 1338 | 10-26 | 1042 | ||
| 1337 | 10-25 | 1054 | ||
| 1336 | 요새 소스+2 | 10-25 | 1490 | |
| 1335 | 10-24 | 1186 | ||
| 1334 | 10-22 | 922 | ||
| 1333 | 10-20 | 1863 | ||
| 1332 | 10-20 | 1609 | ||
| 1331 | 10-20 | 1168 | ||
| 1330 | Jh인가 외국인+2 | 10-19 | 1008 | |
| 1329 | 10-19 | 1392 | ||
| 1328 | 10-19 | 1018 | ||
| 1327 | 랭커용 파시는분+1 | 10-19 | 985 | |
| 1326 | 10-19 | 1020 | ||
| 1325 | 랭커용 넘겨요+1 | 10-18 | 931 |
댓글8
꾸준히 거래하면서 소스 파실 실력자분 구해요.. ㅠㅠ
디코 보십숑
뭐노 이 사기꾼 년은 ㅋㅋ
unit BADY;
interface
uses
Windows, AddressClass, MemoryUnit, SysUtils;
var
BodyAlloc: Array [0 .. 2] of DWORD;
BodyAddr: Array [0 .. 3] of DWORD;
function BodySet1: Boolean;
function BodySetValue1(Value: Single): Boolean;
implementation
function BodySet1: Boolean;
var
i: Integer;
MBI: Memory_Basic_Information;
PtrSize: DWORD;
ReadBuf: Array [0 .. $3000] of Byte;
begin
try
for i := 0 to 2 do
BodyAlloc[i] := DWORD(VirtualAllocEx(hProcess, nil, $3000, MEM_COMMIT, PAGE_EXECUTE_READWRITE));
BodyAddr[0] := RPM4Byte(CShell + Body);
BodyAddr[1] := RPM4Byte(BodyAddr[0] + $2448);
BodyAddr[2] := RPM4Byte(BodyAddr[1] + $4);
for i := 0 to 2 do
begin
VirtualQueryEx(hProcess, ptr(BodyAddr[i]), MBI, SizeOf(MBI));
PtrSize := MBI.RegionSize - (BodyAddr[i] - DWORD(MBI.BaseAddress));
if PtrSize >= $3000 then
PtrSize := $3000;
ReadProcessMemory(hProcess, ptr(BodyAddr[i]), @ReadBuf, PtrSize, PNativeUInt(nil)^);
WriteProcessMemory(hProcess, ptr(BodyAlloc[i]), @ReadBuf, PtrSize, PNativeUInt(nil)^);
PtrSize := 0;
ZeroMemory(@ReadBuf, SizeOf(ReadBuf));
end;
WPM4Byte(CShell + Body, BodyAlloc[0]);
WPM4Byte(BodyAlloc[0] + $2448, BodyAlloc[1]);
WPM4Byte(BodyAlloc[1] + $4, BodyAlloc[2]);
Result := True;
except
Result := False;
end;
end;
function BodySetValue1(Value: Single): Boolean;
begin
try
PBYTE(@Value)^ := PBYTE(@Value)^ xor $3A;
PBYTE(Pointer(DWORD(@Value) + 3))^ := PBYTE(Pointer(DWORD(@Value) + 3))^ xor $B8;
WPM4Byte(BodyAlloc[2] + $660, PDWORD(@Value)^);
except
end;
end;
end.
델판가
개 널린 소스 올려서 뭐 함,,
디코 아이디 뭔가요?
일챗 확인해주세요