Jump to content

So there's a program on Kali Linux named "Crunch", used for generating passwords. I do indeed have Linux, but HATE using it. I asked on another forums, and I was told that maybe I could use a C Compiler for Windows 

 

And then  "compiling it from the provided source code on sourceforge"

https://sourceforge.net/projects/crunch-wordlist/

 

Is this hard to do? / even possible. Thanks for help recently on this forum :D>

Link to comment
https://linustechtips.com/topic/677486-c-compiler-for-windows/
Share on other sites

Link to post
Share on other sites

On Windows, the two major compilers are the GNU C Compiler (gcc) and the Microsoft Visual Studio C Compiler. The first one is free and open source, the latter is available only through a MSDN subscription.

There are, of course, other compilers, but they make up a small fraction of market share.

For a one-off thing, I suggest you try the GCC.

Link to comment
https://linustechtips.com/topic/677486-c-compiler-for-windows/#findComment-8719215
Share on other sites

Link to post
Share on other sites

4 minutes ago, Lehti said:

On Windows, the two major compilers are the GNU C Compiler (gcc) and the Microsoft Visual Studio C Compiler. The first one is free and open source, the latter is available only through a MSDN subscription.

 

There are, of course, other compilers, but they make up a small fraction of market share.

For a one-off thing, I suggest you try the GCC.

Visual Studio has a free version called Visual Studio Express.

 

The problem with GCC is it has a large learning curve to use for anything other than basic stuff.

 

EDIT (number billion): I would suggest finding an IDE like Eclipse or something that uses GCC but does all the hard stuff for you.

Link to comment
https://linustechtips.com/topic/677486-c-compiler-for-windows/#findComment-8719233
Share on other sites

Link to post
Share on other sites

I use personally codeblocks, but I do only small stuff occasionally. It's free

GUITAR BUILD LOG FROM SCRATCH OUT OF APPLEWOOD

 

- Ryzen Build -

R5 3600 | MSI X470 Gaming Plus MAX | 16GB CL16 3200MHz Corsair LPX | Dark Rock 4

MSI 2060 Super Gaming X

1TB Intel 660p | 250GB Kingston A2000 | 1TB Seagate Barracuda | 2TB WD Blue

be quiet! Silent Base 601 | be quiet! Straight Power 550W CM

2x Dell UP2516D

 

- First System (Retired) -

Intel Xeon 1231v3 | 16GB Crucial Ballistix Sport Dual Channel | Gigabyte H97 D3H | Gigabyte GTX 970 Gaming G1 | 525 GB Crucial MX 300 | 1 TB + 2 TB Seagate HDD
be quiet! 500W Straight Power E10 CM | be quiet! Silent Base 800 with stock fans | be quiet! Dark Rock Advanced C1 | 2x Dell UP2516D

Reviews: be quiet! Silent Base 800 | MSI GTX 950 OC

 

Link to comment
https://linustechtips.com/topic/677486-c-compiler-for-windows/#findComment-8719250
Share on other sites

Link to post
Share on other sites

2 minutes ago, Lehti said:

Oh, cool! I didn't know that. What are its limitations compared to the paid-for version?

https://en.wikipedia.org/wiki/Microsoft_Visual_Studio_Express#2005.E2.80.932010_products

 

It depends on the language. If you're doing small hobby stuff, it works well enough.

Link to comment
https://linustechtips.com/topic/677486-c-compiler-for-windows/#findComment-8719271
Share on other sites

Link to post
Share on other sites

1 hour ago, Lehti said:

On Windows, the two major compilers are the GNU C Compiler (gcc) and the Microsoft Visual Studio C Compiler. The first one is free and open source, the latter is available only through a MSDN subscription.

There are, of course, other compilers, but they make up a small fraction of market share.

For a one-off thing, I suggest you try the GCC.

Visual Studio Community edition.

Express only existed in the old releases (<=2010), it is now called community edition.

There are no real limitations, except for support and microsofts team foundation junk.

Desktop: Intel i9-10850K (R9 3900X died 😢 )| MSI Z490 Tomahawk | RTX 2080 (borrowed from work) - MSI GTX 1080 | 64GB 3600MHz CL16 memory | Corsair H100i (NF-F12 fans) | Samsung 970 EVO 512GB | Intel 665p 2TB | Samsung 830 256GB| 3TB HDD | Corsair 450D | Corsair RM550x | MG279Q

Laptop: Surface Pro 7 (i5, 16GB RAM, 256GB SSD)

Console: PlayStation 4 Pro

Link to comment
https://linustechtips.com/topic/677486-c-compiler-for-windows/#findComment-8719654
Share on other sites

Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×