Quote:
Originally Posted by Razor12911
Well I could but been busy lately but everything is clearing up, will be free as from the 2nd of November. About distribution, I thought of distributing the program in various sites but it's not ready, still has a couple of bugs here and there but at least I found a couple of people who have been helping this past month with the project. About projects, I made a couple of templates but asc just keeps messing up with the encryption and locking me out and trying to hack AES-256 with passwords at random and 36 characters long is impossible in this lifetime, so I always have to start all over but I fixed that problem now. So far with projects, the uploaded version is quite buggy that even when saving your project is like flipping a coin, if it lands on the wrong side then everything lost without saving.
Anyways, here's another test.
if using Windows 8, 8.1 or 10, please switch off Windows Defender, it offends ASC. After running the exe, head over to System requirements then start clicking according the uploaded picture.
Thanks in advance.
|
Going to give this a try tomorrow morning. Also running from win 10 x64.
Your work so far already is great BTW, so I'm not complaining about what pace you work at xD. I used to develop stuff for android and it was hard managing those projects between work so I don't blame you xD.
Lol I actually had a good laugh when I read this because I had a few cryptanalysis courses not long ago, I understand your pain all too well since I had a crazy Russian professor with a PhD in reverse engineering. His motto was "google it"..
What do you think about implementing a simple redundancy check? I know that it isn't all too hard to implement a quick crc32 check for the archive through script (or one to check the extracted files after extraction) but I figured it would be a nice feature since these days files over the net tend to get either corrupted or " modified" by third parties with intentions anything but good.
PS the screenshots you had of the installer you had with the tiles looked really cool.
Quote:
Originally Posted by pakrat2k2
tested and wrong on system cores reads it as 3 but AMD FX 6100-Six Core Processor
W7X64
Processor I have
Code:
http://www.newegg.ca/Product/Product.aspx?Item=N82E16819103962
|
OK I could be tottaly wrong here so take this with a grain of salt.
I believe it might be showing up as 3 since those amd bulldozer/piledriver CPUs are using CMT(a cluster multi threading architecture). So while technically you have "6 cores" those cores are in "clusters" of 2, I think the less misleading way to describe the said CPU is as a "triple module" CPU as it has 3 modules of 2 cores.
While amd got good parallel processing results like this, their FX series paled in comparison to Intel's offering (SMT based, also some have their hyperthreading technology, 2 threads per core) because those bulldozer/piledriver CPUs had poor single thread performance.
Well I'm a big fan of amd so I think will make a good comeback with their next architecture since they probably learned a lot since then (they've been working on it since before piledriver and are switching back to smt!). Btw sorry if I went a little off topic, this kind of stuff is like a hobby to me (and maybe some of you guys too xD!)
However I'm not sure how this shows up in the registry, if system cores is being fetched from registry it might be fetching the number of modules instead. I hope I was at least somewhat helpful here, though I might of been getting at nothing in the end lol.