Click here to Skip to main content
Page 1 of 1
Page Size: 10 · 25 · 50


Author filtered by: Rasool_Ahmed [x]
Question 13 May 2013   license: CPOL
Hello guys,I have problem, I want to add new section to PE section header automatically.AddNewSection PROC szName:DWORD, dwSize:DWORD,...
ASM
Question 7 May 2013   license: CPOL
Hello guys,I posted in morning about how can I read specific address from the file, and CPallini had answered me and the solution he gave me worked.Now, the problem is when I use SetPointerEx twice I got this error "ERROR_INVALID_PARAMETER", I read in msdn about it and msdn gave me what...
Answer 6 May 2013   license: CPOL
You must first convert your XML to Class, visit this linkAnd then parse it to Object using BinaryFormater and MemoryStream, visit this linkGood luck.
Question 6 May 2013   license: CPOL
Hello guys,I want to read the PE information from specific exe file, and this required to read from specific address from the file and must specify the length of the data required to read.So, How can I read from specific address from the file?The reason of my demand is to save memory....
Answer 6 May 2013   license: CPOL
I finally found the problem, the problem was me :)The problem is when I call WriteFile or ReadFile the function will write on BytesRead or BytesWritten which means that I must give the effective address of the variable.In MASM32: PUSH 0 ; /pOverlapped = NULL ...
Question 5 May 2013   license: CPOL
Hello guys,I have problem with reading or writing files in C++ and MASM32. The problem is when calling the ReadFile or WriteFile the program give an exception saying "Access violation at address 0000".This is the code in MASM32: ...

Page 1 of 1


Advertise | Privacy | Mobile
Web01 | 2.6.130513.1 | Last Updated 14 May 2013
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid