newbcrk
March 23rd, 2003, 06:18
1/I can't open my target with WINDASM
2/My target is not packed .I have used PE-Identifier which said the compiler "Microsoft Visual C++ 6.0" and that's all .
3/My offsets are completly differents between Softice ex :
001B:77E7B19B 8BEC MOV EBP,ESP
001B:77E7B19D 83EC30 SUB ESP,30
(I am under my target I am sure)
and Hexworkshop ex : entry Point 0058BECC
so that I can't patch .I don't find the offset wich interrese me .I see that under Hexworkshop I have a lot of zero but the offset is higher under Softice without a lot of 00 (remplaced by 77)
What am i be able to do ?
2/My target is not packed .I have used PE-Identifier which said the compiler "Microsoft Visual C++ 6.0" and that's all .
3/My offsets are completly differents between Softice ex :
001B:77E7B19B 8BEC MOV EBP,ESP
001B:77E7B19D 83EC30 SUB ESP,30
(I am under my target I am sure)
and Hexworkshop ex : entry Point 0058BECC
so that I can't patch .I don't find the offset wich interrese me .I see that under Hexworkshop I have a lot of zero but the offset is higher under Softice without a lot of 00 (remplaced by 77)
What am i be able to do ?