Find Jobs
Hire Freelancers

Memory reading

$1500-3000 USD

Κλειστή
Αναρτήθηκε πάνω από 5 χρόνια πριν

$1500-3000 USD

Πληρωμή κατά την παράδοση
I need someone experienced with c++, memory, and Windows IDA.
Ταυτότητα εργασίας: 17701526

Σχετικά με την εργασία

20 προτάσεις
Απομακρυσμένη Εργασία
Ενεργός/ή 6 χρόνια πριν

Ψάχνεις τρόπο για να κερδίσεις μερικά χρήματα;

Πλεονεκτήματα πλειοδοσίας στο Freelancer

Καθόρισε τον προϋπολογισμό σου και το χρονοδιάγραμμα
Πληρώσου για τη δουλειά σου
Περίγραψε την πρόταση σου
Η εγγραφή και η πλειοδοσία σε εργασίες είναι δωρεάν
20 freelancers δίνουν μια μέση προσφορά $2.238 USD για αυτή τη δουλειά
Avatar Χρήστη
My bot is for replying to client's message kindly. I made a special group for my clients. This bot captures all message on group chat in real time. So whenever a client in group sends message to bot or leave message in group my bot captures that message and reply automatically according to user's request. I built it in C# language but I prefer making with node.js rather than c#. So I can confident of your project and I can deliver updated bot in a week. I send you my bot screenshot so that you can confirm my past job. Sincerely
$2.500 USD σε 30 ημέρες
4,7 (65 αξιολογήσεις)
7,3
7,3
Avatar Χρήστη
Hi there, I have read the details I am experienced with C Programming, C++ Programming, Software Architecture, Windows Desktop. I can help you with this job, Please come to chat so we can discuss this job.
$2.500 USD σε 30 ημέρες
5,0 (28 αξιολογήσεις)
6,9
6,9
Avatar Χρήστη
Hello,sir. I have read your description. I have enough experience of your requirement skills. If you see my portfolio and my review, you will believe my word. I hope to work with you and fulfill the good outcomes each other. Best regards.
$2.500 USD σε 30 ημέρες
4,8 (105 αξιολογήσεις)
7,2
7,2
Avatar Χρήστη
Hi. I'm professional programmer with experience over 20 years and I very well know WIN API and Windows internals. What do you want? We can discuss your problem in chat. Regards, Alex.
$1.555 USD σε 30 ημέρες
5,0 (53 αξιολογήσεις)
6,3
6,3
Avatar Χρήστη
Hello. How are you? I have just read your description. I can help you perfectly. What is your issue? Let's have a short chat and discuss in detail. Kindly send to me a message please. Regards. From Yongde.
$2.000 USD σε 30 ημέρες
5,0 (15 αξιολογήσεις)
5,3
5,3
Avatar Χρήστη
8+ years of experiences in C/C++/JAVA programming. I'm a reverse engineering expert. I have read your project description fully. I can understand and finish it wonderfully. I guarantee high project development and quality as a senior full-stack developer. **********Our Goals*********** - High quality of Coding - Very fast speed of development - 100% Guarantee of credit - Strongest security - Good Flexibility - Correct Copyright - Windows/Linux/MacOS/Android/iOS/Rasp/.... Thanks, regards!
$2.500 USD σε 30 ημέρες
5,0 (12 αξιολογήσεις)
5,4
5,4
Avatar Χρήστη
Hello. I have been developing with C++ for 10 years. I can read even external process's memory with functions like createRemoteThread, ReadProcessMemory. And I have experience for IDA and CheatEngine, OllyDBG. If you are interested , please call me. best regards.
$2.500 USD σε 30 ημέρες
5,0 (8 αξιολογήσεις)
4,9
4,9
Avatar Χρήστη
Hello! How are you? I read your project description and I understand your requirements. I am a web developer working with different tools for up to 7 years. I can provide you with what you require. Relevant Skills and Experience Message me so that we can get started. Thank you, it will be interesting working with you
$2.700 USD σε 15 ημέρες
4,8 (6 αξιολογήσεις)
4,5
4,5
Avatar Χρήστη
Dear Sir. I checked your project and I'm interesting in your project. I have many experiences of Reversing Development and C++ relevant projects and I can do it perfectly if you give me a chance. Please check my profile. Best Regards.
$2.500 USD σε 15 ημέρες
5,0 (11 αξιολογήσεις)
4,4
4,4
Avatar Χρήστη
Hi....i am very interested in this project ...i have done these things in the past so i am quite confident about it too..please do contact me to discuss further thank you
$2.500 USD σε 30 ημέρες
5,0 (8 αξιολογήσεις)
3,8
3,8
Avatar Χρήστη
you can get the expert application using c++ with perfect memory management, based on windows IDA I am excellent at writing very clean,well structured, commented, meaningful, short, optimized and modular code that executes in minimum possible time with less memory usage. Very flexible working time, full-time response and expert communication skill are also my main advantages. we will be having healthy business while I am your freelancer, Thanks.
$2.500 USD σε 15 ημέρες
5,0 (4 αξιολογήσεις)
2,3
2,3
Avatar Χρήστη
Hi, I have understand your project I can do this .I have 7 years of experience & have completed a lot of projects .I have good experience with c++, memory, and Windows IDA. My expert skills are C,C++,C# Programming,Software development,Software architecture,Java ,Python,Java script,Html,Coding. Message me Further discussion will be through chat . You can also check my portfolio. Thank you.
$1.500 USD σε 7 ημέρες
0,0 (0 αξιολογήσεις)
0,0
0,0
Avatar Χρήστη
Hello, I am a Certified Software Development Expert with 5+ years of experience in C Programming, C++ Programming, Software Architecture, Windows Desktop. I have checked your project requirements and I would like to write Memory reading program with all features as per your requirements . Let me show you a sample : template<typename _ret_t> _ret_t ReadMemory(char Caption[], int long Address) { DWORD PROC_ID; HANDLE PROC_HANDLE; _ret_t ret; GetWindowThreadProcessId(FindWindow(NULL, (LPCTSTR)Caption), &PROC_ID); PROC_HANDLE = OpenProcess(PROCESS_ALL_ACCESS, false, PROC_ID); ReadProcessMemory(PROC_HANDLE, (void*)Address, &ret, sizeof(_ret_t), NULL); CloseHandle(PROC_HANDLE); return Value; I have strong verbal and written communication skills and write solid technical manuals for developed applications. My experience includes : Sound knowledge of Object Oriented software development: • Python, Ruby • C++, PHP, Java Proficient in using scripting and programming languages: • JavaScript, JQuery • XML, Ajax, CSS, HTML Immense potential to deploy Amazon web services: • EC2 cloud computing, ELB • S3 storage • I ensure you best Quality data according to your requirements within the time frame and at a very Low Price. I would appreciate the opportunity to meet with you further talk about my previous experience. Best Regards..
$1.500 USD σε 5 ημέρες
0,0 (0 αξιολογήσεις)
0,0
0,0
Avatar Χρήστη
Hello Sir. Nice to meet you. Thank you for this wonderful opportunity. I would like to apply as a web developer in your job post. I am expert in the following C++,C#, HTML 5 , CSS 3 , PSD to HTML , Bootstrap , Responsive Web Design , PHP , WordPress, Website Design, Mysql ,Blog Design etc. You can hire me for this project and I will Full-fill your requirement and provide 100% Satisfaction work. Give me one chance to prove my skills . I am waiting your reply. Thanks and Regards
$1.500 USD σε 15 ημέρες
0,0 (0 αξιολογήσεις)
0,0
0,0
Avatar Χρήστη
. . . . . . . . . .
$3.000 USD σε 20 ημέρες
0,0 (0 αξιολογήσεις)
0,0
0,0
Avatar Χρήστη
Hi! I'm an IT security researcher and practitioner with roots in the Gamehacking/cracking area. It sounds like I could be of help for you. Please let me know about the details. Rest assured about privacy, if needed I'll sign an NDA. Hope to hear from you, Benedikt
$2.000 USD σε 15 ημέρες
0,0 (0 αξιολογήσεις)
0,0
0,0
Avatar Χρήστη
Hi there, I'm Jorge Padula co-founder of Toptive - Top Tier Developers . We are a team based in Argentina with strong experience in software and mobile development. SENIOR in C Programming, C++ Programming, Software Architecture, Windows Desktop. We are able to do your project starting ASAP. Do not hesitate to contact me if you are interested. You will not regret, Thank you very much, Kindest regards, Jorge
$2.500 USD σε 30 ημέρες
0,0 (0 αξιολογήσεις)
0,0
0,0

Σχετικά με τον πελάτη

Σημαία της UNITED STATES
Cleveland, United States
0,0
0
Επαληθευμένη μέθοδος πληρωμής
Μέλος από Ιουλ 12, 2018

Επαλήθευση Πελάτη

Άλλες δουλειές από αυτόν τον πελάτη

Write some software
$1500-3000 USD
Ευχαριστούμε! Σου έχουμε στείλει ένα email με ένα σύνδεσμο για να διεκδικήσεις τη δωρεάν πίστωση σου.
Κάτι πήγε στραβά κατά την προσπάθεια αποστολής του email σου. Παρακαλούμε δοκίμασε ξανά.
Εγγεγραμμένοι Χρήστες Συνολικές Αναρτημένες Δουλειές
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Φόρτωση προεπισκόπησης
Δόθηκε πρόσβαση για Geolocation.
Η σύνδεση σου έχει λήξει και τώρα έχεις αποσυνδεθεί. Παρακαλούμε συνδέσου ξανά.