Closed GoogleCodeExporter closed 8 years ago
@cheff It could be a good idea to put reaver 1.4 for downloading with those
revisions in it what do you think?
Original comment by patricks...@gmail.com
on 12 Jan 2012 at 9:03
One thing thats slightly confusing though is the code on the page and the
"raw-file".
They are two different pieces of code.
I was expecting view "raw-file" to be the same code as the code on the viewing
page.
Just in an easier to manage format.
But looking at the file-sizes they seem to differ.
Rather than clicking and dragging over all the code, i was expecting to be able
to click raw-file, then select all, to speed up things.
It seems "raw-file" is in fact the original untouched code from the last proper
release though?
Correct me if i'm wrong though.
Cheers.
Original comment by ObiDanKi...@googlemail.com
on 12 Jan 2012 at 9:04
O.k i think i've sussed it, the google page i.e the page with the code number
lines, if you try and click and drag the code from there, for some reason i
think it adds the whitespace to the total file-size and possibly thats the
reason why the "make" did not work.
I'm guessing it is preferable to grab the individual modules from the "view
raw-file" section, as i'm guessing they are the same code but with whitespace
removed.
Grabbing the code from the code lined part and from the "view-raw" results in
two different file-sizes thus the confusion on my part.
Yup i was fool.
Just confirmed this, by doing a character and word count using both pieces of
code as a test. 6,000 more bytes in the google line code one. But the code is
identiical.
I shall try compiling a revision with the raw-files!
I'm new to this milarkee i guess would be a suitable excuse. ;)
Original comment by ObiDanKi...@googlemail.com
on 12 Jan 2012 at 9:32
ObiDanKi, check out http://tortoisesvn.net/. It will let you download the
revisions off of here much more easily.
Original comment by dgprat...@gmail.com
on 12 Jan 2012 at 10:06
It's cool bud, i got it sorted now.
I just clicked raw-image for all the files then save page as....Much quicker.
Just finished compiling 1.4 its sat ready to go, so i'll give it a squizz, see
if it works on my set-up.
It was because i copied and pasted the whitespace that it didn't work before.
Ah well i wasn't to know, i saw the difference in file size and wondered why
that was a bit odd! ;)
Had to remember to chmod all the executables as well. Anyways just tried wash
and i like the new layout, and way it gives you a wee bit more info.
- dan
Original comment by ObiDanKi...@googlemail.com
on 12 Jan 2012 at 10:41
Yeah Makefiles are picky about their white space, copy/paste usually comes back
to bite you there.
Original comment by cheff...@tacnetsol.com
on 12 Jan 2012 at 2:33
Original issue reported on code.google.com by
ObiDanKi...@googlemail.com
on 12 Jan 2012 at 8:42