Log in

View Full Version : W32DASM shows n0thinq


ON'error
December 27th, 2001, 07:41
hi,
is a file packed when my disassembler doesnt show any code?
and how can i know how it is packed? its a crackme from ZeroCoder.

ZaiRoN
December 27th, 2001, 08:31
hi,

Quote:
is a file packed when my disassembler doesnt show any code?

maybe

Quote:
and how can i know how it is packed?

you can do it manually looking for the sections name...if you find a section called ' Upx' then the file is almost certainly packed with upx.
you can also do it using some tools like gettype or something else.

Quote:
its a crackme from ZeroCoder.

post the link in the miniproject area

byebye,
ZaiRoN