How do I get started in CyberSecurity? Ask Programming |
- How do I get started in CyberSecurity?
- SDL2 window shrinks randomly
- Ideas for a bored coder?
- What is considered a long file in React?
- Why the hate on CentOS 7's gcc compiler?
- Seeking advice on backend for StackOverflow-like webapp.
- How can I build a website that auctions small pieces of a person's time, such as 3 minutes or an hour, with minimal setup?
- Linked lists and Data abstraction in C++
- Google Play has removed my app, but I can't find the offending lines in the Manifest?
- Need info on databases
- Does GDB preserve the history of variables as you step through a program?
- MissingMethod:DefineDynamicAssembly
- What books would I need to approximately get the KPSI of a rug? Knots per square inch for a rug. Android application
- [HowTo][Bash][Terminal] I want an alias for `:q`
- I search texts or links about structuring database for a dashboard
- How does Vodafone securenet work?
- Job offer from start up - have some concerns
- Wait for Animation to finish before starting AI in JavaFX?
- Can anyone help me with simple Kotlin Bluetooth example to send data to another Bluetooth device?
- How to process/parse PDF documents with similar structure
How do I get started in CyberSecurity? Posted: 29 Mar 2019 11:14 AM PDT Hello. I know how to reverse engineer and understand somewhat the underlying structure of applications and such. Of course I know how to code (C, Java, Python, Obj-C). I am wondering how do I start doing this kind of thing? I have no idea how to approach a binary (I'm talking about BIG binaries, hundreds of MBs if not GBs) and absolutely no idea on what to look for when searching for vulns. I am very interested in iOS and I'd like to start there. For example, I got the latest kernelcache loaded in IDA, but there are so many functions that I have no idea where to start. An amazing resource would be a video (or recorded live) where the author picks a random binary and finds some kind of vulnerable piece of code. Apart from this, I still have no idea if the assembly I'm looking at contains vulnerabilites (how do I test such a thing? Especially if it's a kernel that runs on a device where I have no control whatsoever), and no idea how to exploit them (though there are a lot of resources about this last piece, I could probably borrow some code to start). Thanks. [link] [comments] |
Posted: 29 Mar 2019 03:49 PM PDT Hello, I am making a NES emulator using SDL2. I've just switched over from using GLUT and I've noticed that after about a minute the window shrinks by 10 pixels in both dimensions. The only way to resize the window right now is by manually stretching it. Any ideas on what's going on? Any other tips are also very appreciated Edit: I have been experiencing random screen flashes on my laptop lately. This might be related [link] [comments] |
Posted: 29 Mar 2019 03:04 PM PDT Anyone have some cool idea/project for someone who is moderate in front end / back end web development? [link] [comments] |
What is considered a long file in React? Posted: 29 Mar 2019 06:36 PM PDT I've been using some JS libraries as of recent that allow me to make some cool animations in React (not jQuery), but, because of the way they integrate with React, my files end up becoming kind of long, mainly due to the instance variables I have to create. I need to do this because I need to set the instance variables to null at first and then give them a value after the component mounts. That isn't really relevant to the question here, specifically, but I just wanted to provide some context. With all of that said, what is considered to be a React component that has too many lines? 50? 100? 150? [link] [comments] |
Why the hate on CentOS 7's gcc compiler? Posted: 29 Mar 2019 04:44 PM PDT Some of the (very vocal) programmers at my work absolutely trash CentOS 7's standard gcc compiler in favor of Ubuntu 18.04. They've gone from calling it a 10 year old compiler to now 30 years old, and a few would prefer our environment didn't run CentOS at all. Why is there so much hate? Does the --std flag not work as well as I'm assuming it does? [link] [comments] |
Seeking advice on backend for StackOverflow-like webapp. Posted: 29 Mar 2019 09:54 AM PDT Project description: I'm building a basic version of something very similar to Stack Overflow and Reddit: user generated content, ordered lists, voting, reputation, and community moderation. Scale: A reasonable best case scenario would make it about as popular as Reddit - Stack Overflow in time. Current dev-power: Modest: Just me, a single intermediate developer with little backend experience. Frontend: Vue via Nuxt. (The MVP views are done as well as some of the store / vuex). Priorities:
Aim: Minimising the total number and quality (minimal frustration please) of dev-hours including learning, configuring, implementing, debugging, maintaining, etc., both from now to a fully functioning MVP, as well as from now to a top 100 website years down the road. Open to all options, as well as things I may be overlooking. [link] [comments] |
Posted: 29 Mar 2019 05:49 PM PDT If the minimum bid is free then it should be easy to get people bidding on free services, then maybe demand would rise to 10 cents for 10 minutes, and so on, whatever the service happens to be worth the free market would adjust, guaranteeing the person is never unemployed but only the money per time varies. So reducing the setup for new people is very important. [link] [comments] |
Linked lists and Data abstraction in C++ Posted: 29 Mar 2019 04:48 PM PDT I have an assignment where I need to incorporate a linked list where I previously used a dynamic array. One of the problems I'm running into is that my linkedlist->next is actually pointing to the previous and I'm not entirely sure on how to fix it. Here is the constructor for the class I'm dealing with. Is there anything shown there that would make it so my linked list is backwards? If needed I can post more of the code. EDIT: Copy function insert term function: read function: It will prompt me to insert a polynomial so I will enter x 3 2 2 1 1 0 (which should be 3x^2 + 2x + 1) and it will print 2x + 3x^2. My Group partner created a plus function for a different part of this project and it reversed the polynomial after adding (so if we add 2x+3x^2 and 2x+3x^2 we would get 6x^2+4x) but beforehand the polynomials are backwards. EDIT 2: Just occured to me that the write function may be needed write function: [link] [comments] |
Google Play has removed my app, but I can't find the offending lines in the Manifest? Posted: 29 Mar 2019 04:44 PM PDT Sorry if this isn't the right place to post this, I don't find myself in this part of the internet very often haha. So awhile back Google sent out those emails regarding apps being taken down if they use certain permissions relating to calls and SMS usage. I may have ignored said emails for a bit too long, and well, here we are. The problem is, I'm not by any means a good programmer, especially with JS. Long story short, the only places I can find the offending lines is in the manifest class file, which of course I can't change. I don't see them in the xml file. Is there a different place I should be looking, generally speaking? The code is a bit hacky and most of it was already written when I got ahold of it, which is why I'm hoping someone can kind of just point me in the right direction if nothing else. In the email I received, the specific permissions were READ_CALL_LOG and WRITE_CALL_LOG. The only thing that would be remotely related (that I can find) is read_contacts. Responses are appreciated! [link] [comments] |
Posted: 29 Mar 2019 12:58 PM PDT I am a visual artist and just a recent beginner when it comes to programming. I'm trying to create a portfolio website that eventually will display a lot of different works that I want to function as movable widgets. I want to do this by making use of a database that I can send requests to. I have a few questions about this:
Thanks a lot! [link] [comments] |
Does GDB preserve the history of variables as you step through a program? Posted: 29 Mar 2019 04:30 PM PDT |
MissingMethod:DefineDynamicAssembly Posted: 29 Mar 2019 04:21 PM PDT I've been trying to implement and ORM library and finally, after hunting for dlls it is dependent on (of course undocumented or provided) I have hit a wall that google has yet to provide an answer for. From documentation it should be in NETCore, which I have and is as up to date as I can get it (2.0.0). Can I get some ideas on how to resolve this? [link] [comments] |
Posted: 29 Mar 2019 07:34 PM PDT |
[HowTo][Bash][Terminal] I want an alias for `:q` Posted: 29 Mar 2019 02:58 PM PDT I am constantly typing in `:q` into the terminal as an `exit` or when I am done reading some large amount of output to `stdout`. For the amount of times that I do `:q` a day (bash_history has me at 5 times today), I would like to have a better alias than what I currently have in place. Right now, my `.bashrc` reads: Should I switch it to `exit` instead? Or is there something else that I could do to add to the quality of my life? Maybe email my wife that I love her? [link] [comments] |
I search texts or links about structuring database for a dashboard Posted: 29 Mar 2019 02:15 PM PDT I have a database with a table called Logs. Inside I have every actions done on the database. We created a dashboard who query the database in real time to see how much of X actions they do today to track their performance. But after 20 millions rows, I think it's not the best practice to use that table to get how much actions they have done today, this week, this month. It's really query specific and dashboard specific but does anyone have examples, documentations, courses about structuring a database for fast data quering on a dashboard. Example:
[link] [comments] |
How does Vodafone securenet work? Posted: 29 Mar 2019 12:44 PM PDT It seems to add an icon on any web page, even if that page is https encrypted. How are they injecting the code into the page to do this? [link] [comments] |
Job offer from start up - have some concerns Posted: 29 Mar 2019 01:16 AM PDT Product: trading platform Pros: higher pay, good domain experience, interesting work, has decent backlog of clients Cons: longer commute, small/bare office, outdated tech being used, potential lack of mentoring, only 4 people My main concern I think is the outdated tech being used. Think Angular 1.x, Xamarin - the current application/website visually looks pretty bad in my opinion. However from talking to friends in the finance industry apparently it's pretty common for applications that they use to look pretty awful. But I'm worried that if they're already behind the curve in terms of the tech they're using, it might speak volumes about their technological intuitiveness. I'm also fairly junior still, and would want some kind of mentorship in terms of best practices etc. Is that something I can expect from a start up? What are your thoughts? [link] [comments] |
Wait for Animation to finish before starting AI in JavaFX? Posted: 29 Mar 2019 03:06 AM PDT I have this animation that animates a falling circle through a gridpane. I can't use setOnFinished for runAI, cause it'll go in an infinite loop. I just need to wait 2 seconds (or wait until st.play() is done) before calling runAI as runAI calls animateFall which use the same grid. Which can result in weird errors. I can't do thread.sleep cause it locks the UI up. I'm new to JavaFX and don't know how you would go about doing this. I'm sure it's something simple, but I've only been using JavaFX for about 2 hours. [link] [comments] |
Can anyone help me with simple Kotlin Bluetooth example to send data to another Bluetooth device? Posted: 29 Mar 2019 06:24 AM PDT I have tried everything... copied multiple Java examples, Youtube videos, android bluetooth example Hell, I even went to my school library but only found few old Bluetooth guides to Java but nothing useful. I keep getting errors (socket closed) or app freezes and nothing happens https://i.imgur.com/8cxEb0X.png I am seriously getting desperate I can't get anything to work. Simple example is all I need, doesn't need to be inside thread, doesn't have to send anything back [link] [comments] |
How to process/parse PDF documents with similar structure Posted: 29 Mar 2019 05:11 AM PDT Hello, first time on this subreddit. I've been tasked to research whether or not a set of PDF documents (which i cannot post openly here) can be parsed in such a way that i could fill a database with the structured data and display the contents in a smartphone app. The issue i found was that each of those ~30 PDFs is similar but not identical in structure, making simple parsing not an option. Next i checked what PDF libraries there are and checked their capabilities. I was hoping that because the title for each subsection was linked i could use those links as orientation. This is still in progress. Lastly i checked out natural language processing but figured that this would be quite overkill, as NLP seemed to be for interpretation of raw language, not document structure (I could be wrong here). Has someone here had a similar problem and found a good way to solve it or is there an obvious way that I'm just not seeing? [link] [comments] |
You are subscribed to email updates from AskProgramming. To stop receiving these emails, you may unsubscribe now. | Email delivery powered by Google |
Google, 1600 Amphitheatre Parkway, Mountain View, CA 94043, United States |
No comments:
Post a Comment