Reverse Questions
Ad
C: Printing from char array produces erroneous characters
Solutions for k. n. king's c programming: a modern approach, 2nd edition, chapter 8, programming project 14, produces different outputs
Why is this version of strrev faster than mine?
I can't read assembly code, so my assumptions may be completely wrong! here's my code : void reverse(char* str) { size_t
Is there a difference between the address operator and a pointer in assembly?
Does the compiler translate the address operator any different than a pointer? i'm wondering because the decompiler sometimes shows me:
How to find out the value of an inline constant while debugging a C program with GDB?
Assume i have a compiled binary program, without debug symbols, with a source code similar to this in c: char code[] =
Can I be sure that the binary code of the functions will be copied sequentially?
Sorry if this question already exist, because i hope this approach is used but i just don't know how this called. so, my purpose to execute
Nginx blocking static files in docker-compose
I'm running docker-compose with vaultwarden image on internal port 8732, nginx works as a proxy server outside natively, which is listening to the
How do you resolve a domain name to an IP address with .NET/C#?
How do you resolve a domain name to an ip address with .net/c#?
All components id changed to random number
I lost my project folder so i decode the apk using apktool and java2dex. now all my java classes that contain so many
trouble understanding how reversing a linked list works
I'm reversing a linked list. i know it's a trivial task, but i have an understanding issue. i'm using a class syntax in javascript
What is the role of program interpreters in executable files?
I was going through disassembly of elf executables and understanding the elf format. in there, i saw lib64/ld-linux-x86-64.so.2 used
Ad
Nginx Reverse Proxy Not Matching Hostname
I have a simple api that i currently have in apache defined by: <virtualhost *:80> servername http://exampleapi.org
Is it necessary to secure the secret (e.g., key) in the .so file?
A private key has been #define in the c code of .so file. this key is used for the customized authentication process between client-server.
Reverse an array containing random numbers. How?
My assignment is to create an array with random numbers and then reverse the order in c#. i managed to generate the random array, but
what is the meaning of brackets after function : reverse[0]?
I'm using node v10.1 and i have an object which keeps some mime types like this: let all_mime_types = { //media types...
How can I fix this 404 issue that I am having whenever Ubuntu is accessed from an external port. It could be an Ubuntu, pm2, nginx, or express problem
I am getting a web page titled "404 - not found" whenever i make a request to my ubuntu server. so whenever i type my ip address
Reverse Geocoding [REQUEST_DENIED] by Google Maps API
My valid and enabled google api key is generating a request_denied response from the maps geocoding api when i request reverse geocoding. the same
content security policy (csp) issue for subdomain with nginx as reverse proxy and node express as backand
I have an issue with content security policy headers. scripts and styles are blocked. it seams that nginx is overloading my express
Proxying multiple create-react-app static folders with Nginx
I have a nginx hosted on a vm with an authentication service that expose a simple login page and some other services hosted onto a secondary vm
Nginx reverse proxy not working on domain name
I have tried all the solution on so but no success. i want to use nginx as a "node.js" app reverse proxy. with my current configurations, i was
Simply nginx reverse proxy from localhost:80 to localhost:8080 not working
Im learning reverse proxy w/ nginx for the first time, and the following isnt working for me im trying to reroute requests from
Nginx proxy configuration with path rewrite
I made an angular app which communicate to a nodejs server. i finally achieved to configure the proxy of the dev web server of angular with the
Ad
Somebody is reverse engineering my app. Should I afraid of stealing? Is it legal?
I have an android app in google play store. i've discovered trough various fabric events that somebody is reverse engeenering my
How to verify the identity of the app sending an POST request
I am making an server api which will return some confidential keys to my app. then the app will use these key to perform a particular
flutter firebase cloud functions and reverse engineering - dart compilation
I'm 3-season-old flutter dev now trying to compile my little app! i'm using
Reverse proxying to static website not working
I have a nginx server running at www.example.com. within it, i have set up
Encountering out of memory error while reversing a short doubly linked list in java
I am trying to reverse a doubly-linked list and print it by overriding the tostring method. i used a template for the implementation of a
Want to take alternative numbers of an array and reverse them in Javascript
Want to take even numbers from an array and reverse them and put it again in the place of array again. my array:
Flutter code recovery from aab file (Android App Bundle)
I had an issue with my computer and had to format it. an app was completely erased because my version control was only locally. the app exists on
POST params are not passes from my reverse proxy to my backend server
I have a nginx server which provides static web content and a reverse proxy which exchange with my backend api. i configured with certbot my ssl
how can I reverse my array using only one Array instead of using two?
I am fairly new to javascript and programming in general. i was experimenting with some code to reverse an array with push and pop. i know i can
Getting Cross-Origin Read Blocking (CORB) blocked cross-origin response with MIME type text/html when serving ReactJS app
I have a wordpress test site that reverse proxy to a reactjs app. however, a blank page is served and i see cross-origin read blocking
How to Reverse Values in Map <String, List<String>> Flutter?
I have map<string,list<string>> mymap = {'1': ['a','b','c'], '2': ['d','e','f'], '3': ['g','h','i'] };
Ad
Nginx reverse proxy config - 404 not found
I have deployed a react app on a remote server (digital ocean), and i want to be able to access the localhost of the server from the react app
Why is this an invalid smali register?
I injected this piece of code invoke-static {p0}, lcom/outfit7/talkingtomcandyrun/toast;->show(landroid/content/context;)v in a
Route domain.com/api to a specific port using Apache and a Reverse Proxy
I have a node.js application using express.js running on port 1399 offering a rest api for the user. the api can be accessed using
How to reverse an array in JavaScript without Array.prototype.reverse?
I try to reverse an array but without the reverse function. like you see i try to decrement the length of the array
Reverse order of string, but keep numbers intact
I have a string like this: 1.1.168.192 i need to convert it to this, with
Will Flutter code be reverse-engineered easily without obfuscation?
I know flutter is compiled aot (ahead-of-time). however, it
How to retrieve a place's address when I know latitude & longitude in React-Leaflet using leaflet-control-geocoder?
I know latlng, but i would like to retrieve the address similar to the library following link:
How do I reverse a string by character instead of flipping the whole string?
If the string is "hello world", i need to flip every pair of characters and return "ehll oowlrd". the way i do it returns "olleh dlrow".
Adding an SSL (PORT 443) to an Nginx Reverse Proxy Server (PORT 80) - Nginx Config File
Using ubuntu i generated an ssl using certbot. this has automatically updated my nginx configuration file and added an additional listening port.
Nginx reverse proxy Serving Node.js app static file
I have a laravel application in which one route /onlineads will take me to another application (an spa one) built with vue.js as front and node.js
How to use "document.getElementById" with dynamic var?
I have the following code, as user "no-deps" gave to me.... as general idea, i want to get information from a variable with latitude and longitude
Ad
how to sort 1st column in ascending and if same then 2 nd column in descending in python?
I have a list [('a',2),('h',5),('c',3),('h',4)]. i want to sort it in such a way that first entry of each tuple is in ascending
Express Server Proxy Multiple Applications
I am trying to write a reverse proxy to multiple node applications. when do something like this: app.use('/',
Connecting my domain name on digital ocean droplet
I created a small hello world node app, then i hosted the app on digital ocean droplet, after that i can access my application on
how to implement a websocket aware reverse-proxy with aiohttp (python 3.6)
I am trying to implement an application specific reverse-proxy for jupyter notebooks using aiohttp. it works fine for http requests, but the
Node.JS - Reversing Massive Arrays Efficiently?
I have an array with two thousand single-character strings. ["f", "j", "w", "/", ":", "u", "9", etc...] i can
Express NodeJS server through Apache Proxy, error 404 for route with express parameters
I have a problem to setup apache as a reverse proxy for my express/node application. the application can be reach in the correct url but a route
Reverse array after space using javascript
I have an array which i want to reverse like ['i', ' ', 'l', 'o', 'v', 'e', ' ', 'e', 'a', 'r', 't', 'h'];
Https in nginx/reverse proxy
So i am trying to move an express/nodejs app from http to https. it sits behind 2 nginx servers, first one resolves the name and redirects to the
Need help setting up Hexo Blog with NGINX
I need help setting up a blog on my droplet. i have successfully deployed the blog using hexo at blog.mysite.io but the problem
Express: using trust proxy to get user IP
I have an express server run at port 3000. i decide to set a reverse proxy by nginx to redirect all
laravel websocket with nuxt and nginx reverse proxy returns 502
Im running laravel 7 & trying to run laravel-websockets with nginx proxy using ssl. unfortunately after i configure everything im facing
Ad
what is os.dup2() method for and what is its use
I am learning python and hacking stuff, when i came across the following code snippet: python -c 'import
Why did additional pointer arguments disappear in assembly?
C code: void ptrarg1(int* a,int* b,int* c, int* d, int* e, int* f) { return; } void
Reverse String with a pointer to a function, which executes the String reverse
I would like to reverse a string with an pointer to a function, which executes the string reverse. i have the feeling that i did not grasp the
Assembly instruction reading, leaq
So i'm trying to compute the values of m and n in the following code with the assembly code given. int array1[m][n]; int
Analyzing obfuscated ELF binary
I'm trying to debug an elf with strange magic bytes $ xxd binary | head -2 00000000: 7f45 4c46 4141 4141 4141 4141 4141 4141
wrong user and password in C code reverse engineering
I have this piece of code from a binary file that asks for user and password, i managed to find the user "mari" and the password "luig" but it
Debug a release version of an OSX App via LLDB
I am trying to debug of an osx desktop application (mac os catalina 10.15.3) via lldb. lldb path/to/electron.app
How to reverse an array and store the values of the reversed array in a new array
My program needs to do the following: reverse a array(f.e. niz[] = { 2, 4, 5, 7, 4, 8, 3 } needs to become niz[]
C recv function blocking loop from repeating after receiving everything (sys/socket)
I am working on a reverse shell (for practice) and i'm trying to send the output of the popen function back to the server. for some reason, when i
How can I execute terminal commands from a C program?
I am creating a reverse shell in c (just for practice) and i don't know how to execute terminal commands from my c program. how should i go about
Reversing a string in c, problem using strlen function
I wrote a code to reverse a string, but the strlen function is giving me the wrong length of string, that's why the reversing of the
Ad
How to Reverse a sentence word by word?
I was trying to reverse a sentence word by word. (how are you -> you are how) first of all i create a char sentence and reverse and temp. sentence
Unable to reverse elements in doubly linked list
I am working on double linked list. the elements are printing perfectly in normal order. but i am unable to display them in reverse order. one of
How can I determine this string value based on the C disassembly?
So i am working on a "find the password" type binary disassembly problem and cannot quite figure it out. the assembly is as
Passing strrev() as an argument to a function to print reverse string is not working
The task is to pass reverse string of a given string and print it in the function. when i was trying to do that the code is printing the
Remove digits from number without reversing the number
I got an exercise where i need to create a function that get two parameters, number (long) and digit (int) and i have to remove the digit from the
Segmentation Fault accessing string in another function
It can be a rookie mistake however i am not able to point out reason for this segmentation fault. below is the code : #include
Django - Testing a view name retrieved from a url parameter ie. ref=home
Simply put, i am trying to test a view name, captured from a url parameter, within one of my view functions to see if it is valid. if not, to
Tool to generate sequence diagram from react.js source code
I am learning react.js from an online tutorial. the source code is provided in the tutorial itself. it will be useful if i can view the sequence
Reversing the Data Array in D3.js Given a JavaScript Object with Key, Val Pair
This is my first day trying d3.js. i am following an online tutorial that shows how the .data() method can be passed in a key to uniquely identify
i cant understand this bit-manipulation python code
I see alot of code patterns in reverse engineering writeups and i don't understand it like this one (some_value >> 8) &
Which is better to swap numbers? Using temporary variable or without it? Does it even matter?
I have been asked a question to swap two numbers without using temporary variable. it was a easy to answer the question with the following answer.
Ad
Hibernate reverse engineering cascade
I'm using the hibernate reverse engineering to generate annotated entities and a cfg.xml for a very large non static set of database tables. is it
How to Correctly Configure Traefik Dashboard for only port 8080?
I am having trouble with configuring traefik - i have a feeling this is probably a small configuration error. below is the docker-compose file. i
WordPress Docker over NGINX SSL reverse proxy doesn't work as expected
When i use nginx to create a reverse proxy for a wordpress docker container, wordpress specifies wordpress address (url) and
AWS front-end back-end communication
I have 2 apps running on asw symfony on port 8000 (local) and react 3000(local) but accessible through tcp on port 80 redirections was achieved by
TCP proxy to postgres database as an upstream server in nginx
Question: is it possible to set nginx as a reverse proxy for a database? these are the flags i have at the moment and i believed that having the
how to pass some parameter within the google geocoding call
I have an array of objects with addresses with the four field, field1 is the current location(store) and the rest are address info. my
reverse() on querybuilder get() changes the collection results
I need to get last 10 records of a table ordered by a data, and reverse them. this is the code before the reverse:
Why is nginx reverse proxy doing a 301 to itself?
I have a nginx running as a reverse proxy, with on the same machine a wordpress website. both are docker containers. i have a domain with a-record
wordpress home url redirects to localhost
I'm using wordpress + mysql + phpmyadmin with docker-compose and a reverse proxy with nginx in the host machine to send all requests to the
What methods are being used to protect this Android APK: Reflection? Encryption? How do I reverse engineer it and analyze it?
I know the basics to java programming, but i'm new to reverse engineering apks, so explanations would be nice! i have an apk file
Is there a solution that lets Node.js act as an HTTP reverse proxy?
Our company has a project that right now uses nginx as a reverse proxy for serving static content and supporting comet connections. we use long
Ad
URL Rewrite Module for IIS 7
Does anyone have experience using the url rewrite module (see
Nginx: Nuxtjs app on main domain + WordPress in a subdirectory
I have a nuxtjs app https://damjanun.com/ running on main domain with nginx proxy
Is there anyway to view executed JS functions names for certain period of time?
I need to understand how some site loads additional content when i finished scrolling. i need it for loading that content by my own injected js
How does the value of the program counter increment?
I have a block of instructions for which i wanted to know how the pc register works. it says on wikipedia, the pc register holds the value of the
port listening in javascript
I'm trying to write some simple chat client in javascript, but i need a way to update messages in real time. while i could use the xmlhttprequest
Efficiently reverse the order of the words (not characters) in an array of characters
Given an array of characters which forms a sentence of words, give an efficient algorithm to reverse the order of the words (not characters) in
Apache reverse proxy set up SSL certificate
We need to set up a secure certificate on an apache reverse proxy. we've been advised that we need to use a virtual host directive. i've
Android proof for copying my Sourcecode
Me and my team coded an android application for a customer of my company. due to some "political issues" the cooperation ended. the customer now
HTTP status code names are missing when using Nginx
I'm using nginx to redirect all http requests to https in my spring boot application.this is the
JavaScript: How would I reverse ONLY the words in a string
How would i write a function that takes one argument that is a sentence and returns a new sentence where all words are reversed but kept in the same order as the original
Ad
Blog Categories
Ad