Answer the question
In order to leave comments, you need to log in
OAth 1.0 Curl param?
Goodnight. Help me figure it out. There is a call to the server through curl
$curl = curl_init();
curl_setopt_array($curl, array(
CURLOPT_URL => "http://keyweb24.com/nchpc/wp-json/wc/v2/orders",
CURLOPT_RETURNTRANSFER => true,
CURLOPT_ENCODING => "",
CURLOPT_MAXREDIRS => 10,
CURLOPT_TIMEOUT => 30,
CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1,
CURLOPT_CUSTOMREQUEST => "GET"
));
$response = curl_exec($curl);
$err = curl_error($curl);
curl_close($curl);
if ($err) {
echo "cURL Error #:" . $err;
} else {
echo $response;
}
Answer the question
In order to leave comments, you need to log in
Start with an assembler tutorial like Zubkov's.
PS. Before asm, read something about the design of microprocessor systems. Then on programming languages.
Oh my God, what's the question - you take the image of the firmware, you feed it to a program written in C for the evening and it will give you a binary representation of the program byte by byte. Only in my opinion you are going the wrong way and asking the wrong questions.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question