When to switch jobs? View Thread Reply Hide Molly Blythewater - Sat, 11 Sep 2021 15:11:30 EST q6pa5J+x No.39824 File: 1631387490270.jpg -(659681B / 644.22KB, 1920x1080) Thumbnail displayed, click image for full size. Hello, I'm wondering when it would be reasonable for me to quit my current job and look for something better.The current job pays terribly (I earned more working retail) but it's my first time as a developer so I needed the experience. Would it look bad on my resume if I only stayed here for 6 months and then went looking for another position elsewhere? 4 posts omitted. Click View Thread to read. >> Rebecca Penninghet - Thu, 16 Sep 2021 14:58:58 EST q6pa5J+x No.39833 Reply >>39830Thanks for the encouragement man :) >> Priscilla Bibberwill - Sat, 18 Sep 2021 16:04:39 EST UKwKm4Mb No.39842 Reply >>39833its the future dont be loyal to your employer, become un-expendable to your (current and potential) employeers >> Lydia Banderforth - Mon, 04 Oct 2021 16:47:50 EST 8b2jtF2w No.39882 Reply >>39828Not weird. It may be weird if you never stay longer than 6 months, but a 6 month gig isn't of itself an eyebrow raiser,
>> Rebecca Penninghet - Thu, 16 Sep 2021 14:58:58 EST q6pa5J+x No.39833 Reply >>39830Thanks for the encouragement man :)
>> Priscilla Bibberwill - Sat, 18 Sep 2021 16:04:39 EST UKwKm4Mb No.39842 Reply >>39833its the future dont be loyal to your employer, become un-expendable to your (current and potential) employeers
>> Lydia Banderforth - Mon, 04 Oct 2021 16:47:50 EST 8b2jtF2w No.39882 Reply >>39828Not weird. It may be weird if you never stay longer than 6 months, but a 6 month gig isn't of itself an eyebrow raiser,
JavaScript - Help me with this shit View Thread Reply Hide Hamilton Pittgold - Wed, 29 Sep 2021 06:45:45 EST CB0GAX6r No.39865 File: 1632912345129.jpg -(1031533B / 1007.36KB, 1200x800) Thumbnail displayed, click image for full size. >Find the sum and product of all the numbers in the range 0-100, which I divide by 3 without a remainder, when you divide by 4 you get 1 remainder, and when you divide by 7 you get 2 residues.for (g=1; g<=100; g++) { if (g % 3 == 0 && g % 4 == 1 && g % 2 == 0) { x = x*g; }}console.log(x) >> Betsy Hosslefudge - Wed, 29 Sep 2021 18:45:18 EST Pwkb3PK7 No.39867 Reply How can x mod y produce two residues? Oh wait I don't give a shit. >> Hedda Bapperspear - Wed, 29 Sep 2021 23:30:28 EST xY66AnMm No.39868 Reply >>39867Because the input to that function is different. Should've NB if you don't care.
>> Betsy Hosslefudge - Wed, 29 Sep 2021 18:45:18 EST Pwkb3PK7 No.39867 Reply How can x mod y produce two residues? Oh wait I don't give a shit.
>> Hedda Bapperspear - Wed, 29 Sep 2021 23:30:28 EST xY66AnMm No.39868 Reply >>39867Because the input to that function is different. Should've NB if you don't care.
Chanpink imageboard View Thread Reply Hide Polly Wankinworth - Fri, 07 Jul 2017 00:30:46 EST bQ0uc9Dn No.37103 File: 1499401846015.jpg -(658384B / 642.95KB, 1920x1080) Thumbnail displayed, click image for full size. Hey /prog/What do you think of this live imageboard I made?https://chanpink.com >> Henry Bongerkock - Sat, 28 Aug 2021 22:16:31 EST kHMc6hfB No.39778 Reply >>37103it sucks >> Augustus Grimson - Wed, 01 Sep 2021 07:33:53 EST GX5y1V3Q No.39783 Reply You create good imageboard app. For creating different applecations I need to have great programming skills + experience. I do not have both, so used help of https://www.intellectsoft.net/platforms/construction-software-development/ usually when need to make some apps for different IT projects. Recently I got advices with Construction Integrations >> Nathaniel Fonkinville - Wed, 01 Sep 2021 13:50:23 EST 8b2jtF2w No.39785 Reply >>37103I couldn't get it to load
>> Augustus Grimson - Wed, 01 Sep 2021 07:33:53 EST GX5y1V3Q No.39783 Reply You create good imageboard app. For creating different applecations I need to have great programming skills + experience. I do not have both, so used help of https://www.intellectsoft.net/platforms/construction-software-development/ usually when need to make some apps for different IT projects. Recently I got advices with Construction Integrations
>> Nathaniel Fonkinville - Wed, 01 Sep 2021 13:50:23 EST 8b2jtF2w No.39785 Reply >>37103I couldn't get it to load
Semi Private APIs View Thread Reply Hide Lydia Wavingtore - Thu, 26 Aug 2021 22:01:21 EST xwPuj0z1 No.39774 File: 1630029681303.jpg -(71090B / 69.42KB, 722x727) Thumbnail displayed, click image for full size. Does anyone have any experience utilizing semi private apis for their own applications and whether or not it would be legal to send requests to it directly? The one I’m thinking of using does not require any authentication or API key. The frontend application that uses it is 100% open to the public. I would usually just use it and ask questions later, but my product manager was freaking out today. There is an end user agreement on the frontend app that mentions creating derivative applications not being allowed, but why would they notice or even care, it would just look like someone was using their frontend app a lot. Am I being dumb or missing something? They have a paid version of the same api, but the end points their public apps hit are not secured in any way. Do you think they’d be able to distinguish my apps traffic from their regular traffic? Should I just push for the paid api? >> Fucking Blambleton - Fri, 27 Aug 2021 10:36:48 EST kUYDVGWC No.39775 Reply >>39774they will notice doing basic monitoring on thier services
>> Fucking Blambleton - Fri, 27 Aug 2021 10:36:48 EST kUYDVGWC No.39775 Reply >>39774they will notice doing basic monitoring on thier services
Extracting .BIN file View Thread Reply Hide Hugh Bardforth - Sat, 21 Aug 2021 19:39:38 EST YiT0WU2c No.39756 File: 1629589178323.jpg -(234199B / 228.71KB, 1200x1600) Thumbnail displayed, click image for full size. I have a hobby of playing with 3D models of games.The thing is that some files are locked inside .BIN, and I need to know about extracting .BIN files.Is there any good program to do it?
GUI Question View Thread Reply Hide Charles Follyman - Fri, 12 Feb 2021 02:04:51 EST cxNZOZ4O No.39356 File: 1613113491062.gif -(2401292B / 2.29MB, 218x316) Thumbnail displayed, click image for full size. Anybody here have experience with Tcl/Tk?I'm wondering if/how you could do popups of animations (gif or video whatever works) like in ( Tim&Eric - Celery Man https://www.youtube.com/watch?v=maAFcEU6atk ) User is currently banned from all boards >> Shit Fanningbuck - Wed, 14 Apr 2021 12:07:07 EST qotx5/Tw No.39490 Reply >>39356[code]from tkinter import *import timeimport osroot = Tk()frameCnt = 12frames = [PhotoImage(file='timericceleryman.gif',format = 'gif -index %i' %(i)) for i in range(frameCnt)]def update(ind): frame = frames[ind] ind += 1 if ind == frameCnt: ind = 0 label.configure(image=frame) root.after(100, update, ind)label = Label(root)label.pack()root.after(0, update, 0)root.mainloop()[/code]As for homework, find out why it renders background badlynot sure if you can read it it says you are banned lmao >> Shit Fanningbuck - Wed, 14 Apr 2021 12:08:13 EST qotx5/Tw No.39491 Reply >>39490dont know how to post code, basically remember that update method ends with line: root.after(100, update, ind) >> Phoebe Boffinghall - Tue, 10 Aug 2021 16:18:56 EST RfCPWDDi No.39693 Reply >>39490I am banned! But apparently not so either!Maybe ISP switched me out or something?But just wanted to say I appreciated your response, still havent gotten around to doing the homework because it was to make 420ch OC anyway so being banned and all was putting off my motivation to proceed furtherGonna have another try now being alive again and all User is currently banned from all boards
>> Shit Fanningbuck - Wed, 14 Apr 2021 12:07:07 EST qotx5/Tw No.39490 Reply >>39356[code]from tkinter import *import timeimport osroot = Tk()frameCnt = 12frames = [PhotoImage(file='timericceleryman.gif',format = 'gif -index %i' %(i)) for i in range(frameCnt)]def update(ind): frame = frames[ind] ind += 1 if ind == frameCnt: ind = 0 label.configure(image=frame) root.after(100, update, ind)label = Label(root)label.pack()root.after(0, update, 0)root.mainloop()[/code]As for homework, find out why it renders background badlynot sure if you can read it it says you are banned lmao
>> Shit Fanningbuck - Wed, 14 Apr 2021 12:08:13 EST qotx5/Tw No.39491 Reply >>39490dont know how to post code, basically remember that update method ends with line: root.after(100, update, ind)
>> Phoebe Boffinghall - Tue, 10 Aug 2021 16:18:56 EST RfCPWDDi No.39693 Reply >>39490I am banned! But apparently not so either!Maybe ISP switched me out or something?But just wanted to say I appreciated your response, still havent gotten around to doing the homework because it was to make 420ch OC anyway so being banned and all was putting off my motivation to proceed furtherGonna have another try now being alive again and all User is currently banned from all boards
functionalCS2: electric boogaloo View Thread Reply Hide Archie Mangergold - Fri, 23 Oct 2020 03:43:23 EST x6K3CZQk No.39023 File: 1603439003409.jpg -(329731B / 322.00KB, 1200x1200) Thumbnail displayed, click image for full size. A non terminating loop of this ancient thread >>37033 though I don't know how often I can maintain, I have a bunch of side gigs which I hope anons too will have. I used some random 'Wolves in the Throne Room' pic back in 2017 so I guess I'll use a 2020 Lustre pic though I do want to show Kirtaner launching missiles https://youtu.be/iM_DokBt0rk notice the codeAll memes aside one of the reasons I post here is because he is the guy who splintered from SA back in the day and made this image board himself, and also taima.tv an endless fountain of ufc and mandrama memes though I suspect he just cloned cytube which is exactly what I would've done. This is the essence of functionalCS, clone the shit you want to build better and make your own community. The meme AI workshop https://learnaifromscratch.github.io/ is going to go from zero to max starting sometime this month, we're just going to do 10-601 and 10-701 together and figure it out backtracking like I used to backtrack courses and fill in the blanks because fuck it. You guys can figure it out no problem. The recitations will be the rest of the data science CMU course like probability etc.The secret of the AI workshop is that I build you up to exactly where I was before I started doing the 2017 curriculumSo you now have the base to know to 10-701/601 which is writing AI algorithms from scratch. Don't worry we'll just fill it in with random Wildberger Probability lectures and of course Tao has extensive writing on everything we're about to take, in fact Tao has the best probability intro notes I've ever seen (probably because he's Terence Tao)Now you know the goal of the AI workshop, you become me, you just build up to mid-tier level and then discover you too can learn all these things yourself and just fill in the blanks as you go there is no such thing as prerequisites, YES! no prereqs. Unfortunately I slacked many months of this year since starting the workshop in January, primarily because of pandemic surprise and now I'm moonlighting in a bio research lab again doing Wildberger tier deep learning with 'universal hyperbolic geometry' which is a model he built with rational math that you can use a model to project into and accomplish utterly mind blowing things you never thought constant time possible, with just a highschool background. We'll also go through those Sussman papers where he rants that AI is not really AI. tl;dr the workshop will go another 3 months into 2021 because I burned those months doing nothing but panicking moving around the world from HK back to my home country and trying to take care of my family while walking around wearing a gas mask all day and making a living. If you don't know what you want to do, and want direction, I suggest you email RMS. Don't step to him w/politics or some meme about licensing, but ask him 'what do you think will be important 100 years from now' and then go do it yourself. RMS despite his hyper partisan politics has very, very interesting emails he will send back to you. He quite literally has a crystal ball that he looks into and sees the future of all of mankind and understands all modern technology being the bezerker hacker that he is. Greed has poisoned mens souls https://youtu.be/2jJxkwIEUp4In the meantime I teach you how to make a bucket of money so you don't need to rely on exploitation for your survival whatever your background including mine, if everything in life is set up against you I will teach you a way where it doesn't matter, you can have the skills to pay the bills despite your background, since mine was one of absolute failure where I went to prison extradited from my country to US Seatac fed prison and embarassed my whole family spending time there living like an animal. I beat the ridiculous hacking charges but it doesn't matter I'm still guilty and deserved what I got, and I know what it's like to work an 14 hour day doing hard labour and be afraid that you'll be on the street if you're fired becuase you don't have real credentials. I still don't have real credentials either. Nobody trusts HK credentials and I had to prove myself to get into the lab I'm currently larping in as a genetic researcher only because I had old letters of recommendations from profs in the labs i worked in before, reminder apply to these positions, nobody else does. This post was a pile of cringe, here's the deal: we are doing CMU's ML 10-601 and 10-701 phd courses in a week or so, from scratch, and it doesn't matter because you anon can do it too. Fuck it we'll just figure it out from scratch.Also I'm secretly writing a Pfpl and dan licata workshop for ML/OCaml, once you read this you will realize how easy all of this is 562 posts and 34 images omitted. Click View Thread to read. >> Alice Sunkinlit - Sat, 04 Sep 2021 09:13:40 EST YxMdWLth No.39804 Reply Anons im prepare belarusian traditional woodcutting work shop on https://learnwoodcuttingfromscratch.github.io.Observe me. >> Reuben Fiblinghare - Thu, 09 Sep 2021 19:36:44 EST JT0nCndy No.39817 Reply My friends i debelop cayholic theolyogy workshop. https://learnaifromscratch.com/catholicism.txt >> Edwin Chuzzlewill - Sat, 11 Sep 2021 21:09:40 EST 6cg49WD0 No.39826 Reply 1631408980922.png -(81570B / 79.66KB, 500x501) Thumbnail displayed, click image for full size. >>39804>>39817Should I even ask what you think you're accomplishing by posting these?
>> Alice Sunkinlit - Sat, 04 Sep 2021 09:13:40 EST YxMdWLth No.39804 Reply Anons im prepare belarusian traditional woodcutting work shop on https://learnwoodcuttingfromscratch.github.io.Observe me.
>> Reuben Fiblinghare - Thu, 09 Sep 2021 19:36:44 EST JT0nCndy No.39817 Reply My friends i debelop cayholic theolyogy workshop. https://learnaifromscratch.com/catholicism.txt
>> Edwin Chuzzlewill - Sat, 11 Sep 2021 21:09:40 EST 6cg49WD0 No.39826 Reply 1631408980922.png -(81570B / 79.66KB, 500x501) Thumbnail displayed, click image for full size. >>39804>>39817Should I even ask what you think you're accomplishing by posting these?
custom programming View Thread Reply Hide Basil Sinningworth - Thu, 29 Apr 2021 04:35:26 EST O2fDkp61 No.39512 File: 1619685326766.jpg -(61879B / 60.43KB, 960x702) Thumbnail displayed, click image for full size. hey there guys & gals!I am looking for a site where one can look for programmers all around the world and hire them for some custom programming. Does anybody of you know some of these sites and has experience with this kind of service? Do you know what costs per hour i can anticipate? Thank you very much! >> Cedric Demmletet - Thu, 29 Apr 2021 05:42:26 EST x6K3CZQk No.39514 Reply >>39512https://news.ycombinator.com/item?id=22215941 you can hire them off /forhire/ too on famous drama site beginning with red and ending with dit Just work out a daily rate or place a bounty for it >> Augustus Croshchug - Fri, 23 Jul 2021 02:35:21 EST WNy9NPC8 No.39663 Reply I have strong interest in creating website or forum for users. I needed to find good and cheap hosting. My friends suggest to check https://www.namecheap.com/hosting/vps/ which will give great level of protection. They keep “virtual” hosting environment in the safest of hands thanks to state-of-the-art hardware and software firewalls, alongside our internal security package
>> Cedric Demmletet - Thu, 29 Apr 2021 05:42:26 EST x6K3CZQk No.39514 Reply >>39512https://news.ycombinator.com/item?id=22215941 you can hire them off /forhire/ too on famous drama site beginning with red and ending with dit Just work out a daily rate or place a bounty for it
>> Augustus Croshchug - Fri, 23 Jul 2021 02:35:21 EST WNy9NPC8 No.39663 Reply I have strong interest in creating website or forum for users. I needed to find good and cheap hosting. My friends suggest to check https://www.namecheap.com/hosting/vps/ which will give great level of protection. They keep “virtual” hosting environment in the safest of hands thanks to state-of-the-art hardware and software firewalls, alongside our internal security package
Shitcoin shilling thread? View Thread Reply Hide Fanny Grimwater - Sun, 11 Apr 2021 04:26:56 EST qDWzpjEY No.39486 File: 1618129616089.jpg -(92898B / 90.72KB, 960x971) Thumbnail displayed, click image for full size. Who here milking shitcoins? >> Shit Fanningbuck - Wed, 14 Apr 2021 11:55:11 EST qotx5/Tw No.39489 Reply >>39486you write trading bots?
>> Shit Fanningbuck - Wed, 14 Apr 2021 11:55:11 EST qotx5/Tw No.39489 Reply >>39486you write trading bots?
N64 development View Thread Reply Hide Nicholas Goodhood - Sat, 13 Mar 2021 10:51:11 EST rc6Wkt5H No.39432 File: 1615650671250.jpg -(299971B / 292.94KB, 2048x1365) Thumbnail displayed, click image for full size. Is there a good resource to learn C for N64? Or do you need to learn MIPS Assembly? I'm fascinated with how people have begun injecting assembly code into Ocarina of Time and are using stale refrence manipulation to beat the game in 15 minutes, it got me very interested in the computer logic of the N64 and developing for it. >> David Fuckingfoot - Thu, 08 Apr 2021 23:49:18 EST x6K3CZQk No.39482 Reply >>39432http://n64.icequake.net/doc/n64intro/kantan/step2/index1.html is a classic resource and this guy has a channel about mods for n65 https://www.youtube.com/channel/UCuvSqzfO_LV_QzHdmEj84SQYou can use something like http://64drive.retroactive.be/ to bare metal hack an N64 https://github.com/PeterLemon/N64 >> James Trotshaw - Mon, 12 Apr 2021 19:31:06 EST p3Od6i3j No.39487 Reply >>39482Thanks for sharing. Would these links be sufficient for learning about n64 game decompilation? User is currently banned from all boards
>> David Fuckingfoot - Thu, 08 Apr 2021 23:49:18 EST x6K3CZQk No.39482 Reply >>39432http://n64.icequake.net/doc/n64intro/kantan/step2/index1.html is a classic resource and this guy has a channel about mods for n65 https://www.youtube.com/channel/UCuvSqzfO_LV_QzHdmEj84SQYou can use something like http://64drive.retroactive.be/ to bare metal hack an N64 https://github.com/PeterLemon/N64
>> James Trotshaw - Mon, 12 Apr 2021 19:31:06 EST p3Od6i3j No.39487 Reply >>39482Thanks for sharing. Would these links be sufficient for learning about n64 game decompilation? User is currently banned from all boards
Making lists of files that contain a specified character and excluding the rest View Thread Reply Hide Albert Trotshaw - Fri, 12 Mar 2021 11:53:24 EST 7sa8hi9j No.39418 File: 1615568004221.png -(9565B / 9.34KB, 264x191) Thumbnail displayed, click image for full size. How do I tell DOS or PowerShell to search thru all the files in a given directory and then output to user a list of files in the directory that contain the given character I'm searching for? I'm trying to build a ghetto database of stock charts, organizing them with with either a period, a comma, or an & sign on the end. 1 posts omitted. Click View Thread to read. >> Phyllis Sasslefield - Sat, 13 Mar 2021 01:45:02 EST loGXzIW3 No.39429 Reply >>39419>>39418Something with findstr is what you wanthttps://docs.microsoft.com/en-us/windows-server/administration/windows-commands/findstr >> Edward Sonningcocke - Sun, 14 Mar 2021 10:17:18 EST 7sa8hi9j No.39436 Reply >>39429 For whatever reason FINDSTR isn't working. I don't know why. At first FINDSTR told me it couldn't open my database folders, I realized DOS was having problems with spaces in the filenames. So I took all the spaces out of the filenames, and now when I run FINDSTR it just hangs up and gives me no output. I saw people doing what I want with if statements they wrote in PowerShell. I guess I'll just have to learn how Windows Search works in an advanced way if I don't want to write if statements. >> BrU - Sat, 03 Apr 2021 15:43:58 EST 5c6B1BbL No.39464 Reply Consider downloading C# and use the Contains method.https://docs.microsoft.com/en-us/dotnet/api/system.string.contains?view=net-5.0
>> Phyllis Sasslefield - Sat, 13 Mar 2021 01:45:02 EST loGXzIW3 No.39429 Reply >>39419>>39418Something with findstr is what you wanthttps://docs.microsoft.com/en-us/windows-server/administration/windows-commands/findstr
>> Edward Sonningcocke - Sun, 14 Mar 2021 10:17:18 EST 7sa8hi9j No.39436 Reply >>39429 For whatever reason FINDSTR isn't working. I don't know why. At first FINDSTR told me it couldn't open my database folders, I realized DOS was having problems with spaces in the filenames. So I took all the spaces out of the filenames, and now when I run FINDSTR it just hangs up and gives me no output. I saw people doing what I want with if statements they wrote in PowerShell. I guess I'll just have to learn how Windows Search works in an advanced way if I don't want to write if statements.
>> BrU - Sat, 03 Apr 2021 15:43:58 EST 5c6B1BbL No.39464 Reply Consider downloading C# and use the Contains method.https://docs.microsoft.com/en-us/dotnet/api/system.string.contains?view=net-5.0
COM object model access with DOS scripts? View Thread Reply Hide Servant of Bill - Tue, 16 Feb 2021 20:23:30 EST 7sa8hi9j No.39371 File: 1613525010329.jpg -(41795B / 40.82KB, 450x364) Thumbnail displayed, click image for full size. Is it possible to access a program's COM object model like Internet Explorer, Excel, etc. with command prompt, or is it necessary to use PowerShell to access it? I can't find the answer online. It would be nice if I could manipulate COM with DOS. Before you guys flame me for wanting to use DOS scripts, I find they are often faster and always smaller than PowerShell scripts or VBScripts and almost always have less characters than VB or PS. >> Eugene Sezzlestetch - Fri, 05 Mar 2021 14:20:32 EST GogfEqIX No.39401 Reply 1614972032689.jpg -(214945B / 209.91KB, 1001x823) Thumbnail displayed, click image for full size. scripted disassembly is going to really vary between platform to platform, and it would be best to make a function per category of what you expect to be there (.NET extensions, statically linked stuff, machine instructions, etc.) and then script something which will read the COM file in a byte-wise manner, match patterns of things you are looking for, and then output them elsewhere. >using DOS/PowershellIt should be okay to make the script checking for everything do this, but honestly, something like C/C# for the memory operations might be better if you're on a non-legacy windows machine because of the system calls that might be involved (I'm no windows expert, but you might make the anti-malware bullshit reeee at you for scanning an EXE into memory without the correct elevation) >dump EXE/COM file to memory as a byte array using some high-level program>script checks for presence of what you want in the file>for each thing it finds, the script uses some other high-level programs to dump whatever the fuck and write the correct MIME/header bullshitwould be how I would do it, I guess.https://en.wikibooks.org/wiki/X86_Disassembly/Windows_Executable_Files^ this details a lot of the data structures which you could expect to find The detailed docs for this is published here:http://download.microsoft.com/download/0/b/e/0be8bdd7-e5e8-422a-abfd-4342ed7ad886/windowscompoundbinaryfileformatspecification.pdfThis guy's github has some tools, mostly made for creating TEH WALLHAX by hooking into DirectX dll via injection, but they all work on windows and provides some tutorials for reverse engineering on that platform: https://github.com/guided-hacking/Best wishes, I wish I could help more but I have limited Windows experience
>> Eugene Sezzlestetch - Fri, 05 Mar 2021 14:20:32 EST GogfEqIX No.39401 Reply 1614972032689.jpg -(214945B / 209.91KB, 1001x823) Thumbnail displayed, click image for full size. scripted disassembly is going to really vary between platform to platform, and it would be best to make a function per category of what you expect to be there (.NET extensions, statically linked stuff, machine instructions, etc.) and then script something which will read the COM file in a byte-wise manner, match patterns of things you are looking for, and then output them elsewhere. >using DOS/PowershellIt should be okay to make the script checking for everything do this, but honestly, something like C/C# for the memory operations might be better if you're on a non-legacy windows machine because of the system calls that might be involved (I'm no windows expert, but you might make the anti-malware bullshit reeee at you for scanning an EXE into memory without the correct elevation) >dump EXE/COM file to memory as a byte array using some high-level program>script checks for presence of what you want in the file>for each thing it finds, the script uses some other high-level programs to dump whatever the fuck and write the correct MIME/header bullshitwould be how I would do it, I guess.https://en.wikibooks.org/wiki/X86_Disassembly/Windows_Executable_Files^ this details a lot of the data structures which you could expect to find The detailed docs for this is published here:http://download.microsoft.com/download/0/b/e/0be8bdd7-e5e8-422a-abfd-4342ed7ad886/windowscompoundbinaryfileformatspecification.pdfThis guy's github has some tools, mostly made for creating TEH WALLHAX by hooking into DirectX dll via injection, but they all work on windows and provides some tutorials for reverse engineering on that platform: https://github.com/guided-hacking/Best wishes, I wish I could help more but I have limited Windows experience
How reliable is code.org View Thread Reply Hide Dickson Uranus - Sat, 28 Dec 2019 03:50:04 EST Wc5lXrBR No.38327 File: 1577523004019.jpg -(113641B / 110.98KB, 618x907) Thumbnail displayed, click image for full size. Hello I'm new to programming and I just wanted to ask how reliable is code.org?Also are the website in this image good? User is currently banned from all boards 21 posts omitted. Click View Thread to read. >> Augustus Fanhall - Mon, 15 Feb 2021 22:56:05 EST azP+DVy6 No.39370 Reply I recently adopted Aptoide cause I got sick of the Play Store's faggotry, how is it "dead"? >> Hedda Shakespear - Thu, 25 Feb 2021 13:39:21 EST qlJ1aCAh No.39386 Reply >>39254just you wait. torba is a mega retard >> Edward Buvingstone - Tue, 02 Mar 2021 19:33:34 EST z3mgFWL9 No.39396 Reply fucking wikipedia cmon m8
>> Augustus Fanhall - Mon, 15 Feb 2021 22:56:05 EST azP+DVy6 No.39370 Reply I recently adopted Aptoide cause I got sick of the Play Store's faggotry, how is it "dead"?
>> Hedda Shakespear - Thu, 25 Feb 2021 13:39:21 EST qlJ1aCAh No.39386 Reply >>39254just you wait. torba is a mega retard
>> Edward Buvingstone - Tue, 02 Mar 2021 19:33:34 EST z3mgFWL9 No.39396 Reply fucking wikipedia cmon m8
Programming for Retards 101: Explaining to You As If You're a Child View Thread Reply Hide Esther Wadgeman - Fri, 19 Apr 2019 00:39:57 EST fGSblL+b No.37762 File: 1555648797142.png -(12311B / 12.02KB, 485x303) Thumbnail displayed, click image for full size. I think I might be too retarded to be a programmer. When I am given an assignment for my course work at community college I always have a hard time figuring out what needs to be done. I don't think I am that much of a failure at simple logic, but I'm not a genius so I can't figure out just what it is that I need to do. I am alright with structured programs and sometimes feel as if I excel at that but when it comes to making a bug move position in Java I am lost at the start. I cannot even form an algorithm to save my fucking life. Is there any hope that I would ever grasp everything in programming? I can't even figure out how passing methods/functions in any given language actually works. This is enough to make me contemplate suicide since this means it's one more thing that I would never excel at or one more thing that I would only excel at with the bare minimum. Who else feels this way? 59 posts and 3 images omitted. Click View Thread to read. >> Isabella Buzzwell - Mon, 09 Nov 2020 08:18:55 EST Yc8CWaV8 No.39067 Reply >>38815Depends on your JVM GC settings, no? Dangerous thing to rely on in either case. >> Nicholas Blogglebot - Sat, 02 Jan 2021 03:28:00 EST UwlvsOhC No.39220 Reply >>37762In my opinion, you shouldn't judge your amount of skill based on how well you can solve problems in community college. This is just the beginning of your programming journey and you shouldn't give up. Some people are naturally talented at things but most people who are good at anything had to learn the skill and practice.Don't give up bro, your fine. >> Saint Nicholas - Mon, 22 Feb 2021 18:04:09 EST JFvqcX6V No.39383 Reply Meow. {
>> Isabella Buzzwell - Mon, 09 Nov 2020 08:18:55 EST Yc8CWaV8 No.39067 Reply >>38815Depends on your JVM GC settings, no? Dangerous thing to rely on in either case.
>> Nicholas Blogglebot - Sat, 02 Jan 2021 03:28:00 EST UwlvsOhC No.39220 Reply >>37762In my opinion, you shouldn't judge your amount of skill based on how well you can solve problems in community college. This is just the beginning of your programming journey and you shouldn't give up. Some people are naturally talented at things but most people who are good at anything had to learn the skill and practice.Don't give up bro, your fine.