Click here to Skip to main content
15,920,708 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow to convert image into binary using C++ Pin
naveen20_51-Mar-09 3:53
naveen20_51-Mar-09 3:53 
AnswerRe: how to convert image into binary using C++ Pin
Code-o-mat1-Mar-09 5:39
Code-o-mat1-Mar-09 5:39 
AnswerRe: how to convert image into binary using C++ Pin
Eytukan1-Mar-09 6:11
Eytukan1-Mar-09 6:11 
GeneralOT: Finding a function in a disassembly. Pin
Brady Kelly1-Mar-09 1:48
Brady Kelly1-Mar-09 1:48 
GeneralRe: OT: Finding a function in a disassembly. Pin
«_Superman_»1-Mar-09 1:55
professional«_Superman_»1-Mar-09 1:55 
GeneralRe: OT: Finding a function in a disassembly. Pin
Brady Kelly1-Mar-09 2:46
Brady Kelly1-Mar-09 2:46 
GeneralRe: OT: Finding a function in a disassembly. Pin
Stuart Dootson1-Mar-09 2:29
professionalStuart Dootson1-Mar-09 2:29 
GeneralRe: OT: Finding a function in a disassembly. Pin
Brady Kelly1-Mar-09 2:36
Brady Kelly1-Mar-09 2:36 
Stuart Dootson wrote:

Doesn't the disassembly include function names?


Not dumpbin's disassembly. I know it's rough, but the author insists on offline analysis, which I agree with, to learn how to read asm code properly. I have IDA Pro Free, which gives me everything, but I don't want everything for the same reason that the author doesn't.
Stuart Dootson wrote:
If the export is in a DLL, then you can get OllyDbg to a) debug the DLL, and b) call a selected export (by name). The 'call selected export' dialog has a 'Follow in Disassembler' button, which will place the disassembler at the start of that export.

Cool, thanks!


The conceptual Reversing process occurs every time someone looks at someone else’s code. But, it also occurs when a developer looks at his or her own code several days after it was written.

- Elliot Chikofsky, Executive Secretary, IEEE Technical Council on Software Engineering

QuestionStatic Library Issue Pin
dehseth28-Feb-09 23:52
dehseth28-Feb-09 23:52 
AnswerRe: Static Library Issue Pin
Cedric Moonen1-Mar-09 2:06
Cedric Moonen1-Mar-09 2:06 
GeneralRe: Static Library Issue Pin
dehseth1-Mar-09 2:30
dehseth1-Mar-09 2:30 
NewsRe: Static Library Issue Pin
dehseth1-Mar-09 3:30
dehseth1-Mar-09 3:30 
Questionprotected constructor Pin
samira forooghi28-Feb-09 21:20
samira forooghi28-Feb-09 21:20 
AnswerRe: protected constructor Pin
Eytukan28-Feb-09 21:26
Eytukan28-Feb-09 21:26 
GeneralRe: protected constructor Pin
samira forooghi28-Feb-09 21:44
samira forooghi28-Feb-09 21:44 
GeneralRe: protected constructor Pin
Eytukan28-Feb-09 22:30
Eytukan28-Feb-09 22:30 
AnswerRe: protected constructor Pin
«_Superman_»28-Feb-09 21:34
professional«_Superman_»28-Feb-09 21:34 
GeneralRe: protected constructor Pin
samira forooghi28-Feb-09 22:32
samira forooghi28-Feb-09 22:32 
AnswerRe: protected constructor Pin
Stuart Dootson28-Feb-09 22:31
professionalStuart Dootson28-Feb-09 22:31 
GeneralRe: protected constructor Pin
samira forooghi28-Feb-09 22:38
samira forooghi28-Feb-09 22:38 
Question[Message Deleted] Pin
Subhash Madhukar28-Feb-09 20:19
Subhash Madhukar28-Feb-09 20:19 
AnswerIf you want to be rescued. Pin
Eytukan28-Feb-09 21:20
Eytukan28-Feb-09 21:20 
AnswerRe: please help me !!!!! rescue me Pin
Code-o-mat28-Feb-09 22:42
Code-o-mat28-Feb-09 22:42 
QuestionHow to use "PrintWindow" functin in windows2000 and VC6.0 ? Pin
lyo28-Feb-09 17:12
lyo28-Feb-09 17:12 
AnswerRe: How to use "PrintWindow" functin in windows2000 and VC6.0 ? Pin
Hamid_RT28-Feb-09 19:25
Hamid_RT28-Feb-09 19:25 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.